个人工具

“UbuntuHelp:XChatHowto”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:XChatHowto}}
 
{{Languages|UbuntuHelp:XChatHowto}}
 
Parent: [[UbuntuHelp:InternetAndNetworking| Internet and Networking]]
 
Parent: [[UbuntuHelp:InternetAndNetworking| Internet and Networking]]
 
 
 
== The world of IRC with X-Chat ==
 
== The world of IRC with X-Chat ==
 
 
IRC is the Internet Relay Chat protocol, a chat room and instant messaging system. It is commonly used in the open source community. There are many IRC networks, such as Freenode, EFnet and Undernet, each of these have many chat channels (equivalent to chat rooms), such as #debian, #ubuntu, #physics. Most open source projects such as Ubuntu have at least one channel where you can ask for help.
 
IRC is the Internet Relay Chat protocol, a chat room and instant messaging system. It is commonly used in the open source community. There are many IRC networks, such as Freenode, EFnet and Undernet, each of these have many chat channels (equivalent to chat rooms), such as #debian, #ubuntu, #physics. Most open source projects such as Ubuntu have at least one channel where you can ask for help.
 
 
To connect to an IRC server you need an IRC client. Ubuntu's default client is irssi, which lacks a graphical interface. If you want a simple to use, GUI client, install xchat which can be found in the Universe Repositories.
 
To connect to an IRC server you need an IRC client. Ubuntu's default client is irssi, which lacks a graphical interface. If you want a simple to use, GUI client, install xchat which can be found in the Universe Repositories.
 
 
=== Starting X-Chat and connecting to an IRC server ===
 
=== Starting X-Chat and connecting to an IRC server ===
 
+
# To open ''XChat'' go to '''Applications -> Internet -> XChat IRC''' or you can run the command  
* To open ''XChat'' go to '''Applications -> Internet -> XChat IRC''' or you can run the command  
+
 
<pre><nowiki>
 
<pre><nowiki>
 
xchat
 
xchat
 
</nowiki></pre> in the terminal.
 
</nowiki></pre> in the terminal.
 
+
2. This will open the Server List where you will need to fill in some User Information:
* This will open the Server List where you will need to fill in some User Information:
+
* Nick Name: Use a unique, non offensive name.
 
+
* Second Choice: If your nick name is taken this will be used.
** Nick Name: Use a unique, non offensive name.
+
* Third Choice: If you first and second are taken, you have a third choice. If all three are taken you may need to try some more names, or the server might choose something for you.
** Second Choice: If your nick name is taken this will be used.
+
* User Name: Gives you an ident in your hostname for example: [email protected]
** Third Choice: If you first and second are taken, you have a third choice. If all three are taken you may need to try some more names, or the server might choose something for you.
+
* Real Name: Your real name, you do not have to fill this in.
** User Name: Gives you an ident in your hostname for example: [email protected]
+
3. There are many different IRC networks, but the #ubuntu channel is on [http://en.wikipedia.org/wiki/Freenode Freenode]. This is a good place to ask for help with ubuntu.
** Real Name: Your real name, you do not have to fill this in.
+
4. Once your nickname is accepted you can register your nickname by typing the following command in X-Chat
 
+
* There are many different IRC networks, but the #ubuntu channel is on [http://en.wikipedia.org/wiki/Freenode Freenode]. This is a good place to ask for help with ubuntu.
+
 
+
* Once your nickname is accepted you can register your nickname by typing the following command in X-Chat
+
 
<pre><nowiki>
 
<pre><nowiki>
 
/ns register <password>
 
/ns register <password>
第35行: 第25行:
 
/msg NickServ set email [email protected]
 
/msg NickServ set email [email protected]
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Settings for Networks ===
 
=== Settings for Networks ===
 
 
You may want to put in special settings for a particular network, such as auto-joining a certain room, or passwords.
 
You may want to put in special settings for a particular network, such as auto-joining a certain room, or passwords.
 
 
Select a server and click edit.
 
Select a server and click edit.
 
 
* Server Password: Where your nickserv password goes.
 
* Server Password: Where your nickserv password goes.
 
* Join channels: This automates connecting to your favorite channel(s).
 
* Join channels: This automates connecting to your favorite channel(s).
第47行: 第33行:
 
* Nickserv password: Don't use this field on Freenode.
 
* Nickserv password: Don't use this field on Freenode.
 
* Character Set: UTF-8 is recommended
 
* Character Set: UTF-8 is recommended
 
 
Press '''Connect''' to connect to the server. It is possible to connect to more then one server in the same time, you should press '''Connect in New Tab''' in that case.
 
Press '''Connect''' to connect to the server. It is possible to connect to more then one server in the same time, you should press '''Connect in New Tab''' in that case.
 
 
=== How to use XChat ===
 
=== How to use XChat ===
 
 
Using ''XChat'' is really simple, just start typing and join the online Ubuntu community. If you have no experience with IRC read [http://www.irchelp.org/irchelp/new2irc.html An introduction to IRC]
 
Using ''XChat'' is really simple, just start typing and join the online Ubuntu community. If you have no experience with IRC read [http://www.irchelp.org/irchelp/new2irc.html An introduction to IRC]
 
 
 
=== Links ===
 
=== Links ===
 
* [[UbuntuHelp:FixDCCExploit| Important information about a DCC exploit and how to protect yourself from it.]]
 
* [[UbuntuHelp:FixDCCExploit| Important information about a DCC exploit and how to protect yourself from it.]]
第62行: 第43行:
 
* [[UbuntuHelp:InternetRelayChat| Info about Ubuntu IRC channels]]
 
* [[UbuntuHelp:InternetRelayChat| Info about Ubuntu IRC channels]]
 
----
 
----
 
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 22:33的版本

Parent: Internet and Networking

The world of IRC with X-Chat

IRC is the Internet Relay Chat protocol, a chat room and instant messaging system. It is commonly used in the open source community. There are many IRC networks, such as Freenode, EFnet and Undernet, each of these have many chat channels (equivalent to chat rooms), such as #debian, #ubuntu, #physics. Most open source projects such as Ubuntu have at least one channel where you can ask for help. To connect to an IRC server you need an IRC client. Ubuntu's default client is irssi, which lacks a graphical interface. If you want a simple to use, GUI client, install xchat which can be found in the Universe Repositories.

Starting X-Chat and connecting to an IRC server

  1. To open XChat go to Applications -> Internet -> XChat IRC or you can run the command
xchat
in the terminal.

2. This will open the Server List where you will need to fill in some User Information:

  • Nick Name: Use a unique, non offensive name.
  • Second Choice: If your nick name is taken this will be used.
  • Third Choice: If you first and second are taken, you have a third choice. If all three are taken you may need to try some more names, or the server might choose something for you.
  • User Name: Gives you an ident in your hostname for example: [email protected]
  • Real Name: Your real name, you do not have to fill this in.

3. There are many different IRC networks, but the #ubuntu channel is on Freenode. This is a good place to ask for help with ubuntu. 4. Once your nickname is accepted you can register your nickname by typing the following command in X-Chat

/ns register <password>

If you want to associate your email address with your nickname (in case you lose your password) just type this command in X-Chat

/msg NickServ set email [email protected]

Settings for Networks

You may want to put in special settings for a particular network, such as auto-joining a certain room, or passwords. Select a server and click edit.

  • Server Password: Where your nickserv password goes.
  • Join channels: This automates connecting to your favorite channel(s).
  • Connect command: Some times you might want a send a command to the server when you join.
  • Nickserv password: Don't use this field on Freenode.
  • Character Set: UTF-8 is recommended

Press Connect to connect to the server. It is possible to connect to more then one server in the same time, you should press Connect in New Tab in that case.

How to use XChat

Using XChat is really simple, just start typing and join the online Ubuntu community. If you have no experience with IRC read An introduction to IRC

Links