Difference between revisions of "Irc chat"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 5: Line 5:
 
'''''The following instructions can be viewed as a video [http://www.youtube.com/watch?v=mC6Zr1OcQZE here].
 
'''''The following instructions can be viewed as a video [http://www.youtube.com/watch?v=mC6Zr1OcQZE here].
  
To join a chat on [[KDE]],
+
To join a chat on [http://en.wikipedia.org/wiki/KDE KDE],
  
 
* point your browser to http://webchat.freenode.net  
 
* point your browser to http://webchat.freenode.net  

Revision as of 11:08, 4 December 2011

One of the best ways to get questions answered is to ask them to other users. This is what IRC (internet relay chat) is about. While participating you can ask and at the same time you are encouraged to answer other users' questions when you are able to. I will describe two possibilities here, using a web site for chatting and using a chat program. The chat program will give you a bit more comfort, on the other hand it needs to be installed before using it.

Chat via web browser

The following instructions can be viewed as a video here.

To join a chat on KDE,

  • point your browser to http://webchat.freenode.net
  • decide for a nickname for yourself and enter it
  • as channel, enter #kde
  • enter the text that is shown graphically (it is a captcha to keep away spammers)
  • click on Connect

You will get a chance to talk with all other participants on the channel #kde. To join another channel (about fedora in this example), enter

/join #fedora

Chat via a program

If you want more comfortability than a browser can give you, you can install IRC applications like Quassel. The programs we have found good are listed below.

quassel

get quassel

To get quassel, find out your distribution and proceed accordingly:

SUSE Linux

For SUSE Linux you should not use the binaries that come with your distribution, so install from source:

yast -i cmake
cd
tar xvzf Downloads/quassel*
cd quassel*
cmake . && make -j8 && make install