<?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>brunny.com</title>
	<atom:link href="http://www.brunny.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brunny.com</link>
	<description></description>
	<pubDate>Fri, 09 Feb 2007 21:08:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>default route</title>
		<link>http://www.brunny.com/articles/default-route</link>
		<comments>http://www.brunny.com/articles/default-route#comments</comments>
		<pubDate>Thu, 01 Jun 2006 04:49:39 +0000</pubDate>
		<dc:creator>iain</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.brunny.com/articles/default-route</guid>
		<description><![CDATA[How to change the default gateway on a linux host:
# route del default
# route add default gw 128.250.146.1
]]></description>
		<wfw:commentRss>http://www.brunny.com/articles/default-route/feed</wfw:commentRss>
		</item>
		<item>
		<title>G4/G5 compiler options</title>
		<link>http://www.brunny.com/articles/g4g5-compiler-options</link>
		<comments>http://www.brunny.com/articles/g4g5-compiler-options#comments</comments>
		<pubDate>Wed, 08 Mar 2006 12:43:46 +0000</pubDate>
		<dc:creator>iain</dc:creator>
		
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.brunny.com/articles/g4g5-compiler-options</guid>
		<description><![CDATA[To optimize for G5 is easy:
$ CFLAGS=&#8221;-fast&#8221; ./configure
For G4 you probably want the following:
$ CFLAGS=&#8221;-fast -mcpu=7450&#8243; ./configure
If you are compiling some shared libs or get the following error:
has local relocation entries in non-writable section (__TEXT,__text)
then add -fPIC to CFLAGS
]]></description>
		<wfw:commentRss>http://www.brunny.com/articles/g4g5-compiler-options/feed</wfw:commentRss>
		</item>
		<item>
		<title>Managing user info</title>
		<link>http://www.brunny.com/articles/managing-user-info</link>
		<comments>http://www.brunny.com/articles/managing-user-info#comments</comments>
		<pubDate>Fri, 17 Jun 2005 07:37:06 +0000</pubDate>
		<dc:creator>iain</dc:creator>
		
		<category><![CDATA[tru64]]></category>

		<guid isPermaLink="false">http://blog.brunny.com/articles/managing-user-info</guid>
		<description><![CDATA[/usr/sbin/usermod -x administrative_lock_applied=0 username
/tcb/bin/edauth username
]]></description>
		<wfw:commentRss>http://www.brunny.com/articles/managing-user-info/feed</wfw:commentRss>
		</item>
		<item>
		<title>Managing Disks and partitions</title>
		<link>http://www.brunny.com/articles/managing-disks-and-partitions</link>
		<comments>http://www.brunny.com/articles/managing-disks-and-partitions#comments</comments>
		<pubDate>Tue, 26 Apr 2005 03:06:21 +0000</pubDate>
		<dc:creator>iain</dc:creator>
		
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://blog.brunny.com/articles/managing-disks-and-partitions</guid>
		<description><![CDATA[In Linux i would use cfdisk to partition a hard drive. The solaris equivalent is format.
]]></description>
		<wfw:commentRss>http://www.brunny.com/articles/managing-disks-and-partitions/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adding a user from the command line</title>
		<link>http://www.brunny.com/articles/adding-a-user-from-the-command-line</link>
		<comments>http://www.brunny.com/articles/adding-a-user-from-the-command-line#comments</comments>
		<pubDate>Sat, 23 Apr 2005 08:26:29 +0000</pubDate>
		<dc:creator>iain</dc:creator>
		
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.brunny.com/articles/adding-a-user-from-the-command-line</guid>
		<description><![CDATA[E.g. Adding a postgres user
# nicl . -create /users/postgres
# nicl . -createprop /users/postgres uid 502
# nicl . -createprop /users/postgres gid 502
# nicl . -createprop /users/postgres passwd &#8216;*&#8217;
# nicl . -createprop /users/postgres change 0
# nicl . -createprop /users/postgres expire 0
# nicl . -createprop /users/postgres realname &#8216;PostgreSQL User&#8217;
# nicl . -createprop /users/postgres home /usr/local/pgsql
# nicl . -createprop [...]]]></description>
		<wfw:commentRss>http://www.brunny.com/articles/adding-a-user-from-the-command-line/feed</wfw:commentRss>
		</item>
		<item>
		<title>cron output</title>
		<link>http://www.brunny.com/articles/cron-output</link>
		<comments>http://www.brunny.com/articles/cron-output#comments</comments>
		<pubDate>Wed, 02 Feb 2005 21:37:04 +0000</pubDate>
		<dc:creator>iain</dc:creator>
		
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.brunny.com/articles/cron-output</guid>
		<description><![CDATA[To receive output from daily cronjobs by email, you need to edit the file:
/etc/periodic.conf
First make a copy from /private/etc/periodic.conf
cp /private/etc/periodic.conf /etc/periodic.conf
Then make the following changes:
daily_output="email@address.com"
daily_show_success="YES"

]]></description>
		<wfw:commentRss>http://www.brunny.com/articles/cron-output/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
