<?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; surreal services</title>
	<atom:link href="http://blog.sandeep.co.in/tag/surreal-services/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; surreal services</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 Services on your UnrealIrcd IRC Server [SurrealServices]</title>
		<link>http://blog.sandeep.co.in/2008/04/26/setting-up-services-on-your-unrealircd-irc-server-surrealservices/</link>
		<comments>http://blog.sandeep.co.in/2008/04/26/setting-up-services-on-your-unrealircd-irc-server-surrealservices/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 07:08:26 +0000</pubDate>
		<dc:creator>d1g1t</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Chat room]]></category>
		<category><![CDATA[Internet Relay Chat]]></category>
		<category><![CDATA[Internet Relay Chat services]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[irc services]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[surreal services]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unrealircd]]></category>

		<guid isPermaLink="false">http://d1g1t.net/?p=26</guid>
		<description><![CDATA[Related to: Setting up an IRC Server on your Desktop [UnrealIrcd] Here is a tutorial to set up IRC Services on Debian/Ubuntu (may work on other distros with appropriate changes in a few commands). You&#8217;ll also need a mysql server running. you can get it by typing this in terminal (Since I want the services [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sandeep.co.in&amp;blog=20174603&amp;post=26&amp;subd=sandeepdotcodotin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Related to: <a href="http://sandeep.co.in/2008/04/20/setting-up-and-irc-server-on-your-desktop-unrealircd/">Setting up an IRC Server on your Desktop [UnrealIrcd]</a></p>
<p>Here is a tutorial to set up <a href="http://en.wikipedia.org/wiki/IRC_Services">IRC Services</a> on Debian/Ubuntu (may work on other distros with appropriate changes in a few commands). You&#8217;ll also need a mysql server running.</p>
<p>you can get it by typing this in terminal (Since I want the services dir inside the Unreal directory, I install in <a class="zem_slink" title="UnrealIRCd" rel="wikipedia" href="http://en.wikipedia.org/wiki/UnrealIRCd">UnrealIRCd</a>/services. You may install it in your <a class="zem_slink" title="Home directory" rel="wikipedia" href="http://en.wikipedia.org/wiki/Home_directory">home directory</a>)</p>
<blockquote><p>cd UnrealIRCd<br />
svn co http://www.surrealchat.net/svn/srsv/tags/0.4.2-rc3/ services</p></blockquote>
<p>or visit <a href="http://www.surrealchat.net/services/releases/">http://www.surrealchat.net/services/releases/</a><br />
and download the appropriate version and extract it to the correct directory</p>
<p>You&#8217;ll need two perl modules</p>
<blockquote><p>mkdir perlmods<br />
cd perlmods<br />
wget http://search.cpan.org/CPAN/authors/id/J/JP/JPRIT/Event-1.10.tar.gz<br />
tar zxvf Event-1.10.tar.gz<br />
cd Event-1.10<br />
perl Makefile.PL<br />
make<br />
sudo make install<br />
cd ..<br />
wget http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-1.16.tar.gz<br />
tar zxvf TimeDate-1.16.tar.gz<br />
cd TimeDate-1.16<br />
perl Makefile.PL<br />
make<br />
sudo make install<br />
cd ../..<br />
rm -r perlmods</p></blockquote>
<p>copy the example config</p>
<blockquote><p>cp config-example/ config</p></blockquote>
<p>setup appropriate mysql user with access to an empty database<br />
Now edit the files inside the config directory</p>
<p>Now run</p>
<blockquote><p>./db-setup.pl</p></blockquote>
<p>To start services, run (make sure your unrealircd server is runnning)</p>
<blockquote><p>./services.pl</p></blockquote>
<p>Join your server with an <a class="zem_slink" title="Internet Relay Chat" rel="wikipedia" href="http://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC client</a> and register your nick<br />
(for commands, check <a href="http://www.surrealchat.net/wiki/Help">http://www.surrealchat.net/wiki/Help</a>)</p>
<p>After you&#8217;re done registering, make yourself the services root</p>
<blockquote><p>./addroot.pl [your nick]</p></blockquote>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/1c691ae3-5ca4-4447-997f-d9a0ec2eb08b/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=1c691ae3-5ca4-4447-997f-d9a0ec2eb08b" alt="Reblog this post [with Zemanta]" /></a></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sandeepdotcodotin.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sandeepdotcodotin.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandeepdotcodotin.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandeepdotcodotin.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandeepdotcodotin.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandeepdotcodotin.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandeepdotcodotin.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandeepdotcodotin.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandeepdotcodotin.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandeepdotcodotin.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandeepdotcodotin.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandeepdotcodotin.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandeepdotcodotin.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandeepdotcodotin.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandeepdotcodotin.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandeepdotcodotin.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sandeep.co.in&amp;blog=20174603&amp;post=26&amp;subd=sandeepdotcodotin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sandeep.co.in/2008/04/26/setting-up-services-on-your-unrealircd-irc-server-surrealservices/feed/</wfw:commentRss>
		<slash:comments>1</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/reblog_e.png?x-id=1c691ae3-5ca4-4447-997f-d9a0ec2eb08b" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
	</channel>
</rss>
