Difference between revisions of "IRC"

351 bytes added ,  21:03, 5 July 2016
Line 142: Line 142:
=== Managing Process ===
=== Managing Process ===


Use 'screen' command on the VPS to
You can use [GNU screen](https://en.wikipedia.org/wiki/GNU_Screen) or [tmux](https://en.wikipedia.org/wiki/Tmux) to maintain a terminal session that will persist even after you disconnect from the SSH session on your client machine.


CTRL-A, then D - disconnect from the screen instance, and then use `screen -r`.
For example, you can run 'screen' to start a screen session. Once the session is started, run any program you wish. To disconnect from the session press CTRL-A, followed by D key. You can then safely disconnect from your SSH session. When you return, use `screen -r` to reconnect.
 
tmux (terminal multiplexer) is another option


See [http://carina.org.uk/screenirssi.shtml How to use screen and irssi] and [https://michael.lustfield.net/linux/irssi-using-screen-and-ssh IRSSI Using Screen and SSH]
See [http://carina.org.uk/screenirssi.shtml How to use screen and irssi] and [https://michael.lustfield.net/linux/irssi-using-screen-and-ssh IRSSI Using Screen and SSH]
128

edits