Just another trying-to-be-a-geek's blog
Posts tagged ssh
SSH: Tips And Tricks You Need
Aug 24th
SSH is one of the most widely used protocols for connecting to remote shells. While there are numerous SSH clients the most-used still remains OpenSSH’s ssh. There is a plethora of tips and tricks that can be used to make your experience even better than it already is. Read on to discover some of the best tweaks to your favorite SSH client.
Adding A Keep-Alive A keep-alive is a small piece of data transmitted between a client and a server to ensure that the connection is still open or to keep the connection open. Many protocols implement this as a way of cleaning More >
Screen: Keep your tasks running in a virtual screen
Oct 4th
If you are a sysadmin like me then there would have been thousand times when you would have loved if you could keep you tasks running, go home, come office next morning and continue where your left or connect from home to same session, yet logout from machine from terminal or ssh. Such tasks could and mostly consist of server upgrades, running time consuming scripts such as database dump scripts, mail backups and etc. (more…)