Quick Tips

Question: SSH idle connection time out issue?

Answer: On client machine add following

ServerAliveInterval 5

to /etc/ssh/ssh_config

Taken from http://embraceubuntu.com/2006/02/03/keeping-ssh-sessions-alive/

Error in Ubuntu:

perl: warning: Setting locale failed.

perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = “en_GB.UTF-8”
are supported and installed on your system.

perl: warning: Setting locale failed.perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = “en_GB.UTF-8”    are supported and installed on your system.

Answer:

On bash console enter following

locale-gen en_GB.UTF-8

Leave a Reply

Your email address will not be published. Required fields are marked *