Difference between revisions of "Linux Tutorial Irssi"

From WebOS Internals
Jump to navigation Jump to search
(New page: = Linux Tutorial - Irssi = === This Documents Assumes the following === You have followed the procedure to Access Linux on the device and have enabled the Optware repositories and soft...)
 
Line 22: Line 22:
 
Within the Terminal application use the following command:
 
Within the Terminal application use the following command:
  
 +
<pre><nowiki>
 
ipkg-opt install screen irssi
 
ipkg-opt install screen irssi
 +
</nowiki></pre>
  
This command will automatically download GNU Screen (link needed) and irssi (link needed) as well as any necessary dependencies.
+
This command will automatically download [http://www.gnu.org/software/screen/ GNU Screen] and [http://irssi.org/ irssi] as well as any necessary dependencies.
 +
 
 +
Note: GNU Screen is *not* necessary for irssi to function, it only provides further functionality to be able to close the Terminal application if desired, keep irssi running in the background and reattach to it. Also, I have found that running irssi within a screen session gives irssi shows all its various colors while running natively within the terminal app leaves it mono-colored.  
  
  

Revision as of 20:54, 16 September 2009

Linux Tutorial - Irssi

This Documents Assumes the following

You have followed the procedure to Access Linux on the device and have enabled the Optware repositories and software http://www.webos-internals.org/wiki/Portal:Accessing_Linux

You have installed the Terminal application http://www.webos-internals.org/wiki/Application:Terminal


Once these procedures are done you should have access to:

The Optware software repositories through ipkg-opt

The Terminal Application through the WebOS (should load, be the root user, and function)


Installation

Within the Terminal application use the following command:

ipkg-opt install screen irssi

This command will automatically download GNU Screen and irssi as well as any necessary dependencies.

Note: GNU Screen is *not* necessary for irssi to function, it only provides further functionality to be able to close the Terminal application if desired, keep irssi running in the background and reattach to it. Also, I have found that running irssi within a screen session gives irssi shows all its various colors while running natively within the terminal app leaves it mono-colored.


Configuration/Tweaks

Known Issues

Even with Screen running you can lose connection if the wifi radio turns off when the screen does, see <link for fixing that>