August 4, 2009, 5:54 pm

Bitlbee is a “console-based IRC to IM chatting gateway, including ICQ/MSN/Jabber”. Basically, it allows the user to interact with popular chat networks (ICQ, MSN, Jabber, AIM, YIM) within their IRC client.
The users’ buddies appear as normal IRC users in a channel and conversations use the private message facility of IRC.
Continue reading ‘Chat with AIM, MSN, Gtalk, and Yahoo through Irssi with bitlbee’ »
July 28, 2009, 6:40 pm

I’ve done a lot over the past few months to make my time spent on the command line a bit more enjoyable and easier to use. Hopefully you’ll find these steps useful as well.
Continue reading ‘How to have a lightweight, beautiful, functional terminal’ »
Tags:
.Xdefaults,
.Xresources,
256 colors,
bash,
gnu screen,
irssi,
rxvt-unicode,
screen,
urxvt,
vim,
xterm Category:
Commandline Tools,
Gnu screen |
1 Comment
October 19, 2008, 11:00 pm

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
June 5, 2008, 8:05 am

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.
Continue reading ‘Put irssi in a chroot jail’ »
March 3, 2008, 4:16 pm

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”
And that’s it.