<?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/"
	>

<channel>
	<title>Draakwired &#187; Uncategorized</title>
	<atom:link href="http://drakonen.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://drakonen.com</link>
	<description>Here be Dragons  -  Drakonen&#039;s Blog</description>
	<lastBuildDate>Tue, 13 Apr 2010 14:04:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Vim, python pep8 and pylint.</title>
		<link>http://drakonen.com/2010/vim-python-pep8-and-pylint/</link>
		<comments>http://drakonen.com/2010/vim-python-pep8-and-pylint/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 14:04:33 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakonen.com/?p=128</guid>
		<description><![CDATA[When you are making your Python code pep8 conformant or want to have a good pylint score and you are using vim, there are a few ways to make it easier and faster. First you need to know a bit about the vim option -q. -q takes a filename as a argument, and vim then [...]]]></description>
			<content:encoded><![CDATA[<p>When you are making your Python code pep8 conformant or want to have a good pylint score and you are using vim, there are a few ways to make it easier and faster.</p>
<p>First you need to know a bit about the vim option -q. -q takes a filename as a argument, and vim then uses this file to jump to locations in files where the used tool has reported something. Vim expects a very simple format here.</p>
<p>Vim can take the output of the pep8 command:</p>
<p>﻿<code>pep8 --repeat --ignore=E501 *.py  &gt; ~/pep.txt</code></p>
<p>Then start vim with:</p>
<p><code>vim -q ~/pepepep.txt</code></p>
<p>Vim then opens with the first reported issue, to go to the next, use <code>:cn</code>.<br />
Or you can temporarily map <code>z</code> to that for this vim session:</p>
<p><code>:map z :cn&lt;cr&gt;</code></p>
<p>Like with pep8, you can do the same with pylint, but you need to use the <code>--format parseable</code> argument:</p>
<p>﻿<code>pylint views.py -f parseable &gt; ~/pep.txt</code></p>
<h3>Some regexps for common formatting issues</h3>
<p>Remove trailing whitespace all over the file:<br />
<span style="font-family: monospace;">:%s/\s\+$//</span></p>
<p>Remove whitespace in front of a ,<br />
<span style="font-family: monospace;">:s/\s*,/,/</span></p>
<p>Remove whitespace in front of an equal-sign, if any, add a space.<br />
<span style="font-family: monospace;">:s/\s*=/ =/</span></p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2010/vim-python-pep8-and-pylint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring the Buffalo AP&#8217;s as a Bridge</title>
		<link>http://drakonen.com/2009/configuring-the-buffalo-aps-as-a-bridge/</link>
		<comments>http://drakonen.com/2009/configuring-the-buffalo-aps-as-a-bridge/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:43:52 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=124</guid>
		<description><![CDATA[Configuring the Buffalo WHR-HP-54G as a bridge is quite easy, given that you can get Tomato firmware on there. The default Buffalo firmware doesn&#8217;t support bridging or, I couldn&#8217;t find it. only thing I found was WDS bridging which is not what I want. Install Tomato You need to install an alternative firmware, fortunately most [...]]]></description>
			<content:encoded><![CDATA[<p>Configuring the Buffalo WHR-HP-54G as a bridge is quite easy, given that you can get Tomato firmware on there. The default Buffalo firmware doesn&#8217;t support bridging or, I couldn&#8217;t find it. only thing I found was WDS bridging which is not what I want.</p>
<h2>Install Tomato</h2>
<p>You need to install an alternative firmware, fortunately most WRT derivatives are compatible, most notably <a href="http://www.polarcloud.com/tomato" onclick="pageTracker._trackPageview('/outgoing/www.polarcloud.com/tomato?referer=');">Tomato</a> and <a href="http://openwrt.org/" onclick="pageTracker._trackPageview('/outgoing/openwrt.org/?referer=');">openWRT</a>. I picked Tomato because it has a nice &#8220;out of the box&#8221; experience. It has an easy to use Web interface which is easy to use. OpenWRT is more powerful in the end, but harder to set up at first. I also assume we do not need the extra features that are possible.</p>
<p>Get Tomato from its website, its 7zipped so you might need a more recent <a href="http://wakaba.c3.cx/s/apps/unarchiver.html" onclick="pageTracker._trackPageview('/outgoing/wakaba.c3.cx/s/apps/unarchiver.html?referer=');">unarchiver</a>.</p>
<p>Flashing the AP is more trail and error then science, and it did not work for me, but did work for a colleague.</p>
<p><a href="http://en.wikibooks.org/wiki/Tomato_(firmware)#Installing_on_a_Buffalo_WHR-G54S.2FWHR-HP-G54S_in_OS_X.2C_Linux.2C_and_other_Unix-based_OS.27s" onclick="pageTracker._trackPageview('/outgoing/en.wikibooks.org/wiki/Tomato_firmware_Installing_on_a_Buffalo_WHR-G54S.2FWHR-HP-G54S_in_OS_X.2C_Linux.2C_and_other_Unix-based_OS.27s?referer=');">Here are the Tomato install instructions</a></p>
<h2>Configure a Bridge</h2>
<p><strong>TURN OFF IT&#8217;S DHCP SERVER</strong></p>
<p>Give it an IP address in an other subnet then you main one (this is for performance reasons).</p>
<p>Here are the settings you need to set to be able to bridge:</p>
<div id="attachment_125" class="wp-caption alignnone" style="width: 998px"><img class="size-full wp-image-125" title="wlansettings" src="http://drakonen.com/wp-content/uploads/2009/05/wlansettings.png" alt="Tomato WLAN settings" width="988" height="453" /><p class="wp-caption-text">Tomato WLAN settings</p></div>
<p>This is a nice addition:</p>
<div id="attachment_126" class="wp-caption alignnone" style="width: 475px"><img class="size-full wp-image-126" title="bridge-led" src="http://drakonen.com/wp-content/uploads/2009/05/bridge-led.png" alt="Bridge LED" width="465" height="391" /><p class="wp-caption-text">Bridge LED</p></div>
<p>And its done.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2009/configuring-the-buffalo-aps-as-a-bridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Suse LTSP with DHCP on another server</title>
		<link>http://drakonen.com/2009/setting-up-suse-ltsp-with-dhcp-on-another-server/</link>
		<comments>http://drakonen.com/2009/setting-up-suse-ltsp-with-dhcp-on-another-server/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 09:33:44 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=113</guid>
		<description><![CDATA[At work, I have been tasked with setting up a Linux terminal server to lighten the load of our exsisting Windows server. LTSP (Linux Terminal Server Project) is quite a nice piece of software. It makes good use of PXE netbooting, but it should also work with RDP. Get Suse Download the openSUSE-Edu-KIWI-LTSP-live-unstable.i686 iso from [...]]]></description>
			<content:encoded><![CDATA[<p>At work, I have been tasked with setting up a Linux terminal server to lighten the load of our exsisting Windows server.</p>
<p>LTSP (Linux Terminal Server Project) is quite a nice piece of software. It makes good use of PXE netbooting, but it should also work with RDP.</p>
<h2>Get Suse</h2>
<p>Download the openSUSE-Edu-KIWI-LTSP-live-unstable.i686 iso from http://download.opensuse.org/repositories/Education/images/iso/</p>
<p>Why Suse? It has good support for LTSP <em>and</em> RDP.</p>
<h2>Setting up RDP on Suse</h2>
<p><a title="Setting up RDP on suse" href="http://en.opensuse.org/Nomad#Installation" onclick="pageTracker._trackPageview('/outgoing/en.opensuse.org/Nomad_Installation?referer=');">Setting up RDP on Suse</a> was very easy (compared to Ubuntu LTSP):<br />
You can skip this if you installed from the live DVD.</p>
<p><code>zypper ar <a title="http://download.opensuse.org/repositories/home:/dreveman:/nomad/openSUSE 11.1" rel="nofollow" href="http://download.opensuse.org/repositories/home:/dreveman:/nomad/openSUSE_11.1" onclick="pageTracker._trackPageview('/outgoing/download.opensuse.org/repositories/home_/dreveman_/nomad/openSUSE_11.1?referer=');">http://download.opensuse.org/repositories/home:/dreveman:/nomad/openSUSE_11.1</a><br />
# nomad zypper in rdesktop xrdp xorg-x11-server-dmx xorg-x11-server-rdp<br />
</code></p>
<p>Now you need to edit /etc/sysconfig/kiwi-ltsp and add:</p>
<p>USE_NOMAD=&#8221;1&#8243;</p>
<p>Run to update the configuration:</p>
<p><code>kiwi-ltsp-setup -c</code></p>
<p>Now start the xrdp server with:</p>
<p><code>rcxrdp start</code></p>
<h2>PXE booting</h2>
<p>PXE booting is a nice feature of network cards. It allows the computer to pull the operating system over the network, and boot the pulled operating system. The user can start applications, but they are not run on the client, but on the server. This is done with several services.</p>
<p>DHCP to tell where to get the boot image from.<br />
TFTP this actually delivers the boot image, based on UDP.<br />
Xorg to display apps on the client side which are actually run on the server.<br />
SSH to provide a secure connection between the Xorg server on the client and Xorg on the server (using option -X)</p>
<p>This should work out of the box when this is the only server in your network, and you do not already have a DHCP server on your network.</p>
<h2>But we already have DHCP</h2>
<p>LTSP assumes that you do not have an DHCP server yet and it runs one for you. This is quite bad if you already have a DHCP server running, which we have. Turning the dhcp server on Suse off is done with this:<br />
<code><br />
insserv -r dhcpd &amp;&amp; rcdhcpd stop</code></p>
<p>To turn it off forever you can remove the dhcp-server package:</p>
<p><code>rpm -e dhcp-server --nodeps</code></p>
<p>This should work until the next time you run <code>kiwi-ltsp-setup</code>, so I&#8217;ve been told.</p>
<p>You need to configure your <em>original DHCP </em>server (<em>not</em> the ltsp) , by editing the dhcpd.conf:<br />
<code><br />
subnet 192.168.0.0 netmask 255.255.255.0 {<br />
option routers 192.168.0.1;<br />
range 192.168.0.1 192.168.0.254;<br />
#add this and replace with your own LTSP server ip:<br />
next-server 192.168.0.2;<br />
filename "pxelinux.0";<br />
}</code></p>
<p>If you try to PXE boot it now, it will fail somewhere at the startup. Press F2 to see the init messages.</p>
<p>You also need to edit /srv/tftpboot/pxelinux.cfg/default</p>
<p>The line (its under <code>LABEL kiwi-ltsp</code>):<br />
<code>append initrd=boot/initrd-ltsp vga=791 splash=silent showopts</code></p>
<p>should become:<br />
<code>append initrd=boot/initrd-ltsp vga=791 splash=silent showopts kiwiserver=192.168.1.231 kiwiservertype=tftp</code></p>
<p>Try booting it now, and it should work.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2009/setting-up-suse-ltsp-with-dhcp-on-another-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The G1 Experience</title>
		<link>http://drakonen.com/2009/the-g1-experience/</link>
		<comments>http://drakonen.com/2009/the-g1-experience/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 20:09:10 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=104</guid>
		<description><![CDATA[Yesterday when I got home there was a nice present waiting for me. My G1 Phone arrived! I ripped open the packaging and found a phone that was smaller than I expected from the images from the internet. First tries Popping in the sim card and the battery was easy, turning it on was a [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday when I got home there was a nice present waiting for me. My G1 Phone arrived! I ripped open the packaging and found a phone that was smaller than I expected from the images from the internet.</p>
<h2>First tries</h2>
<p>Popping in the sim card and the battery was easy, turning it on was a bit harder&#8230; I did not have much light and didn&#8217;t see the on-sign on the hangup button. After some messing around it turned on and it was booting! Next thing it asks me is to unlock the phone, &#8220;Damn!&#8221; i bought a locked phone. Luckily I knew that it could be unlocked and that it was just a matter of going to a website, entering some details and your emei code, oh and you need to pay 20 bucks too. The rest of the evening I was waiting for the unlock code to arrive. It did not arrive before I had to go to bed. Darn&#8230;</p>
<p>The next morning I got up on my usual time and turned on my laptop. After some morning routine stuff, I checked my email and to great satisfaction I found the unlock code! I turned on the G1 again and entered the code, and my phone was unlocked!</p>
<h2>Sign in with your Google account please</h2>
<p>To be able to use the phone <em>at all</em> you need to log in to your Google account. I tried that but of course that was not working because GPRS/UMTS was not setup for my provider, FONIC. Yet an other &#8220;Damn!&#8221;. Off to work I went and on arrival I spent some time there researching on how to set it up for FONIC, to no avail, nobody had the same problem as me it seemed. But, I knew that my provider was the cheap-ass version of o2. I found the details for that on plenty of sites, but with that information in my G1 I could also not sign in, seemingly&#8230; Back to do some work!</p>
<h2>Later that day</h2>
<p>A few hours later I tried signing in again, and to my amazement it worked flawlessly! Off playing with it some more! (<span style="font-size: xx-small;">not too much Mr. boss!</span>). But the battery was dying.. seemingly the provided usb cable didn&#8217;t work for charging the battery, i pulled out an other usb cable and plugged it in, and charging commenced! I also moved the most important contacts from my old phone, the trusty p900, to the sim card, and mass imported them onto my phone without any problem. I hopped onto the company wifi and synchronized with my Google account so my contacts show up in gmail. This is an awesome feature, and in my opinion the <strong>killer feature</strong>. At my workplace the wifi signal was not good enough to hold a connection to the wifi network, so it switched a lot between wifi and GPRS. This has costed me a few dimes I&#8217;m afraid&#8230; I was able to call and send sms&#8217;s with ease. The search <em>button</em> works in a lot of the standard applications and it is a blessing.</p>
<p>When I arrived home serious play time commenced. I installed a few aplications from the android market. It contains tons and tons of apps, some good some bad. Locale is nice, but is lacking a lot of options that it could really improve it. And the battery wanted to be charged again&#8230; I also used the IM client, and it worked pretty damn well! So far I absolutely LOVE it. it is fast and responsive, didnt crash on me once (knock on wood) and it is easy to use after a short learning period.</p>
<p>I will write about my other experiences an other time.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2009/the-g1-experience/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wichteln, aka, random christmas presents!</title>
		<link>http://drakonen.com/2008/wichteln-aka-random-christmas-presents/</link>
		<comments>http://drakonen.com/2008/wichteln-aka-random-christmas-presents/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 21:49:23 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=102</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://drakonen.com/wp-content/uploads/2008/12/key-one.jpg"><img class="alignnone size-medium wp-image-100" title="key-one" src="http://drakonen.com/wp-content/uploads/2008/12/key-one-300x231.jpg" alt="" width="300" height="231" /></a><a href="http://drakonen.com/wp-content/uploads/2008/12/key-two.jpg"><img class="alignnone size-medium wp-image-101" title="key-two" src="http://drakonen.com/wp-content/uploads/2008/12/key-two-300x183.jpg" alt="" width="300" height="183" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/wichteln-aka-random-christmas-presents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why i hate the apple mighty mouse</title>
		<link>http://drakonen.com/2008/why-i-hate-the-apple-mighty-mouse/</link>
		<comments>http://drakonen.com/2008/why-i-hate-the-apple-mighty-mouse/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 07:55:07 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=85</guid>
		<description><![CDATA[I&#8217;ve been explaining myself a lot lately for my deep hate for the apple mighty mouse, so here is are a few points on why i hate it. Scroll wheel gets dirty and is hard to clean I have never had a mouse with a scrollwheel before where the wheel needed cleaning. Apple doesnt give [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been explaining myself a lot lately for my deep hate for the apple mighty mouse, so here is are a few points on why i hate it.</p>
<ol>
<li><strong>Scroll wheel gets dirty and is hard to clean</strong><br />
I have never had a mouse with a scrollwheel before where the wheel needed cleaning. Apple doesnt give any better solution then to hold it upside down and scroll vigorously it with a moisty wet cloth.</li>
<li><strong>Accidental side scrolling</strong><br />
I want to scroll up and down, not sideways&#8230; this messes with Firefox when I&#8217;m holding alt or ctrl.</li>
<li><strong>Accidental scrolling when middle clicking</strong><br />
Makes pastes go wrong. It is also the hardest middle mouse button to press on any mouse I&#8217;ve had.</li>
<li><strong>Left click instead of right click and vice versa</strong><br />
Apple cannot make a mouse which actually registers the right side I am clicking on? I like to hold both fingers on my mouse while clicking, and the mighty mouse uses some weird way of detecting with side is pressed. I have never had this problem with ANY other mouse. How can you fuck up this most basic function?</li>
</ol>
<p>So, kill the mighty mouse, and use a normal fine working Logitech or Microsoft mouse.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/why-i-hate-the-apple-mighty-mouse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Default paramater values with python</title>
		<link>http://drakonen.com/2008/default-paramater-values-with-python/</link>
		<comments>http://drakonen.com/2008/default-paramater-values-with-python/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 10:36:50 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=78</guid>
		<description><![CDATA[Default argument values for functions are a nice shortcut in python. They save you from writing many wrapper functions and make the code more readable and also easier to use. They can be used wrong though: &#62;&#62;&#62; def foo(a=[]): ... a.append('bar') ... return a ... &#62;&#62;&#62; foo() ['bar'] &#62;&#62;&#62; foo() ['bar', 'bar'] Like described in [...]]]></description>
			<content:encoded><![CDATA[<p>Default argument values for functions are a nice shortcut in python. They save you from writing many wrapper functions and make the code more readable and also easier to use. They can be used wrong though:</p>
<pre>&gt;&gt;&gt; def foo(a=[]):
...     a.append('bar')
...     return a
...
&gt;&gt;&gt; foo()
['bar']
&gt;&gt;&gt; foo()
['bar', 'bar']</pre>
<p>Like described in <a title="Idiomatic Python" href="http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html" onclick="pageTracker._trackPageview('/outgoing/python.net/_goodger/projects/pycon/2007/idiomatic/handout.html?referer=');">idiomatic python</a>, using a value which is a refenence (like a list, dict or instance) can lead to odd results. This is because the arguments are evaluated at <em>compile time</em>, not at runtime when the function is called! Instead of creating an empty list as one (inexperienced) would suspect, the default value becomes a reference to a list.</p>
<p>This can be nasty when it is used like this:</p>
<pre>&gt;&gt;&gt; def bar(time=datetime.now()):
...     print time
...
&gt;&gt;&gt; bar()
2008-09-26 12:32:23.598052
&gt;&gt;&gt; bar()
2008-09-26 12:32:23.598052</pre>
<p>Just like in idiomatic Python, this is a good fix:</p>
<pre>&gt;&gt;&gt; def bar(time=None):
...     if time == None:
...             time = datetime.now()
...     print time
...

&gt;&gt;&gt; bar()
2008-09-26 12:35:02.258992
&gt;&gt;&gt; bar()
2008-09-26 12:35:03.059305
</pre>
<p>Instead of the default argument datetime.now(), using None, and later setting the current time instead of None works fine!</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/default-paramater-values-with-python/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vim remap ex-mode key</title>
		<link>http://drakonen.com/2008/vim-remap-ex-mode-key/</link>
		<comments>http://drakonen.com/2008/vim-remap-ex-mode-key/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 13:40:38 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2008/vim-remap-ex-mode-key/</guid>
		<description><![CDATA[I&#8217;ve become in the habit to miss shift-a in vim (edit at end of line), and instead pressing shift-q which brings you to the ex-mode. To get out of that, you need to type the command &#8220;visual&#8220;. Quite long and annoying. Quick look at the help pointed me to the vimrc_example.vim (:help vimrc_example.vim). And this [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve become in the habit to miss <code>shift-a</code> in vim (edit at end of line), and instead pressing <code>shift-q</code> which brings you to the ex-mode. To get out of that, you need to type the command &#8220;<code>visual</code>&#8220;. Quite long and annoying.</p>
<p>Quick look at the help pointed me to the <code>vimrc_example.vim</code> (<code>:help vimrc_example.vim</code>). And this nifty remap:</p>
<p><code>map Q gq</code></p>
<p>Problem solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/vim-remap-ex-mode-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Having fun with IRC daemons</title>
		<link>http://drakonen.com/2008/having-fun-with-irc-daemons/</link>
		<comments>http://drakonen.com/2008/having-fun-with-irc-daemons/#comments</comments>
		<pubDate>Wed, 28 May 2008 11:08:40 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2008/having-fun-with-irc-daemons/</guid>
		<description><![CDATA[Sooo.. after a talk with my boss, I decided to implement one of the things he once did. An IRC server module which on connect gives you a random 3L1t3 hackers handle. 1245 -!- Code-dUde [] has joined #darkwired 1245 -!- fast-Fate [] has joined #darkwired 1245 -!- wet-chillA [] has joined #darkwired 1245 -!- [...]]]></description>
			<content:encoded><![CDATA[<p>Sooo.. after a talk with my boss, I decided to implement one of the things he once did. An IRC server module which on connect gives you a random 3L1t3 hackers handle.<br />
<code><br />
1245 -!- Code-dUde [] has joined #darkwired<br />
1245 -!- fast-Fate [] has joined #darkwired<br />
1245 -!- wet-chillA [] has joined #darkwired<br />
1245 -!- Crash-mC [] has joined #darkwired<br />
1245 -!- Crash-Hate [] has joined #darkwired<br />
1245 -!- e-dieteR [] has joined #darkwired<br />
1245 -!- Ghetto-dUde [] has joined #darkwired</code></p>
<p><a title="m_conn_leethandle" href="http://darkwired.nl/~drakonen/m_conn_leethandle.cpp.bz2" onclick="pageTracker._trackPageview('/outgoing/darkwired.nl/_drakonen/m_conn_leethandle.cpp.bz2?referer=');">m_conn_leethandle.cpp</a> (.bz2 11KB) for download.<br />
<a href="http://www.inspircd.org/wiki/Writing_Modules_For_InspIRCd#How_to_build_your_module" onclick="pageTracker._trackPageview('/outgoing/www.inspircd.org/wiki/Writing_Modules_For_InspIRCd_How_to_build_your_module?referer=');">Installation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/having-fun-with-irc-daemons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New IRC daemon</title>
		<link>http://drakonen.com/2008/new-irc-daemon/</link>
		<comments>http://drakonen.com/2008/new-irc-daemon/#comments</comments>
		<pubDate>Wed, 28 May 2008 10:54:59 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2008/new-irc-daemon/</guid>
		<description><![CDATA[Today I switched the IRC Daemon on darkwired. From old unreal to the shiny new inspircd. Inspircd is pretty easy to configure although it is a pretty big config, it is quite easy to understand and it did not take long to get it up and running. Big plus on that one! Ofcourse no first [...]]]></description>
			<content:encoded><![CDATA[<p>Today I switched the IRC Daemon on darkwired. From old unreal to the shiny new inspircd. Inspircd is pretty easy to configure although it is a pretty big config, it is quite easy to understand and it did not take long to get it up and running. Big plus on that one!</p>
<p>Ofcourse no first configuration is perfect and as soon as the membrane users joined in, we all got z-lined because we all came from the same host. Fixed that easily by searching on zline in the config file and came to the exception rules.</p>
<p>Inspircd is pretty cool stuff with its modular approach that can load and unload modules at runtime! Someone requested to have hostname masking, configured it, /rehash and tell him to do /mode nick +x. And we have a happy user!</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/new-irc-daemon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
