Showing posts with label SSH. Show all posts
Showing posts with label SSH. Show all posts

Thursday, February 25, 2010

Boost your downloading speed

The downloading speed of internet totally depends on the type of connection. Dial-up connection has 10-11 kbps downloading speed and broad-band connection nearly has 35kbps – 1MBps. So check out the connection which you are using for internet.

I had seen my friends using their cell phones for surfing internet on their PC. But the downloading speed is 4-7kbps. So it will take nearly 1 hour to download 7MB file.
You can check your downloading and uploading speed on http://www.speed.net.

Trick :

1. Go to Start > Run.

2. Type regedit and click OK.

3. A window will open containing two sub-windows. Left window indicates system folders and right window shows files in that folders.

4. Go to HKEY_CURRENT_USER > Software > Microsoft > Windows >

Current Version> Internet Setting

5. When you click on “Internet Setting”, many files will be seen in right window.

6. Now in the right window, right click on the free space and

select New > DWORD Value.

7. A new file be created and rename it as MaxConnectionPerServer. Double click on it, a dialog will appear.Enter value as 99 if the base is Hexadecimal. Enter value as 153 if the base is Decimal. Press OK.

8. Again right click and create a new DWORD Value and rename it as

MaxConnectionPer1_0Server. Repeat step number 7.

9. Restart your PC and connect it to the internet. Download any stuff and you’ll

find a boost in your downloading speed.

NOTE: This trick works on Internet Explorer. It also works on Windows Vista.

Sunday, February 21, 2010

USING BITVISE TO CREATE AN SSH WINDOWS

This is from an email I sent to some people I worked with in the past. Many of them use an ssh tunnel to connect to their Windows Desktop, which is sometimes hard for people to get all the steps correct, since the common way they accomplished it was using Plink from the PuTTY suite and using the command line to create the tunnel, then using Remote Desktop (RDP) to connect to the Windows desktop through the tunnel. Here is what I wrote them:

I took a look at Tunnelier and it actually looks pretty nice and not too hard to setup.

After installing and launching, here is how I configured it to Remote Desktop into lajolla. To Remote Desktop to your computer, you would use your computers IP address instead of lajolla’s (172.16.4.13)

Login setup: added host and username
Tunnelier Login Screen

Options: Unchecked SFTP (which is like WinSCP and checked Remote Desktop)
Tunnelier Options Screen

Terminal: Change Target Host to 172.16.4.13 (or your desktop IP)
Tunnelier Terminal Screen

When you log in, you get a prompt,
Terminal Prompt
and Remote Desktop opens up automatically.
Remote Desktop Login

You can save the profile, then launch it just by double clicking the shortcut and the profile loads automatically, then click on login, and you are set. Much more GUI (graphical user interface) of a way to tunnel, then PuTTY, which may be good to some. It also saves steps once set up, as it automatically launches Remote Desktop. Interesting find.