PyCon intro to open source/Linux IRC: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 9: Line 9:
# Read through the material on [http://xchat.org/docs/start/ Getting started with XChat].
# Read through the material on [http://xchat.org/docs/start/ Getting started with XChat].


== IRC client practice: joining the <tt>#bostonpython</tt> channel ==
== IRC client practice: joining the <tt>#pycon-practice</tt> channel ==


During this workshop we'll get practice using IRC and help each other as we contribute to project in the <tt>#bostonpython</tt> channel on the <tt>Freenode</tt> network.
During this workshop we'll get practice using IRC and help each other as we contribute to project in the <tt>#pycon-practice</tt> channel on the <tt>Freenode</tt> network.


Here are the connection details for joining the Freenode network and the <tt>#bostonpython</tt> IRC channel:
Here are the connection details for joining the Freenode network and the <tt>#pycon-practice</tt> IRC channel:


<pre>
<pre>
IRC server name: irc.freenode.net
IRC server name: irc.freenode.net
channel name: #bostonpython
channel name: #pycon-practice
</pre>
</pre>


Given that information, and reviewing the XChat overview above, use XChat to connect to Freenode and join the <tt>#bostonpython</tt> channel. Pick any nickname you like. :) Once you have joined the channel, say hello!
Given that information, and reviewing the XChat overview above, use XChat to connect to Freenode and join the <tt>#pycon-practice</tt> channel. Pick any nickname you like. :) Once you have joined the channel, say hello!


== Success! ==
== Success! ==

Revision as of 22:33, 13 March 2013

On LInux, we'll be using XChat, a popular graphical IRC chat client.

IRC client setup instructions

  1. Start a command prompt.
  2. At the command prompt:
    • If you are running Ubuntu or Debian (or another dpkg-based system), type:
      sudo apt-get install xchat
      and enter your administrator password when prompted.
    • If you are running Fedora (or another yum-based system), type:
      sudo yum install xchat
      and enter your administrator password when prompted.
  3. Read through the material on Getting started with XChat.

IRC client practice: joining the #pycon-practice channel

During this workshop we'll get practice using IRC and help each other as we contribute to project in the #pycon-practice channel on the Freenode network.

Here are the connection details for joining the Freenode network and the #pycon-practice IRC channel:

IRC server name: irc.freenode.net
channel name: #pycon-practice

Given that information, and reviewing the XChat overview above, use XChat to connect to Freenode and join the #pycon-practice channel. Pick any nickname you like. :) Once you have joined the channel, say hello!

Success!

« Back to the main page