Monthly Archives: March 2013

Keep PuTTY SSH Sessions from Disconnecting

If you are using PuTTY to interact with your Linux Server(s) for extensive period of time and are frustrated due to disconnecting, when the SSH session turns idle for a certain amount of time (usually ~10 min). To overcome this problem, just use the keepalive feature of PuTTY!

Click on the Connection and enter the 30 (or whatever value which indicates the number of seconds) in Seconds between keepalives (0 to turn off) text box.

putty

You are done, from now onward, the keepalive feature will prevent your SSH session from disconnecting.

Hope this will help you!

Please Remember me in your prayers!

Cisco AnyConnect VPN Client Installation on Ubuntu 12.04 LTS

This tutorial will explain you that how we can install Cisco AnyConnect Client or Cisco VPN Client on Ubuntu 12.04 LTS.

First,updates the local repository information:

sudo apt-get update

1

After that, try to install these packages:

sudo apt-get install ia32-libs

2

Read more of this post