Irssi With SSH/Screen

From Amahi Wiki
Revision as of 23:52, 19 May 2009 by Bk (talk | contribs) (New page: <strong><i>Using irssi with ssh/screen.</i> To do this, first you need screen installed on your HDA. Do:</strong> <code>sudo yum -y install screen</code> (FEDORA) (Ubuntu/DEB coming so...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Using irssi with ssh/screen.

To do this, first you need screen installed on your HDA. Do:

sudo yum -y install screen (FEDORA)

(Ubuntu/DEB coming soon)

After that, log into the server using the ssh client your fond of, (logged in as user) do:

screen irssi

That will start irssi in screen.

After that, run the commands to sign into your favorite irc chat server/channel.

After you close this, dont exit, just click the "x" in the top right corner.

The next time you want to use it, just log into your ssh client, then do:

screen -A -R -DD

and it will bring the chat client back up.

This way you never lose your chat info.

NOTE: when your server is restarted by reboot/power outage or whatever it might be, you will have to go through the steps again. But as long as the server is up and running, you will be set.

So bookmark this page.