Posts Tagged ‘irssi’

How to change an irssi theme

Sunday, October 19th, 2008

There are a number of places to get irssi themes.  All you got to do Copy the .theme file to ~/.irssi/ directory, change the theme with /SET theme theme_name

Put irssi in a chroot jail

Thursday, June 5th, 2008

Irssi is a popular IRC client. Its a very popular client for small window managers like fluxbox. This short howto will walk you though the steps for setting up a jail that only has a few commands in it and will help create a much safer IRC enviroment for you. There are a couple things you will need to have installed before we get started. First you need irssi, next you will need jail. First step is to install jail and irssi, so that irssi will work from your regular linux or unix install.

(more…)

IRC through the command line

Monday, March 3rd, 2008

irssi is a command line IRC client for unix-based systems. It’s relatively simple to use. To install:

  • on Fedora: yum -install irssi
  • on Ubuntu: sudo apt-get install irssi
  • on openSuse: zypper in irssi
  • run the application: irssi

Usage

When the application opens type: /connect “irc_channel” and press enter. As an example:

/connect irc.freenode.net

  • /join “#channel” “optional_password”
    • exampe /join kde

And that’s it.