<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>なんでもない &#124; nandemonai</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Welcome</title>
		<description><![CDATA[Thanks for taking the time to stop by.

]]></description>
		<link>http://rendai.homeunix.net/nandemonai/2008/02/27/welcome/</link>
			</item>
	<item>
		<title>Ubuntu 9.10 hits Beta</title>
		<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>
		<link>http://rendai.homeunix.net/nandemonai/2009/10/02/ubuntu-9-10-hits-beta/</link>
			</item>
	<item>
		<title>Installing RAID 0 mirror on an existing Ubuntu Server install</title>
		<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>
		<link>http://rendai.homeunix.net/nandemonai/2009/09/27/installing-raid0-mirror-ubuntu-server/</link>
			</item>
	<item>
		<title>Linux Mint on a Toshiba NB200</title>
		<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>
		<link>http://rendai.homeunix.net/nandemonai/2009/08/26/linux-mint-on-a-toshiba-nb200/</link>
			</item>
	<item>
		<title>Force SSL on a directory with Apache</title>
		<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>
		<link>http://rendai.homeunix.net/nandemonai/2009/07/28/force-ssl-on-directory-apache/</link>
			</item>
	<item>
		<title>Mint modifications</title>
		<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>
		<link>http://rendai.homeunix.net/nandemonai/2009/07/20/mint-modifications/</link>
			</item>
	<item>
		<title>GPG key apt error Ubuntu / Mint</title>
		<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>
		<link>http://rendai.homeunix.net/nandemonai/2009/07/11/gpg-key-apt-error-ubuntu-mint/</link>
			</item>
	<item>
		<title>Wordpress Spam</title>
		<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>
		<link>http://rendai.homeunix.net/nandemonai/2009/07/11/wordpress-spam/</link>
			</item>
	<item>
		<title>Linux Mint 7</title>
		<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>
		<link>http://rendai.homeunix.net/nandemonai/2009/06/28/linux-mint-7/</link>
			</item>
	<item>
		<title>Recursive copying of a particular file type</title>
		<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>
		<link>http://rendai.homeunix.net/nandemonai/2009/05/13/recursive-copying-of-a-file-type/</link>
			</item>
</channel>
</rss>
