It is not highly recommended to manually modify/update Firefox add-ons compatibility. However, if you really want to use your old favourite add-ons which are not upgraded to be compatible with the new version of Firefox, you still can do it on your own by this following way: Read the rest of this entry »
Permalink
No Comments
There are times when you want to connect to the Internet through unknown and/or insecure networks such as the local Panera or other WiFi hotspot. If you aren’t careful, you might make it all too easy for someone to sniff your connection using Ettercap.
One of the best ways to secure your connection is to use a VPN, but that isn’t always practical. So here’s a way to securely connect to the net using only an SSH client and a remote box that you control/trust.
Requirements:
- PuTTY* loaded on your local machine
- Remote host running OpenSSH (e.g. Linux box at home)
- Firefox (obviously)
- Gaim for all your IM needs
Just follow these steps…
Read the rest of this entry »
Permalink
2 Comments
1. Type “about:config” into the address bar and hit return. Look for the following entries:
network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests
Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which reallyspeeds up page loading.
2. Alter the entries as follows:
Set “network.http.pipelining” to “true“
Set “network.http.proxy.pipelining” to “true“
Set “network.http.pipelining.maxrequests” to some number like 30. This means it will make 30 requests at once.
3. Right-click anywhere and select New-> Integer.
Name it “nglayout.initialpaint.delay” and set its value to “0″.
This value is the amount of time the browser waits before it acts on information it recieves.
Permalink
No Comments