send money to world



Showing posts with label Browser. Show all posts
Showing posts with label Browser. Show all posts

15 February 2010

How To Set Up Proxies In Your Browser

How To Set Up Proxies In Your Browser This is a small Tutor - try it out! =================================== How to set up proxies in your browser, (!!!!be anonymous and make the passes last longer...!!!!!! =================================== In Internet Explorer =================================== Click "Tools", then "Internet Options", the in the "connections" Tab, click the "LAN Setup" Button in the bottom. There is a "Proxy Servers", tick the "Use a proxy....." and then enter the proxy in the bigger textbox and the port (the part that comes after the ":") in the smaller textbox. Hit okay, and then go to CODE www.whatismyip.com to see if the proxy is now your IP. =================================== In OPERA =================================== Click "Files", then "Preferences", then "Network", then click the button "Proxy Servers", tick "HTTP", fill in with the proxy:port, click okay and that's it! Don't forget to check with CODE www.whatismyip.com =================================== In Firefox =================================== Tools -> Options Then click the General Icon Then the "Connection Settings..." button Then click the "manually configure proxies" radio button, and enter the proxy address and port in the HTTP Proxy area. Don't forget to check with CODE www.whatismyip.com CODE www.proxy4free.com www.safeproxy.org www.megaproxy.com www.guardster.com www.silenter.com www.anonymizer.com Happy Anonymous surfing! To be clear: if I give you 255.255.255.255:8080, that means 255.255.255.255 is the proxy and 8080 is the port To Optain Fresh and new proxies,u can alvays check Google...

11 February 2010

firefox speed tweak

Yes, firefox is already pretty damn fast but did you know that you can tweak it and improve the speed even more? That's the beauty of this program being open source. Here's what you do: In the URL bar, type “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox. Note that these are what I’ve found to REALLY speed up my Firefox significantly - and these settings seem to be common among everybody else as well. But these settings are optimized for broadband connections - I mean with as much concurrent requests we’re going to open up with pipelining… lol… you’d better have a big connection. Double Click on the following settins and put in the numbers below - for the true / false booleans - they’ll change when you double click. Code: browser.tabs.showSingleWindowModePrefs – true network.http.max-connections – 48 network.http.max-connections-per-server – 16 network.http.max-persistent-connections-per-proxy – 8 network.http.max-persistent-connections-per-server – 4 network.http.pipelining – true network.http.pipelining.maxrequests – 100 network.http.proxy.pipelining – true network.http.request.timeout – 300 One more thing… Right-click somewhere on that screen and add a 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 receives. Since you’re broadband - it shouldn’t have to wait. Now you should notice you’re loading pages MUCH faster now!