<?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>Slim Chants &#187; Linux</title>
	<atom:link href="http://blog.slimdude.ca/category/it/software/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.slimdude.ca</link>
	<description>Here&#039;s what I think.</description>
	<lastBuildDate>Sat, 08 Oct 2011 14:17:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Upgrading PostgreSQL from 8.3 to 8.4</title>
		<link>http://blog.slimdude.ca/2011/05/upgrading-postgresql-from-8-3-to-8-4/</link>
		<comments>http://blog.slimdude.ca/2011/05/upgrading-postgresql-from-8-3-to-8-4/#comments</comments>
		<pubDate>Sun, 22 May 2011 12:22:17 +0000</pubDate>
		<dc:creator>SlimDude</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.slimdude.ca/2011/05/upgrading-postgresql-from-8-3-to-8-4/</guid>
		<description><![CDATA[Steps to Upgrade PostgreSQL in Ubuntu: Stop cron and other applications that using PostgreSQL. # /etc/init.d/cron stop # /etc/init.d/apache2 stop # /etc/init.d/jabberd2 stop # /etc/init.d/tinyerp-server stop Backup $ sudo su # su postgres $ pg_dumpall &#62; /var/lib/postgresql/all.sql $ exit Install the latest PostgreSQL version # apt-get install postgresql-8.4.. Configuring postgresql.conf to use port 5433&#8230;Installer will [...]]]></description>
			<content:encoded><![CDATA[<div id="node-487" class="node clear-block">
<div class="content">
<p>Steps to Upgrade PostgreSQL in Ubuntu:</p>
<ol>
<li>Stop <em>cron</em> and other applications that using PostgreSQL.<br />
<code><br />
# <strong>/etc/init.d/cron stop</strong><br />
# /etc/init.d/apache2 stop<br />
# /etc/init.d/jabberd2 stop<br />
# /etc/init.d/tinyerp-server stop</code></li>
<li>Backup <code><br />
$ sudo su<br />
# su postgres<br />
$ pg_dumpall &gt; /var/lib/postgresql/all.sql<br />
$ exit</code></li>
<li>Install the latest PostgreSQL version<br />
<code><br />
# <strong>apt-get install postgresql-8.4</strong></code>..<br />
Configuring postgresql.conf to use <strong>port 5433</strong>&#8230;Installer will detect the previous version, if exist than the new one will use port 5433.</li>
<li>Restore to new version<br />
<code><br />
# su postgres<br />
$ /usr/lib/postgresql/8.4/bin/psql template1 -f /var/lib/postgresql/all.sql <strong>-p 5433</strong><br />
$ exit</code></li>
<li>Remove the previous version<br />
<code><br />
# apt-get remove postgresql-8.3<br />
# apt-get remove postgresql-client-8.3</code></li>
<li>Change port 5433 to 5432 in <em>/etc/postgresql/<strong>8.4</strong>/main/postgresql.conf</em>:<br />
<code><br />
port = 5432</code>Don&#8217;t forget to set other configuration, such:<br />
<code><br />
listen_addresses = '*'</code>and access rules in <em>/etc/postgresql/<strong>8.4</strong>/main/pg_hba.conf</em>.</li>
<li>Restart your postgreSQL<br />
<code><br />
# /etc/init.d/postgresql-8.4 restart</code></li>
<li>Activate <em>cron</em> and other applications, make sure everything is OK.<br />
<code><br />
# <strong>/etc/init.d/cron start</strong><br />
# /etc/init.d/apache2 start<br />
# /etc/init.d/jabberd2 start<br />
# /etc/init.d/tinyerp-server start</code></li>
</ol>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.slimdude.ca/2011/05/upgrading-postgresql-from-8-3-to-8-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux on the Desktop</title>
		<link>http://blog.slimdude.ca/2010/03/linux-on-the-desktop/</link>
		<comments>http://blog.slimdude.ca/2010/03/linux-on-the-desktop/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 15:02:19 +0000</pubDate>
		<dc:creator>SlimDude</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.slimdude.ca/2010/03/linux-on-the-desktop/</guid>
		<description><![CDATA[I&#8217;m back to running Linux on the desktop. I took a few months hiatus due to some overheating issues that seemed to coincide with my update to Ubuntu 9.10. Others running various laptops had the same problem. The problem as it turned out was caused by an out-of-date BIOS in the laptop. Once I flashed [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back to running Linux on the desktop. I took a few months hiatus due to some overheating issues that seemed to coincide with my update to Ubuntu 9.10. Others running various laptops had the same problem. The problem as it turned out was caused by an out-of-date BIOS in the laptop. Once I flashed it to the latest my fan started spinning up and down as required and my Acer notebook was useful once again. </p>
<p>Since the occurrence of the overheating I was using a MacBook Pro for my day to day computing. I&#8217;ve since dedicated that wonderful machine to recording studio duties specifically. (More on that in another post.) While I was dependent on the Mac I fell in love with Ecto for blog posts. It&#8217;s really a wonderful tool and today I went on a quest for an open source equivalent for my Ubuntu system. It took me awhile. Most of the available clients just don&#8217;t measure up. In the end I installed Bilbo, a KDE client which has most of the features provided by Ecto. It does not currently support addition of categories, unfortunately but it seems to be quite capable of managing posts. I&#8217;m using it to write this post. So far I&#8217;m satisfied but I will miss Ecto.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.slimdude.ca/2010/03/linux-on-the-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

