BidVertiser

Google
 
Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Tuesday, December 30, 2008

Make Internet Pages Load Faster

When you surf the net do your web pages take a lot of time to load? If it is so then this registry tweak tutorial is exactly the thing you have been looking for.
This little tweak will help your computer load faster the internet pages you are opening. Works well and it can be set very quickly.

1. Go to Start -> Run -> type regedit and press Enter.


2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider for Windows XP Pro or to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ VxD \ MSTCP \ ServiceProvider for Windows 98.

On the right side change this entries (all values are hexadecimal) to the value 1:

Class=1
DnsPriority=1
Hostspriority=1
LocalPriority=1
NetbtPriority=1


3. To change the value right click on the value and select Modify.


4. After you have completed doing that, reboot your computer and see how fast pages load.

And dont forget to tell me whether ir worked or not!

Monday, December 29, 2008

Make Your HDD Faster

Many people do not know this, but it is actually possible to speed up your Hard Disk Drive. To speed up your hard disk speed you need to configure a special buffer in the computer's memory in order to enable it to better deal with interrupts made by the disk. This tip is only recommended if you have a primary memory (RAM) 256MB or higher.

Buffer Configuration

1. Click Start -> Run...
2. Type sysedit and hit Enter.

This command will open your System Configuration Editor, which has four windows open: SYSTEM.INI, CONFIG.SYS, WIN.INI and AUTOEXEC.BAT.


3. Click on the SYSTEM.INI window, place the cursor after [386enh] and hit Enter.

4. Type Irq14=4096. Make sure you type it correctly because the command is case sensitive.

5. Go to File -> Save in order to save the new configuration.
6. Close the System Configuration Editor and restart you computer. The most speed improvement is visible with IDE drives, however there are reports that this tweak also does good for SCSI disks. In any case, it won't harm your system, so why not give it a try yourself.

Sunday, December 28, 2008

Use Your Computer Without A Mouse

Just being bored by moving around your mouse to do all the work? Your answer is that If you got bored of your mouse or simply just want to get rid of the thing, then there is an easier way to do that.Just use your keyboard instead of your mouse!

To use your mouse cursor through your keyboard press Left Alt + Left Shift + Num Lock.

A dialog box like this will appear:

Press OK or press Settings to change the settings. You can use the cursor of your Mouse with the Help of Arrow Keys on Num Pad.

You can also try this:

Press Ctrl + arrow for fast moving.

Press Shift + arrow for slow moving.

Do you still want to use your stupid looking mouse?

Thursday, December 25, 2008

Get A Better File Transfer Speed in Windows Vista

People who started using Windows Vista have noticed that file transfer speed is much lower from hat in Windows XP

. It seems that Remote Differential Compression is causing this problem. Remote Differential Compression (RDC) is a client-server synchronization protocol that allows the contents of two files to be synchronized by communicating only the difference between them. The thing you have to do for a better file transfer speed is to disable this feature. Here are the steps to be taken:

1. Press the Start Button and select the Control Panel.
2. Open the Programs and Features applet.
3. In the new window select Turn Windows features on or off located in the left pane.
4. Uncheck Remote Differential Compression.


After doing this your file transfers will be faster!

Sunday, December 21, 2008

Find Secret Websites And Articles

There are a lot of sites on the Internet whose site owners that like to hide some of the site's ages or even the entire site from the search engines. You can now find those sites with robots.txt.

Robots.txt
is a text file present in the root directory of a site which is used to control which pages are indexed by a robot. If you use the 'disallow' word you can block parts of your sites to be found by search engines.

Step 1. Open the link http://www.google.com and search for the keyword :

"robots.txt" "disallow:" filetype:txt


Step 2. You will find the robots.txt file from sites that uses disallow command in it.

Step 3. Let's open for example the first site: WhiteHouse. We can see that a lot of pages were made invisible.

Step 4. To open 'forbidden' pages just copy the text from what disallow command you want, without the "text" at the end.

Step 5. Now replace in the browser /robots.txt with your copied text and press Enter. The page will open.


This is the hidden page from WhiteHouse.

There are many more interesting sites which you can unlock using this tutorial. Happy unlocking!