Install Flash Drive / USB Drive
Method I:
Start application -> Run Command: Xterm
[Root] # modprobe usb-storage
[Root] # mkdir / mnt / flash
[Root] # cd / mnt / flash
[Mnt / flash] # ls
[Root] # umount / dev/sda1
Method II:
Check the drive you installed the module:
[Root] # lsmod
usb-storage
USB-UHCI
usbcore
If the usb-storage already exists then we need not make it again. If not, then we make:
[Root] # modprobe usb-storage
Removing the usb-storage:
[Root] # rmmod usb-storage
Create a directory for Flash Drive:
[Root] # mkdir / mnt / flash
Delete the directory Flash:
[Mnt] # rm-rf flash
Enabling Flash directory:
[Root] # mount / dev/sda1 / mnt / flash
Disable flash directory:
[Root] # umount / dev/sda1
Go to the directory Flash:
[Root] # cd / mnt / flash
Create files in directory flash:
[Mnt / flash] # touch try
[Mnt / flash] # vi try
[Mnt / flash] # ls
Accelerating the Firefox Browser
References:
http://wiki.linux.or.id/Flash_disk
reference:
http://www.suse-tutorials.co.uk/
How to speed up Firefox
type in the browser: about: config
find the line: network.http.pipelining
double-click to its value to true
find the line: network.http.proxy.pipelining
double-click to its value to true
find the line: browser.turbo.enabled
double-click to its value to true
find the line: network.http.pipelining.maxrequests
right click, select New -> Integer
give a new name: nglayout.initialpaint.delay and give its Value 0
then restart firefox.
completed.
good luck...
Method I:
Start application -> Run Command: Xterm
[Root] # modprobe usb-storage
[Root] # mkdir / mnt / flash
[Root] # cd / mnt / flash
[Mnt / flash] # ls
[Root] # umount / dev/sda1
Method II:
Check the drive you installed the module:
[Root] # lsmod
usb-storage
USB-UHCI
usbcore
If the usb-storage already exists then we need not make it again. If not, then we make:
[Root] # modprobe usb-storage
Removing the usb-storage:
[Root] # rmmod usb-storage
Create a directory for Flash Drive:
[Root] # mkdir / mnt / flash
Delete the directory Flash:
[Mnt] # rm-rf flash
Enabling Flash directory:
[Root] # mount / dev/sda1 / mnt / flash
Disable flash directory:
[Root] # umount / dev/sda1
Go to the directory Flash:
[Root] # cd / mnt / flash
Create files in directory flash:
[Mnt / flash] # touch try
[Mnt / flash] # vi try
[Mnt / flash] # ls
Accelerating the Firefox Browser
References:
http://wiki.linux.or.id/Flash_disk
reference:
http://www.suse-tutorials.co.uk/
How to speed up Firefox
type in the browser: about: config
find the line: network.http.pipelining
double-click to its value to true
find the line: network.http.proxy.pipelining
double-click to its value to true
find the line: browser.turbo.enabled
double-click to its value to true
find the line: network.http.pipelining.maxrequests
right click, select New -> Integer
give a new name: nglayout.initialpaint.delay and give its Value 0
then restart firefox.
completed.
good luck...
No comments:
Post a Comment