Tuesday, March 1, 2016

How to Prevent Putty Session Being Inactive



This days, I am using Putty often and when I left my desk for a while or I am busy with other tasks the Putty (inactive) problem occurs. I have found, it happens because servers are configured to disconnect idle sessions after they are inactive for a particular time. This has many disadvantages. You can no longer monitor the jobs running in the background and you have to enter the username and password again after restarting the session.

This is how you keep it alive.
  • Open putty connection, Right click on Putty title bar and then click on Change Setting... option.
  • Click on Connection in the left pane.

  • Enter a number in the text box, in place of zero and save this by pressing Apply button.
  • Go back and Save your session so that this setting will be same for future.

This way, the session sends a keep-alive request to the server every 30 seconds and it stays active.

Tuesday, January 3, 2012

Getting GUI in Debian after base installation

Install GNOME in Debian
#apt-get update
#apt-get install x-window-system gnome gdm

PS: If you have problems to install the GNOME GUI check if your
/etc/apt/sources.list is edited to download the GNOME packages. You should to add the following line:
deb http://ftp.de.debian.org/debian squeeze main
to your /etc/apt/sources.list by using nano command as is shown:
root@debian10:/etc/apt# nano sources.list

Install KDE in Debian

#apt-get update
#apt-get install x-window-system kde kdm

Categories

Popular Posts

My Blog Visitors Counter

Flag Counter

Contact Us

Name

Email *

Message *

Powered by Blogger.