<?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>redredred &#187; Ubuntu</title>
	<atom:link href="http://www.redredred.com.au/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redredred.com.au</link>
	<description>redredred developers talk about what they are working on</description>
	<lastBuildDate>Sat, 20 Feb 2010 01:55:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Postgres on Ubuntu 8.04</title>
		<link>http://www.redredred.com.au/installing-postgres-on-ubuntu-804/</link>
		<comments>http://www.redredred.com.au/installing-postgres-on-ubuntu-804/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 01:49:46 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.oneadam.net/?p=29</guid>
		<description><![CDATA[This is  a fairly simple process (the client install is optional as pgadmin is a far better client):
sudo apt-get install postgresql postgresql-client
Install pgadmin:
sudo apt-get install pgadmin3 
then you will need to reset the password for the postgres user:
$ sudo su postgres -c psql
postgres=# ALTER USER postgres WITH PASSWORD 'password';
postgres=# \q
You can now connect to postgres [...]]]></description>
		<wfw:commentRss>http://www.redredred.com.au/installing-postgres-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
