Best IRC Client
- Mahammad Rafi
- Mar 10, 2017
- 1 min read
In your Linux run you must have found situations in which you need a other hand help. I have come across such times. However, we would normally end up in community sites and forums where we may or may not find solutions. Here, I’m going to share my personal experience. Last time, I had trouble installing Ubuntu from minimal CD and PPPoE connection (ADSL). As always, Ubuntu wiki pages had cleared out my doubts, not solved though. It turned out, I happened to know about irc which works from terminal itself and makes communication possible with peers. IRSSI, a irc client which satisfied my needs.
Installation sudo apt-get install irssi
Usage /connet irc.freenode.net /nick nickname_you_want /msg nickserv register password email@address Alt + 2 check mail and verify /msg nickserv identify password /join #ubuntu
I had spent time in irc chat and found some other ideas with them. Unfortunately, I still couldn’t find solution for my above mentioned problem.
Comments