help is always a shortcut-if you know where to go online. when you have any questions, forums, mailing lists, and googling (Google Search) are both useful methods. However, if you really want to make a quick decision, Internet Relay Chat (IRC) is a place to look. if you have never entered IRC, everything here is what you need.
Without a doubt, you are already familiar with messaging tools such as aim, MSN
http://blog.163.com/lixiangqiu_9202/blog/static/53575037201351825633984/
If you need to apply for an IRC channel, then you will need to have a registered username, so here will be registered with the nextHere take freenode as an exampleWe log into freenode and register with the following command/msg nickserv REGISTER passwd for password, email for email address, for example/msg nickserv REGISTER brisk_ 1234 briskgreen@163.comThis will register the use
Use the IRC channel of the chatzilla red link Linux Forum-general Linux technology-Linux technology and application information. The following is a detailed description. [I = s] This post was last edited by pl_014 on
I have read the IRC post on pidgin before, but I was not familiar with the IRC operating mechanism at the time, and I was still looking for a place
Java Web simplified dating website platform, simplified dating website
Original article: Java Web simplified dating website platform
Source code: http://www.zuidaima.com/share/1550463487478784.htm
This case uses all the basic knowledge of Java Web development, including user registration, logon, addition, deletion, modification, query, file upload, and database
In the process of using Jenkins, because the domestic use of Jenkins people are not many, only very few developers, so think of the official freenode to see, just before the IRC chat with the way, just tried, feeling is pretty good, there are many foreign developers, A lot of good channel can communicate, by the way also can improve their English communication level. And you share the basic IRC configuratio
In Linux, how many times do you use IRC through command lines, desktop applications, and Web terminals?
IRC (Internet Relay Chat), which is generally called "Internet Relay Chat" in Chinese, is a text communication layer protocol and has been in existence for at least 15 years. Tens of thousands of people around the world use it for fast communication, online meetings, online real-time text interviews, and
Python implements SSL-based IRC bot instances and pythonsslircbot
This example describes how to implement an SSL-based IRC bot in python. Share it with you for your reference. The details are as follows:
#! /Usr/bin/python #-*-coding: utf8-*-import socket, string, time, sslimport urllib, renetwork = 'irc .server.net 'nick = 'nickname' chan = 'bot' port = 6697 s
If you do not know IRC in a Linux system, you will lose an important resource. You know, there are a lot of experts in IRC, world-class, and can actually chat with foreigners to learn English. What's better? haha ^_^.
To facilitate the use of IRC chat tools in the future, click here for a summary of the information.
IRC
Install the IRC $ sudoapt-getinstallivisit to the IRC: $ irssi input server. (There are a lot of servers. It seems that you generally use irc.freenode.net. I started with irc.Ubuntu.com and irc.debian.org .) /Serverirc.freenode.net enter the room:/join # ubuntu-cnirssi is a Linux terminal IR
Install the IRC
$ Sudo apt-get install irssi
Enter
Ubuntu has many good IRC chat tools, such as konversation, xchat, and gaim. People transferred from IM tools such as MSN and QQ may think that IRC is like a chat room. Here we use the gaim chat tool that comes with Ubuntu as an example to describe how to chat in the IRC room of ubuntu-cn. Start Gaim first. You can start gaim in the Start Menu- gt; Internet- gt; G
List of OpenStack IRC channelsHow to access OpenStack channels on your browser (specific channels can refer to the previous channel list)Channel chat logs and meeting logs Here I use MIRC instead of browser access Irc,openstack IRC with Freenode server, can be found in mIRC group "freenode", the specific address and port,Server:irc.freenode.netports:6665-6666 (d
Organized from: http://my.oschina.net/soge1988/blog/1856
Related links:
Http://irssi.org/documentation
Http://hi.baidu.com/suzp1984/blog/item/aa134b4fcb368ec1d1c86a2b.html
Http://lnote.blogbus.com/logs/8182581.html
Http://quadpoint.org/articles/irssisplit and http://quadpoint.org/articles/irssi
1. log on to/usr/local/bin/irssi -circ.freenode.net-p7000-naisaer.
Or Irssi --/connect irc.freenode.net port 7000.
2. Modify the nickname: /Nick Apple
3. Join the chat channel: /Join
At the beginning of 2004, IRC backdoor virus began to appear on the global network on a large scale. On the one hand, there is a potential risk of leaking local information, on the other hand, the virus appears in the local area network congestion, affecting the normal work, resulting in losses.
At the same time, because the source of the virus is open, anyone to get the source code after a little modification can be compiled to create a new virus, p
This is a tutorial I sent to the open source group of Nanchang UniversityIrcIRC is an ancient product that appeared before the graphical interface became popular. However, many open-source communities today use IRC for team communication or technical support for users, such as Wikipedia , so it is necessary to use it.IRC is just an agreement to chat with the tools needed to support the protocol. There are many such tools in Linux. such as Pidgin and x
Let's go.Kaka's all in the tty1 under the operation, watching movies, listening to songs,, look at the picture, on IRC and so on, quite suitable in small white in front of fart!Software that needs to be installed:In order to display Chinese correctly: Install Fbtermsudo apt-get Install FbtermBecause Ubuntu 14.04 framebuffer is on by default is turned on please check (Ls/proc/|grep fb) so do not have to do other configuration,Just add the user to the v
This article will show how to build a cross-platform IRC robot (an automated client) that uses the Freetts Java Speech Synthesis Library to convert IRC messages into audible voice. Freetts Library can be downloaded in freetts.sourceforge.net. In order to connect to the IRC server, you need to download the Pircbot Java IRC
In fact, I have never used IRC for a long time and occasionally hung it. Then I went to # Ubuntu-CN and # Ubuntu to discuss with others and found that my current level is not integrated. ==|||
However, I am still very interested in this software. It is concise but not simple. So I decided to learn, learn from the network, and record some common commands here, which will be improved in the future.
---------------------------------------------------
, it's important to learn level 46.
Mixed with some personal prejudice, hope to be useful to you. Oh. -Cpyug (the most active Chinese mailing list, but now there are more and more small white issues)
/ http
Groups.google.com/group
/PYTHON-CN
-Water Wood Community python plate (a lot of experts on water and wood, although not often appear)
http://www.
newsmth.net/frames.html?
Mainurl=/bbsdoc.php%3fboard%3dpython
-Watercress Python Group
http://www.
Douban.com/group/python
/
-Chinauni
This article illustrates the simple implementation of an IRC bot based on SSL in Python. Share to everyone for your reference. Specifically as follows: ?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 The
#!/usr/bin/python #-*-Coding:utf8 import socket, String, time, SSL import urllib, re network = ' irc.server.net ' Nick = ' nickname ' chan = ' bot ' port = 6697 socket = socket. Socket (Socket.af_inet,socket. Sock_stream
[Graphic tutorial] use the IRC channel of the red Linux forum on Pidgin to communicate with you in real time-Linux general technology-Linux technology and application information. The following is a detailed description. [I = s] This post was last edited by dabao ,.
Note:1. Liu Chong is the Founder. For more information, see here. However, due to the fact that few people are involved, I am trying to submit a new graphic tutorial. I hope you can part
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.