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

<channel>
	<title>boltblog</title>
	<atom:link href="http://blog.dhampir.no/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.dhampir.no</link>
	<description>all hail my brain!</description>
	<pubDate>Thu, 24 Jun 2010 21:29:30 +0000</pubDate>
	
	<language>en</language>
			<item>
		<title>Avoiding invalid commands in Bash history</title>
		<link>http://blog.dhampir.no/content/avoiding-invalid-commands-in-bash-history</link>
		<comments>http://blog.dhampir.no/content/avoiding-invalid-commands-in-bash-history#comments</comments>
		<pubDate>Thu, 24 Jun 2010 21:29:30 +0000</pubDate>
		<dc:creator>bolt</dc:creator>
		
		<category><![CDATA[Howto's]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.dhampir.no/?p=254</guid>
		<description><![CDATA[To avoid having stuff like &#8220;ls&#8221; in my bash history, I added &#8220;ls&#8221; to the &#8220;HISTIGNORE&#8221; environment variable.
However, on late nights, the result of this, and my left and right hand becoming out of sync with each other when I&#8217;m tired, is that the entry &#8220;sl&#8221;, which really doesn&#8217;t do anything, started showing up in [...]]]></description>
		<wfw:commentRss>http://blog.dhampir.no/content/avoiding-invalid-commands-in-bash-history/feed</wfw:commentRss>
		</item>
		<item>
		<title>Hide join/part messages in XChat</title>
		<link>http://blog.dhampir.no/content/hide-joinpart-messages-in-xchat</link>
		<comments>http://blog.dhampir.no/content/hide-joinpart-messages-in-xchat#comments</comments>
		<pubDate>Sun, 08 Nov 2009 20:47:46 +0000</pubDate>
		<dc:creator>bolt</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://blog.dhampir.no/?p=252</guid>
		<description><![CDATA[To do this, type /set irc_conf_mode 1
To re-enable join/part messages do /set irc_conf_mode 0
The setting is automagically remembered by XChat
]]></description>
		<wfw:commentRss>http://blog.dhampir.no/content/hide-joinpart-messages-in-xchat/feed</wfw:commentRss>
		</item>
		<item>
		<title>Windows 7 autologin</title>
		<link>http://blog.dhampir.no/content/windows-7-autologin</link>
		<comments>http://blog.dhampir.no/content/windows-7-autologin#comments</comments>
		<pubDate>Sun, 08 Nov 2009 20:29:22 +0000</pubDate>
		<dc:creator>bolt</dc:creator>
		
		<category><![CDATA[Reference]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.dhampir.no/?p=250</guid>
		<description><![CDATA[Short and simple: to allow automatically logging in on Windows 7, you need to press Win+R to open the run menu, then type &#8220;control userpasswords2&#8243; without the quotes and run it.
]]></description>
		<wfw:commentRss>http://blog.dhampir.no/content/windows-7-autologin/feed</wfw:commentRss>
		</item>
		<item>
		<title>XFCE: Unable to perform shutdown</title>
		<link>http://blog.dhampir.no/content/xfce-unable-to-perform-shutdown</link>
		<comments>http://blog.dhampir.no/content/xfce-unable-to-perform-shutdown#comments</comments>
		<pubDate>Sun, 31 May 2009 14:48:13 +0000</pubDate>
		<dc:creator>bolt</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://blog.dhampir.no/?p=241</guid>
		<description><![CDATA[To fix this issue, add the following lines between &#60;config &#8230;..&#62; and &#60;/config&#62; in /etc/PolicyKit/PolicyKit.conf
&#60;match action="org.freedesktop.hal.storage.mount-removable"&#62;
&#60;return result="yes"/&#62;
&#60;/match&#62;
&#60;match action="org.freedesktop.hal.power-management.shutdown"&#62;
&#60;return result="yes"/&#62;
&#60;/match&#62;
&#60;match action="org.freedesktop.hal.power-management.reboot"&#62;
&#60;return result="yes"/&#62;
&#60;/match&#62;
]]></description>
		<wfw:commentRss>http://blog.dhampir.no/content/xfce-unable-to-perform-shutdown/feed</wfw:commentRss>
		</item>
		<item>
		<title>Resizing an ext3 filesystem on an lvm</title>
		<link>http://blog.dhampir.no/content/resizing-an-ext3-filesystem-on-an-lvm</link>
		<comments>http://blog.dhampir.no/content/resizing-an-ext3-filesystem-on-an-lvm#comments</comments>
		<pubDate>Thu, 28 May 2009 18:56:55 +0000</pubDate>
		<dc:creator>bolt</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://blog.dhampir.no/?p=237</guid>
		<description><![CDATA[Just a short reference:
Keep in mind: There is no longer a need to convert the filesystem to ext2 to resize it. resize2fs can handle ext3 just fine.
First, unmount the filesystem in question, unless you have and trust online resizing (I can&#8217;t subscribe to either). Then check it for errors like this:
# e2fsck -f /dev/VolGroup00/LogVol00   [...]]]></description>
		<wfw:commentRss>http://blog.dhampir.no/content/resizing-an-ext3-filesystem-on-an-lvm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Moving or removing ~/.xsession-errors</title>
		<link>http://blog.dhampir.no/content/moving-or-removing-xsession-errors</link>
		<comments>http://blog.dhampir.no/content/moving-or-removing-xsession-errors#comments</comments>
		<pubDate>Thu, 23 Apr 2009 06:33:49 +0000</pubDate>
		<dc:creator>bolt</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://blog.dhampir.no/?p=233</guid>
		<description><![CDATA[The location of ~/.xsession-errors is, at the time of writing, specified in /etc/X11/Xsession in Debian Squeeze (testing).
ERRFILE=$HOME/.xsession-errors
To disable logging, change this to
ERRFILE=/dev/null
I use several computers with the same, networked, home directory, and having all of them output to the same file was a hopeless mess. However, this solved the problem for me:
ERRFILE=$HOME/.xsession-errors-$(hostname -s)
rm -f "$ERRFILE"
This [...]]]></description>
		<wfw:commentRss>http://blog.dhampir.no/content/moving-or-removing-xsession-errors/feed</wfw:commentRss>
		</item>
		<item>
		<title>Wake on Lan on an Intel Mac Mini with Linux</title>
		<link>http://blog.dhampir.no/content/wake-on-lan-on-a-n-intel-mac-mini-with-linux</link>
		<comments>http://blog.dhampir.no/content/wake-on-lan-on-a-n-intel-mac-mini-with-linux#comments</comments>
		<pubDate>Wed, 22 Apr 2009 20:31:13 +0000</pubDate>
		<dc:creator>bolt</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://blog.dhampir.no/?p=230</guid>
		<description><![CDATA[Both Wake on Lan and turning on after a power loss can be enabled on the Intel Mac Mini with the use of the setpci command.  I stuffed this into my /etc/rc.local (to run them at boot time. yes, they need to be run on each boot)
# reboot on power loss
setpci -s 0:1f.0 0xa4.b=0

# [...]]]></description>
		<wfw:commentRss>http://blog.dhampir.no/content/wake-on-lan-on-a-n-intel-mac-mini-with-linux/feed</wfw:commentRss>
		</item>
		<item>
		<title>Improve the mouse response and acceleration in Debian</title>
		<link>http://blog.dhampir.no/content/improve-the-mouse-response-and-acceleration-in-debian</link>
		<comments>http://blog.dhampir.no/content/improve-the-mouse-response-and-acceleration-in-debian#comments</comments>
		<pubDate>Wed, 04 Mar 2009 18:39:26 +0000</pubDate>
		<dc:creator>bolt</dc:creator>
		
		<category><![CDATA[Howto's]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.dhampir.no/?p=215</guid>
		<description><![CDATA[One of my biggest issues with moving from Windows to Linux as my desktop is how the mouse is handled in xorg. In xorg, the mouse had (and still has, in Debian Lenny) two settings for mouse speed: acceleration and threshold. Simply put, what these do is that whenever the mouse is moving faster than [...]]]></description>
		<wfw:commentRss>http://blog.dhampir.no/content/improve-the-mouse-response-and-acceleration-in-debian/feed</wfw:commentRss>
		</item>
		<item>
		<title>Compiling and patching debian packages from source</title>
		<link>http://blog.dhampir.no/content/compiling-and-patching-debian-packages-from-source</link>
		<comments>http://blog.dhampir.no/content/compiling-and-patching-debian-packages-from-source#comments</comments>
		<pubDate>Mon, 02 Mar 2009 21:52:45 +0000</pubDate>
		<dc:creator>bolt</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://blog.dhampir.no/?p=211</guid>
		<description><![CDATA[A quick reference on how to compile Debian packages from source, and possibly patching them along the way. 
Getting and preparing the source
First, get the essentials:
apt-get install build-essential
Grab the package with:
apt-get source &#60;package&#62;
Install everything required to compile it:
apt-get build-dep &#60;package&#62;
Next, make a copy of the prepared source directory and apply your own patches and modifications.
Making [...]]]></description>
		<wfw:commentRss>http://blog.dhampir.no/content/compiling-and-patching-debian-packages-from-source/feed</wfw:commentRss>
		</item>
		<item>
		<title>Enlightened XFCE4</title>
		<link>http://blog.dhampir.no/content/enlightened-xfce4</link>
		<comments>http://blog.dhampir.no/content/enlightened-xfce4#comments</comments>
		<pubDate>Fri, 27 Feb 2009 20:41:09 +0000</pubDate>
		<dc:creator>bolt</dc:creator>
		
		<category><![CDATA[Howto's]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.dhampir.no/?p=200</guid>
		<description><![CDATA[A howto stolen from http://ubuntuforums.org/showthread.php?t=101066 for later use. All credit to its writer, Iandefor.
I. Getting Enlightenment
This is the primary step, of course. To obtain Enlightenment, you&#8217;ve got a couple options; there are currently two versions available. First, you have available Enlightenment DR16, which is fairly lightweight, looks good, and is currently more stable than the [...]]]></description>
		<wfw:commentRss>http://blog.dhampir.no/content/enlightened-xfce4/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
