Optimize Firefox 3

3 06 2009

Now we need to modify some entries: if you can’t find one of these entries then you have to create it (just right click anywhere in the control panel then choose “New” using the proper desired value, remember to use Boolean when it needs to be “True or False”!):

* network.dns.disableIPv6: true
* network.http.max-connections: 48
* network.http.max-connections-per-server: 24
* network.http.max-persistent-connections-per-proxy: 12
* network.http.pipelining.firstrequest: true
* network.http.pipelining: true
* network.http.pipelining.maxrequests: 32
* network.http.proxy.pipelining: true
* nglayout.initialpaint.delay: 0
* network.http.request.max-start-delay: 5
* extensions.checkCompatibility: false

Now your browser should be faster but if you want to “go over” then you should try this little extension that speed up Firefox startup: Chrome Cleaner.

Restart your browser and go to (actually I’m not using the English version so I’m sorry if the following path it’s not 100% exactly!) “Tools” > “Add-Ons” > “Chrome Cleaner” > “Options” and then click on the “Clean!” button. Done!

Thanks to www.isaytech.com exspecially to da AleX





Download dengan Wget via Proxy by Planet Linux Indonesia

17 10 2008

Download dengan Wget via Proxy

Mungkin ini sudah tak asing lagi yah , download dengan menggunakan wget [option] [URL]. Sebelumnya kita mengedit file /etc/wgetrc . Pada baris ke 78 dan 79 kita ubah dengan url pada proxy kita dengan menghapus ( # ) . Contoh :

http_proxy = http://172.16.15.1:3128
ftp_proxy = http://172.16.15.1:3128

Jangan lupa pada baris ke 82 diubah menjadi dan menghapus ( # ) :

use_proxy = on

Lalu simpan file tersebut shift + wq + enter

Contoh download dengan wget :

http://mirror.pacific.net.au/linux/slackware/slackware-current/slackware/n/wget-1.11.4-i486-1.tgz

option -c menandakan bila terputus bisa di sambung lagi.

Diambil dari : www.ilmunet.info