“IRC基本概念”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
 
(未显示同一用户的30个中间版本)
第1行: 第1行:
 +
什么是IRC:
 +
 +
IRC(Internet Relay Chat)是一种基于Internet的通信协议,中文一般称为互联网中继聊天。它是由芬兰人Jarkko Oikarinen于1988年首创的一种网络聊天协议。经过十年的发展,目前世界上有超过60个国家提供了IRC的服务。在人气最旺的EFnet上,您可以看到上万的使用者在同一时间使用IRC。
 
=IRC基本使用=
 
=IRC基本使用=
==注册==
+
 
 +
=pigdin=
 +
<pre>
 +
 
 +
pidgin 上 IRC
 +
1.打开 [账户]->[管理账户]->[添加]
 +
 
 +
协议选:irc
 +
用户名:填你的用户名(不可以用汉字)
 +
服务器:irc.libera.chat                          irc.freenode.net #这个少用了
 +
点选高级选项卡字符编码填:UTF-8
 +
再选代理选项卡代理类型选:无代理
 +
保存之后,会自动登录
 +
 
 +
 
 +
软件主体左上角 好友--》加入聊天  --》
 +
 
 +
 
 +
 
 +
常用频道 #linuxba  #emacs    #archlinux-cn  #ubuntu-cn  kali-linux
 +
 
 +
#xmonad
 +
 
 +
#lubuntu-cn
 +
</pre>
 +
[https://v2ex.com/t/229346 如今还有多少活着的中文 IRC 频道 ~]
 +
 
 +
=注册=
 
<pre>
 
<pre>
 
注册账户
 
注册账户
 
登录到服务器之后,你要看看你的用户名是不是你设定的用户名,如果是的话,就可以进行注册了,如果不是的话,就表明你所设的用户名同其他人冲突,需要修改你的用户名,具体命令如下:
 
登录到服务器之后,你要看看你的用户名是不是你设定的用户名,如果是的话,就可以进行注册了,如果不是的话,就表明你所设的用户名同其他人冲突,需要修改你的用户名,具体命令如下:
 +
 +
更改昵称的基本方法是:"/n(ick) 新昵称" 好像命令都能简写的
 
/nick 新的用户名
 
/nick 新的用户名
 
在弹出的对话输入框中输入
 
在弹出的对话输入框中输入
第16行: 第48行:
 
之所以不用输入用户名是因为你的用户名已经设定好了。
 
之所以不用输入用户名是因为你的用户名已经设定好了。
 
</pre>
 
</pre>
=IRC在xChat中的设置说明=
+
 
 +
=hexchat=
 
<pre>
 
<pre>
sudo apt-get install xchat
+
问题 都是不保存信息的么  pidgin也不保存的 还是这个好用
点击Xchat菜单栏-Xchat-网络列表 如下图,我选择是Ubuntu列表,可任选其一
+
 
 +
 
 +
    Open the Network List (Ctrl + S)
 +
    If the Libera.Chat network exists in the list, then click on Edit and skip ahead to step 5
 +
    If it does not yet exist in the list, click Add and type Libera.Chat, then hit enter and click on Edit
 +
    Replace the string newserver/6667 with irc.libera.chat/+6697  把  newserver/6667 替换为irc.libera.chat/+6697
 +
    In the User name field, enter your primary nick
 +
    Select SASL (username + password) for the Login method field
 +
    In the Password field, enter your NickServ password
 +
 
 +
If you are unable to edit the User name field, the change can be made in the User Information section on the Network List window.
 +
 
 +
If everything was configured correctly, you should see a SASL authentication successful message when you connect. You will already be identified to NickServ, so you don’t need to do this again.
 +
 
 +
 
  
</pre>
 
  
=pigdin=
 
<pre>
 
  
pidgin 上 IRC
 
1.打开 [账户]->[管理账户]->[添加]
 
  
协议选:irc
 
用户名:填你的用户名(不可以用汉字)
 
服务器:irc.freenode.net
 
点选高级选项卡字符编码填:UTF-8
 
再选代理选项卡代理类型选:无代理
 
保存之后,会自动登录
 
  
  
好友--》加入聊天  --》频道  #ubuntu-cn
 
</pre>
 
=hexchat=
 
<pre>
 
 
evan@myxps:~$ cat irc  
 
evan@myxps:~$ cat irc  
Network List 选择 freenode
+
Network List 选择 freenode 现在换了 不用这个了
  
 
# 选择你要的频道 例如
 
# 选择你要的频道 例如
 
#ubuntu-cn  
 
#ubuntu-cn  
  
 +
 +
 +
添加
 +
#wikipedia-zh或其他频道
 +
 +
 +
nickname
 +
菜单 Hexchat -网络列表
 
</pre>
 
</pre>
 +
 +
官方文档就是爽
 +
https://libera.chat/guides/hexchat
 +
  
 
https://hexchat.readthedocs.io/en/latest/getting_started.html
 
https://hexchat.readthedocs.io/en/latest/getting_started.html
第53行: 第97行:
 
https://www.tecmint.com/best-irc-clients-for-linux/
 
https://www.tecmint.com/best-irc-clients-for-linux/
 
https://www.jianshu.com/p/59c6aa6c7d7f
 
https://www.jianshu.com/p/59c6aa6c7d7f
 +
 +
=IRC在xChat中的设置说明=
 +
<pre>
 +
sudo apt-get install xchat
 +
点击Xchat菜单栏-Xchat-网络列表 如下图,我选择是Ubuntu列表,可任选其一
 +
 +
 +
 +
</pre>
 +
[https://askubuntu.com/questions/1339682/how-do-i-connect-to-libera-chat-with-hexchat How do I connect to Libera.Chat with HexChat?]
 +
 +
 +
https://www.kali.org/docs/community/kali-linux-irc-channel/
 +
 +
=ERC=
 +
https://www.emacswiki.org/emacs/ERC
 +
 +
https://github.com/emacs-china/hello-emacs/blob/master/%E7%94%A8Emacs%E8%81%8A%E8%81%8AIRC--ERC.org
 +
 +
[https://blog.51cto.com/darksun/1353267 Emacs中的IRC客户端--ERC]
 +
 +
[https://www.cxyzjd.com/article/lujun9972/46002873 Emacs中的IRC客户端--ERC_暗日-程序员宅基地_emacs erc]
  
 
=konversation=
 
=konversation=
  
 
=参考=
 
=参考=
 +
https://libera.chat/guides/clients
 +
 +
https://help.gnome.org/users/empathy/stable/irc-manage.html.en
 +
 +
https://element.io/get-started
 +
 +
 +
[https://www.zhihu.com/question/27995108 有哪些值得推荐的的irc频道?]
 +
 +
[https://zh.wikipedia.org/wiki/Wikipedia:IRC%E6%95%99%E7%A8%8B 维基百科:IRC教程]
 +
 +
https://zh.wikipedia.org/wiki/Wikipedia:IRC%E8%81%8A%E5%A4%A9%E9%A2%91%E9%81%93
 +
 
[http://wiki.ubuntu.org.cn/IRC%E5%9F%BA%E6%9C%AC%E6%A6%82%E5%BF%B5 IRC基本概念]
 
[http://wiki.ubuntu.org.cn/IRC%E5%9F%BA%E6%9C%AC%E6%A6%82%E5%BF%B5 IRC基本概念]
  

2022年3月25日 (五) 03:52的最新版本

什么是IRC:

IRC(Internet Relay Chat)是一种基于Internet的通信协议,中文一般称为互联网中继聊天。它是由芬兰人Jarkko Oikarinen于1988年首创的一种网络聊天协议。经过十年的发展,目前世界上有超过60个国家提供了IRC的服务。在人气最旺的EFnet上,您可以看到上万的使用者在同一时间使用IRC。

IRC基本使用

pigdin


pidgin 上 IRC
1.打开 [账户]->[管理账户]->[添加]

协议选:irc
用户名:填你的用户名(不可以用汉字)
服务器:irc.libera.chat                           irc.freenode.net #这个少用了
点选高级选项卡字符编码填:UTF-8
再选代理选项卡代理类型选:无代理
保存之后,会自动登录


软件主体左上角 好友--》加入聊天  --》



常用频道 #linuxba  #emacs    #archlinux-cn   #ubuntu-cn  kali-linux

#xmonad

#lubuntu-cn

如今还有多少活着的中文 IRC 频道 ~

注册

注册账户
登录到服务器之后,你要看看你的用户名是不是你设定的用户名,如果是的话,就可以进行注册了,如果不是的话,就表明你所设的用户名同其他人冲突,需要修改你的用户名,具体命令如下:

更改昵称的基本方法是:"/n(ick) 新昵称" 好像命令都能简写的
/nick 新的用户名
在弹出的对话输入框中输入
#举例
/nick evan886
提示 如下 ,那表明这个用户名你可以注册
(11时15分03秒) NickServ: (notice) evan886 is not a registered nickname.
/msg NickServ REGISTER 你的密码 你的电子邮件地址
举例
/msg NickServ REGISTER 你的密码 [email protected]
之后你在邮箱会收到来自[email protected]的确认邮件,复制邮件里的命令到irc对话框中执行,即可。
之所以不用输入用户名是因为你的用户名已经设定好了。

hexchat

问题 都是不保存信息的么  pidgin也不保存的 还是这个好用


    Open the Network List (Ctrl + S)
    If the Libera.Chat network exists in the list, then click on Edit and skip ahead to step 5
    If it does not yet exist in the list, click Add and type Libera.Chat, then hit enter and click on Edit
    Replace the string newserver/6667 with irc.libera.chat/+6697  把  newserver/6667 替换为irc.libera.chat/+6697
    In the User name field, enter your primary nick
    Select SASL (username + password) for the Login method field
    In the Password field, enter your NickServ password

If you are unable to edit the User name field, the change can be made in the User Information section on the Network List window.

If everything was configured correctly, you should see a SASL authentication successful message when you connect. You will already be identified to NickServ, so you don’t need to do this again.








evan@myxps:~$ cat irc 
Network List 选择 freenode 现在换了 不用这个了

# 选择你要的频道 例如
#ubuntu-cn 



添加 
#wikipedia-zh或其他频道


nickname 
菜单 Hexchat -网络列表 

官方文档就是爽 https://libera.chat/guides/hexchat


https://hexchat.readthedocs.io/en/latest/getting_started.html

https://www.tecmint.com/best-irc-clients-for-linux/ https://www.jianshu.com/p/59c6aa6c7d7f

IRC在xChat中的设置说明

sudo apt-get install xchat
点击Xchat菜单栏-Xchat-网络列表 如下图,我选择是Ubuntu列表,可任选其一



How do I connect to Libera.Chat with HexChat?


https://www.kali.org/docs/community/kali-linux-irc-channel/

ERC

https://www.emacswiki.org/emacs/ERC

https://github.com/emacs-china/hello-emacs/blob/master/%E7%94%A8Emacs%E8%81%8A%E8%81%8AIRC--ERC.org

Emacs中的IRC客户端--ERC

Emacs中的IRC客户端--ERC_暗日-程序员宅基地_emacs erc

konversation

参考

https://libera.chat/guides/clients

https://help.gnome.org/users/empathy/stable/irc-manage.html.en

https://element.io/get-started


有哪些值得推荐的的irc频道?

维基百科:IRC教程

https://zh.wikipedia.org/wiki/Wikipedia:IRC%E8%81%8A%E5%A4%A9%E9%A2%91%E9%81%93

IRC基本概念

irc使用教程

IRC在xChat中的设置说明

at myblogIRC在Pidgin 中的设置

IRC-quick-start 如何使用IRC?

How to use IRC/zh-cn [[category:]]