Ubuntu/Debian/Mint news and tutorials | Linux gaming
facebook.png
twitter.png
feed.png
Quick Tip
Disable Overlay Scrollbars in GNOME
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Quick Tip
Find Files Containing a Text Pattern
find . -iname "*.txt" -exec grep -l "hello" {} +
Categories
Online Readers
Advertise on TuxArena
Linux Cheat Sheet

Have a look at our Linux Cheat Sheet for quick one-liners, commands and tips.

Following the overview of KDE IRC clients, here is a brief overview of several counterparts for GNOME, which will blend well in Xfce or Unity as well.

hexchat01

Full article

Internet Relay Chat has a history of over 25 years and it is still a widely used text-based protocol for chatting. In the Linux world, each distribution and major project has a chatting room, usually on Freenode, and here you can get online help, participate in collaborative projects, or just have a look at the latest discussions regarding the development of some project or application.

There are plenty of IRC clients out there for Linux, including console-based ones like the powerful Irssi, graphical ones like XChat, HexChat or the ones embedded in instant messaging clients. There are also web-based ones or clients available as add-ons for browsers, for example the ChatZilla add-on for Firefox.

In the following article I will briefly discuss about three clients for the KDE environment, leaving the others for a future article. All three of them come with features such as tabs, DCC, multiple networks or SSL.

Full article