Skip to main content

Posts

Showing posts from December, 2010

Remove Extra Operating System from PC

If you have more then one operating system installed or wish to remove an operating system from the boot menu, you can use the following information. 1.Click on Start, Control Panel, System, Advanced. 2.Under Startup and Recovery, click Settings. 3.Under Default Operating System, choose one of the following: "Microsoft Windows XP Professional /fastdetect" -or- "Microsoft Windows XP Home /fasdetect" -or- "Microsoft Windows 2000 Professional /fastdetect" 4.Take the checkmark out of the box for "Time to display a list of Operating Systems". 5.Click Apply and Ok, and reboot the system. *If you wish to edit the boot.ini file manually, click on the button "EDIT"

How to edit right click menu

How To Remove and Add Right-Click Menu Items from Files and Folders Removing Items A lot of programs you install will add themselves to the right-click menu of your files and/or folders. And most times, you have no choice in the matter and, as a result, your right-click menu can get very long with added items you don't even use. The last person I was helping with this had a right context menu so long that the Rename option was no longer visible! Fortunately, you can easily remove those unwanted menu items, if you know the registry values to edit. And it's not at all difficult once you know the keys responsible for the additions. For Files, the secret lies in the "context menu handlers" under the shellex subkey for "All Files" which, in the registry, is nothing but an asterisk - like a dos wildcard, which means the values entered apply to all files. It is at the very top of the Root key, right here: HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers Clic...

Get unlimited bandwidth from your host for free

While setting up hosting space with a specific company I often deal with, I noticed that they used a shared IP. (IP shared by two or more websites/domains.) Well, the rates for unlimited bandwidth were around $50+ per month, which I found unreasonable. I didnt require much space, and didnt want to be limited to a mere 3 gig of traffic per month. Back on track... When setting up the acct, the hosting company needs to know the domain name so that they can direct it accordingly. (example: 'http://www.123.4.567.890/~user1/ , 'http://www.123.4.567.890/~user2/ etc) At this point you can give a url that doesnt belong to you at all. As long as the nameservers dont change, that should have absolutly no negative effects on you or your site whatsoever. How it works is this: The host propogates you a certain amount space on its servers, and monitors the traffic that enters their space through the domain its registered under. Being that the domain isn't connected to the site...

How to speed up Emule Connection

Just start out on Emule and still a beginner. The speed is really killing me, even configured ports 4662 & 4672. I got high ID but the quene is round up to hundreds before I capable to get any files. I always keep my upload speed @ 20kbs, but d/l speed still suck. The speed only pick-up after 40minutes but not over 30kbs even there are 300 resource of sharing files. Gone thru a lot of searches hope to get stuff from emule faster. And here is one way to optimize the bandwidth for emule, which not on the manual. CODE With Windows 2000/XP: Open "regedit.exe" and do the following: [HKEY_LOCAL_MACHINESYSTEM] CurrentControlSet   Services    Tcpip     Parameters Set as: "GlobalMaxTcpWindowSize"=dword:00007fff [HKEY_USERS.DEFAULT] Software Microsoft  Windows   CurrentVersion     Internet Settings Set as: "MaxConnectionsPerServer"=dword:00000020 "MaxConnectionsPer1_0Server"=dword:00000020 [HKEY_CURRENT_U...

Free Access To Websites Without Registering

Go to -http://bugmenot.com/ and type the URL of the website you want to log into. Examples: -http://www.nytimes.com/, -http://www.winnetmag.com/ etcetera. Another (and better) way is changing the user agent of your browser to: Googlebot/2.1+ -http://www.googlebot.com/bot.html This is very easy in Mozilla's Firefox. Download and install the User Agent Switcher from -http://www.chrispederick.com/work/firefox/useragentswitcher/ and add the Googlebot user agent. Have fun, Dead Dreamer! -]Edit[- Now this kicks ass, was just browsing entire forum without even needing to login to view restricted areas, and it works on other sites And no, you cant access the hidden forums either, already tried that

Make Firefox Faster

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 –...