Difference between revisions of "Linux irc"
From John Freier
(Created page with "This is about IRC. == IRC Server == Different Server Daemons: - IRCD-Hybrid - http://www.ircd-hybrid.org/ - UnrealIRCd - https://www.unrealircd.org/ - InspIRCd - http://...") |
|||
Line 11: | Line 11: | ||
== Installing IRCD-Hybrid == | == Installing IRCD-Hybrid == | ||
+ | There are multiple ways to install this IRC server. I choose to install it system wide and not in a specific directory which is a person preference. | ||
+ | Also I am choosing not to install Anope. | ||
+ | |||
+ | '''Anope''' is a bunch of IRCServices to help administrate a server. https://www.anope.org/ | ||
+ | |||
+ | Here is a link to the tutorial I am following as a reference. https://www.howtoforge.com/tutorial/irc-server-with-ircd-hybrid-and-anope-on-ubuntu-15-04/ | ||
+ | |||
+ | 1. Download and unzip. | ||
+ | wget http://prdownloads.sourceforge.net/ircd-hybrid/ircd-hybrid-8.2.8.tgz | ||
+ | tar -xzf ircd-hybrid-8.2.8.tgz |
Revision as of 13:09, 3 March 2017
This is about IRC.
IRC Server
Different Server Daemons:
- IRCD-Hybrid - http://www.ircd-hybrid.org/ - UnrealIRCd - https://www.unrealircd.org/ - InspIRCd - http://www.inspircd.org/
Installing IRCD-Hybrid
There are multiple ways to install this IRC server. I choose to install it system wide and not in a specific directory which is a person preference. Also I am choosing not to install Anope.
Anope is a bunch of IRCServices to help administrate a server. https://www.anope.org/
Here is a link to the tutorial I am following as a reference. https://www.howtoforge.com/tutorial/irc-server-with-ircd-hybrid-and-anope-on-ubuntu-15-04/
1. Download and unzip.
wget http://prdownloads.sourceforge.net/ircd-hybrid/ircd-hybrid-8.2.8.tgz tar -xzf ircd-hybrid-8.2.8.tgz