<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>brunny.com</title>
	<link>http://www.brunny.com</link>
	<description></description>
	<lastBuildDate>Fri, 09 Feb 2007 21:08:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>default route</title>
		<description><![CDATA[How to change the default gateway on a linux host:
# route del default
# route add default gw 128.250.146.1
]]></description>
		<link>http://www.brunny.com/articles/default-route</link>
			</item>
	<item>
		<title>G4/G5 compiler options</title>
		<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>
		<link>http://www.brunny.com/articles/g4g5-compiler-options</link>
			</item>
	<item>
		<title>Managing user info</title>
		<description><![CDATA[/usr/sbin/usermod -x administrative_lock_applied=0 username
/tcb/bin/edauth username
]]></description>
		<link>http://www.brunny.com/articles/managing-user-info</link>
			</item>
	<item>
		<title>Managing Disks and partitions</title>
		<description><![CDATA[In Linux i would use cfdisk to partition a hard drive. The solaris equivalent is format.
]]></description>
		<link>http://www.brunny.com/articles/managing-disks-and-partitions</link>
			</item>
	<item>
		<title>Adding a user from the command line</title>
		<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>
		<link>http://www.brunny.com/articles/adding-a-user-from-the-command-line</link>
			</item>
	<item>
		<title>cron output</title>
		<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>
		<link>http://www.brunny.com/articles/cron-output</link>
			</item>
</channel>
</rss>
