Session

How to Kill An Unresponsive SSH Session [Quick Tips]
So how do we kill an unresponsive SSH session (other than closing the terminal window)? The trick is easy. You just have to press “Enter”, follow by “...
How to Keep SSH Connections Alive In Linux
How to Keep SSH Connections Alive In Linux sudo nano /etc/ssh/ssh_config. and add the following line to the end of the file ServerAliveInterval 60. Wh...
How to Record Terminal Session in Ubuntu
To start capturing the terminal session, all you need to do is simply start with “ttyrec” + enter. This will launch the real-time recording tool which...
Log In to The Same Websites With Multiple Accounts In Chrome
Each profile will have its own cookies, allowing you to log into a different account in each browser profile. To create a new profile in Google Chrome...