<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A No Nonsense Blog &#187; Debian</title>
	<atom:link href="http://blog.sandeep.co.in/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sandeep.co.in</link>
	<description>Actually Its full of Nonsense</description>
	<lastBuildDate>Sat, 14 Jan 2012 22:46:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.sandeep.co.in' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A No Nonsense Blog &#187; Debian</title>
		<link>http://blog.sandeep.co.in</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.sandeep.co.in/osd.xml" title="A No Nonsense Blog" />
	<atom:link rel='hub' href='http://blog.sandeep.co.in/?pushpress=hub'/>
		<item>
		<title>Setting up an IRC Server on your Desktop [UnrealIrcd]</title>
		<link>http://blog.sandeep.co.in/2008/04/20/setting-up-and-irc-server-on-your-desktop-unrealircd/</link>
		<comments>http://blog.sandeep.co.in/2008/04/20/setting-up-and-irc-server-on-your-desktop-unrealircd/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 13:28:45 +0000</pubDate>
		<dc:creator>d1g1t</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Internet Relay Chat]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[irc server]]></category>
		<category><![CDATA[ircd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[port forward]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unrealircd]]></category>

		<guid isPermaLink="false">http://d1g1t.net/?p=25</guid>
		<description><![CDATA[This Tutorial helps install an IRC daemon on Your desktop or server. I&#8217;m using an Ubuntu 7.10 desktop, but most of the instructions here may work on any distro. We&#8217;ll be using UnrealIRCD. You can download the stable version Here or get the svn version with the following command. svn co svn://svn.unrealircd.com/trunk/unreal3 UnrealIRCd if you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sandeep.co.in&amp;blog=20174603&amp;post=25&amp;subd=sandeepdotcodotin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This Tutorial helps install an IRC daemon on Your desktop or server.</p>
<p>I&#8217;m using an <a class="zem_slink" title="Ubuntu" rel="wikipedia" href="http://en.wikipedia.org/wiki/Ubuntu">Ubuntu 7.10</a> desktop, but most of the instructions here may work on any distro.</p>
<p>We&#8217;ll be using <a title="UnrealIRCd" href="http://www.unrealircd.com/" target="_blank"><strong>UnrealIRCD</strong></a>.</p>
<p>You can download the stable version <a title="UnrealIRCd Download" href="http://www.unrealircd.com/downloads/unreal/2/1" target="_blank">Here</a><br />
or get the svn version with the following command.</p>
<blockquote><p>svn co svn://svn.unrealircd.com/trunk/unreal3 UnrealIRCd</p></blockquote>
<p>if you downloaded the stable version, Extract the tar file to a directory and cd to it. Then run</p>
<blockquote><p>./Config</p></blockquote>
<p>Leave the default values as they are.<br />
Enable <a class="zem_slink" title="Transport Layer Security" rel="wikipedia" href="http://en.wikipedia.org/wiki/Transport_Layer_Security">SSL</a> support if you want. You&#8217;ll need <a class="zem_slink" title="OpenSSL" rel="wikipedia" href="http://en.wikipedia.org/wiki/OpenSSL">OpenSSL</a> for this<br />
Enter SSL details when asked for.</p>
<blockquote><p>make<br />
&#8230;<br />
make install /* Only If you&#8217;re not installing in same directory */</p></blockquote>
<p><strong>Look for Extra modules here:</strong><br />
<a href="http://www.angrywolf.org/modules.php?lang=en">http://www.angrywolf.org/modules.php?lang=en</a><br />
<a href="http://www.vulnscan.org/modules">http://www.vulnscan.org/modules</a><br />
<a href="http://www.unrealircd.com/modules.php">http://www.unrealircd.com/modules.php</a></p>
<p>Download place .c files in src/modules directory.<br />
edit the module files if necessary. Most shouldn&#8217;t need any editing.</p>
<p><strong>To compile Modules</strong></p>
<blockquote><p>make custommodule MODULEFILE=&lt;modulename&gt;</p></blockquote>
<p>for each module.</p>
<p>Now lets make a config file.</p>
<blockquote><p>cp doc/example.conf unrealircd.conf<br />
mv spamfilter.conf.example spamfilter.conf</p></blockquote>
<p>then edit unrealircd.conf with your favourite <a class="zem_slink" title="Text editor" rel="wikipedia" href="http://en.wikipedia.org/wiki/Text_editor">text editor</a><br />
<strong>Eg: gedit unrealircd.conf</strong></p>
<p><strong>Carefully edit all values. Remember to comment the lines beginning with &#8216;die&#8217;.</strong></p>
<p>(Click Here for Help with Editing the Config)</p>
<p>Create the motd and rules files and rename them as specified in the config.</p>
<p>If all went well, the IRCd daemon will start with the command</p>
<blockquote><p>/PATH/TO/./unreal start</p></blockquote>
<p>or<br />
If you&#8217;re already in the Unreal directory</p>
<blockquote><p>./unreal start</p></blockquote>
<p>If you want other people to be able to join, tell them to type /server [your.IP] from their <a class="zem_slink" title="Internet Relay Chat" rel="wikipedia" href="http://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC clients</a><br />
(<a href="http://en.wikipedia.org/wiki/List_of_IRC_clients">http://en.wikipedia.org/wiki/List_of_IRC_clients</a>)<br />
If you have a router you may want to open a port or two so that people can connect to your server.<br />
port 6667 for a normal connection and<br />
port 6697 for ssl [only if you compiled with ssl support]</p>
<p>See <a href="http://portforward.com/routers.htm">PortForward.com</a> for help with opening ports on hardware routers.</p>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Zemified by Zemanta"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=3463b386-b98e-4f2a-9a10-a7c928690c72" alt="Enhanced by Zemanta" /></a></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sandeepdotcodotin.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sandeepdotcodotin.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandeepdotcodotin.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandeepdotcodotin.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandeepdotcodotin.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandeepdotcodotin.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandeepdotcodotin.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandeepdotcodotin.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandeepdotcodotin.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandeepdotcodotin.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandeepdotcodotin.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandeepdotcodotin.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandeepdotcodotin.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandeepdotcodotin.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandeepdotcodotin.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandeepdotcodotin.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sandeep.co.in&amp;blog=20174603&amp;post=25&amp;subd=sandeepdotcodotin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sandeep.co.in/2008/04/20/setting-up-and-irc-server-on-your-desktop-unrealircd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a3c966a28c6647b518bac954473cb4f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">d1g1t</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/zemified_c.png?x-id=3463b386-b98e-4f2a-9a10-a7c928690c72" medium="image">
			<media:title type="html">Enhanced by Zemanta</media:title>
		</media:content>
	</item>
	</channel>
</rss>
