client

Terminating a SSH session after starting background process.

2011/05/14

 This is too good. If you are planning to start a background process in the bash script in the background and continue in the script, you cannot do it until……. You would need to close the stdout/stdin …

Easy ssh configuration with .ssh/config file

2011/04/11

If you ssh to many hosts then you are aware of the pain that it takes to ssh with different username and hostname. There is an alias that you can creat with native ssh though. Here I will show you the …

PuTTY alternatives - AlternativeTo.net

2010/07/27

I like PuTTY quite a bit but do not like the fact that it does not have any tab feature. So, if I am working on multiple machines then un-necessarily I will have too many windows open cluttering my …

importing outlook pst files in evolution in Fedora 13 ( Goddard)

2010/07/25

If you were using outlook and moved to some other <a class="zem_slink freebase/en/e-mail_client" title="Email client" rel="wikipedia" …

wmctrl – window control manager

2010/06/16

What is <a class="zem_slink freebase/en/wmctrl" title="Wmctrl" rel="wikipedia" href="http://en.wikipedia.org/wiki/Wmctrl">wmctrl? wmctrl is a command that …

PuTTY export client display on login for opening X application and terminal.

2010/04/11

export DISPLAY=$(echo $SSH_CLIENT |awk '{print $1&#8221;:0.0&#8221;}&#8217;) […] Explanation: SSH_CLIENT contains the IP and the port of the client machine. So we need to export …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it