<?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>なんでもない &#124; nandemonai</title>
	<atom:link href="http://rendai.homeunix.net/nandemonai/feed/" rel="self" type="application/rss+xml" />
	<link>http://rendai.homeunix.net/nandemonai</link>
	<description>赤信号皆で渡れば怖くない &#124; If everyone crosses against the red light, then there’s nothing to be afraid of.</description>
	<lastBuildDate>Sat, 23 Jan 2010 04:40:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Welcome</title>
		<link>http://rendai.homeunix.net/nandemonai/2008/02/27/welcome/</link>
		<comments>http://rendai.homeunix.net/nandemonai/2008/02/27/welcome/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 14:30:00 +0000</pubDate>
		<dc:creator>nandemonai</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://rendai.homeunix.net/nandemonai/2008/03/03/welcome/</guid>
		<description><![CDATA[Thanks for taking the time to stop by.

]]></description>
		<wfw:commentRss>http://rendai.homeunix.net/nandemonai/2008/02/27/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 hits Beta</title>
		<link>http://rendai.homeunix.net/nandemonai/2009/10/02/ubuntu-9-10-hits-beta/</link>
		<comments>http://rendai.homeunix.net/nandemonai/2009/10/02/ubuntu-9-10-hits-beta/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:03:14 +0000</pubDate>
		<dc:creator>nandemonai</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rendai.homeunix.net/nandemonai/?p=620</guid>
		<description><![CDATA[Ubuntu 9.10, codenamed Karmic Koala has just hit Beta status.
For a technical overview see:
http://www.ubuntu.com/testing/karmic/beta
Those who like to live on the edge can grab an ISO here:
http://releases.ubuntu.com/releases/9.10/
]]></description>
		<wfw:commentRss>http://rendai.homeunix.net/nandemonai/2009/10/02/ubuntu-9-10-hits-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing RAID 0 mirror on an existing Ubuntu Server install</title>
		<link>http://rendai.homeunix.net/nandemonai/2009/09/27/installing-raid0-mirror-ubuntu-server/</link>
		<comments>http://rendai.homeunix.net/nandemonai/2009/09/27/installing-raid0-mirror-ubuntu-server/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 01:43:12 +0000</pubDate>
		<dc:creator>nandemonai</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rendai.homeunix.net/nandemonai/?p=610</guid>
		<description><![CDATA[Here&#8217;s a quick howto on installing a RAID1 mirror in an existing Ubuntu Server install for use as additional storage.
List installed drives:
sudo fdisk -l
I&#8217;ll assume here the two drives being used for the mirror are sdb and sdc (drive references WILL differ depending on your setup).
Create partition(s) and mark as &#8216;fd&#8217; Linux raid autodetect:
sudo fdisk [...]]]></description>
		<wfw:commentRss>http://rendai.homeunix.net/nandemonai/2009/09/27/installing-raid0-mirror-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint on a Toshiba NB200</title>
		<link>http://rendai.homeunix.net/nandemonai/2009/08/26/linux-mint-on-a-toshiba-nb200/</link>
		<comments>http://rendai.homeunix.net/nandemonai/2009/08/26/linux-mint-on-a-toshiba-nb200/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 09:10:24 +0000</pubDate>
		<dc:creator>nandemonai</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rendai.homeunix.net/nandemonai/?p=591</guid>
		<description><![CDATA[I recently bought myself a Toshiba NB200 netbook and of course the first thing I did was wipe Windows XP and installed Linux.  
I opted for Linux Mint 7 for consistency reasons and came upon some handy tips via the Ubuntu forums for this particular machine.
To summarise:
*** If you&#8217;re planning to install Linux on [...]]]></description>
		<wfw:commentRss>http://rendai.homeunix.net/nandemonai/2009/08/26/linux-mint-on-a-toshiba-nb200/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Force SSL on a directory with Apache</title>
		<link>http://rendai.homeunix.net/nandemonai/2009/07/28/force-ssl-on-directory-apache/</link>
		<comments>http://rendai.homeunix.net/nandemonai/2009/07/28/force-ssl-on-directory-apache/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 07:54:54 +0000</pubDate>
		<dc:creator>nandemonai</dc:creator>
				<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://rendai.homeunix.net/nandemonai/?p=576</guid>
		<description><![CDATA[Inside a .htaccess file residing in the directory you want to force SSL on add this:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
]]></description>
		<wfw:commentRss>http://rendai.homeunix.net/nandemonai/2009/07/28/force-ssl-on-directory-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mint modifications</title>
		<link>http://rendai.homeunix.net/nandemonai/2009/07/20/mint-modifications/</link>
		<comments>http://rendai.homeunix.net/nandemonai/2009/07/20/mint-modifications/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 06:44:21 +0000</pubDate>
		<dc:creator>nandemonai</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rendai.homeunix.net/nandemonai/?p=561</guid>
		<description><![CDATA[Out of the box, Linux Mint 7 is pretty attractive visually. There were however a few things I wanted to tweak but due to some underlying changes made from stock Ubuntu I had to do some sniffing around to find them.
First was the Mint 7 GFX-Grub theme. By default the new green droplets theme is [...]]]></description>
		<wfw:commentRss>http://rendai.homeunix.net/nandemonai/2009/07/20/mint-modifications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GPG key apt error Ubuntu / Mint</title>
		<link>http://rendai.homeunix.net/nandemonai/2009/07/11/gpg-key-apt-error-ubuntu-mint/</link>
		<comments>http://rendai.homeunix.net/nandemonai/2009/07/11/gpg-key-apt-error-ubuntu-mint/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 22:32:39 +0000</pubDate>
		<dc:creator>nandemonai</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rendai.homeunix.net/nandemonai/?p=550</guid>
		<description><![CDATA[If you&#8217;ve added a 3rd party repository and are receiving an error on apt-get update then this is what you need to do:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \ GPGCODEHERE
GPGCODEHERE = The code it is complaining about. For example:
gpg --no-default-keyring --primary-keyring /etc/apt/trusted.gpg --recv 359AAB34
Yup, you guessed it!
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \ 359AAB34
Then you [...]]]></description>
		<wfw:commentRss>http://rendai.homeunix.net/nandemonai/2009/07/11/gpg-key-apt-error-ubuntu-mint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Spam</title>
		<link>http://rendai.homeunix.net/nandemonai/2009/07/11/wordpress-spam/</link>
		<comments>http://rendai.homeunix.net/nandemonai/2009/07/11/wordpress-spam/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 22:15:44 +0000</pubDate>
		<dc:creator>nandemonai</dc:creator>
				<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://rendai.homeunix.net/nandemonai/?p=548</guid>
		<description><![CDATA[While recently tasked with moderating a rather large spam collection from a friends blog (&#62;~127K) it dawned on me that manually doing so would be a weeks worth of clicking.
Thankfully there were only a few legit comments right at the back and so after approving them it was a simple MySQL query that saved the [...]]]></description>
		<wfw:commentRss>http://rendai.homeunix.net/nandemonai/2009/07/11/wordpress-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint 7</title>
		<link>http://rendai.homeunix.net/nandemonai/2009/06/28/linux-mint-7/</link>
		<comments>http://rendai.homeunix.net/nandemonai/2009/06/28/linux-mint-7/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 05:22:50 +0000</pubDate>
		<dc:creator>nandemonai</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rendai.homeunix.net/nandemonai/?p=539</guid>
		<description><![CDATA[For a change of scenery I decided to install and try out Linux Mint 7.
I have to say I&#8217;m quite impressed at the level of polish this distro has achieved in recent releases.
For those who don&#8217;t know, Linux Mint is a derivative of Ubuntu Linux. The latest release (Mint 7 Gloria) is based on  [...]]]></description>
		<wfw:commentRss>http://rendai.homeunix.net/nandemonai/2009/06/28/linux-mint-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recursive copying of a particular file type</title>
		<link>http://rendai.homeunix.net/nandemonai/2009/05/13/recursive-copying-of-a-file-type/</link>
		<comments>http://rendai.homeunix.net/nandemonai/2009/05/13/recursive-copying-of-a-file-type/#comments</comments>
		<pubDate>Wed, 13 May 2009 09:21:15 +0000</pubDate>
		<dc:creator>nandemonai</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rendai.homeunix.net/nandemonai/?p=522</guid>
		<description><![CDATA[find SOURCEDIRECTORY -type f -name '*.FILEEXTENSION' -exec cp -v {} TARGETDIRECTORY \;
SOURCEDIRECTORY = The source directory to copy from.
FILEEXTENSION = The extension of the file type you want to copy.
TARGETDIRECTORY = The destination directory to copy to.
This will not rebuild the directory structure, it will copy all .something files directly into your destination directory.
Great for [...]]]></description>
		<wfw:commentRss>http://rendai.homeunix.net/nandemonai/2009/05/13/recursive-copying-of-a-file-type/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
