<?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>Neohexa &#187; ubuntu</title>
	<atom:link href="http://neohexa.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://neohexa.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Oct 2009 14:58:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Downgrade MySQL 5.x to MySQL 4.x on Ubuntu Server</title>
		<link>http://neohexa.com/2009/07/downgrade-mysql-5-x-to-mysql-4-x-on-ubuntu-server/</link>
		<comments>http://neohexa.com/2009/07/downgrade-mysql-5-x-to-mysql-4-x-on-ubuntu-server/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 18:29:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://neohexa.com/?p=83</guid>
		<description><![CDATA[If you ever need to downgrade from MySQL 5.x to MySQL 4.x (hope you don&#8217;t), chances are you are going to run into a problem with apt-get. You will most likely receive cryptic, unhelpful dpkg errors.
If this is the case, try the command below.
sudo aptitude purge  mysql-common mysql-client mysql-server &#038;&#038; sudo aptitude install mysql-server-4.1 [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever need to downgrade from MySQL 5.x to MySQL 4.x (hope you don&#8217;t), chances are you are going to run into a problem with apt-get. You will most likely receive cryptic, unhelpful dpkg errors.</p>
<p>If this is the case, try the command below.</p>
<p><code>sudo aptitude purge  mysql-common mysql-client mysql-server &#038;&#038; sudo aptitude install mysql-server-4.1 mysql-client-4.1 </code></p>
<p>This should purge whatever is left of the MySQL 5.x installation, and then install the MySQL 4.x version. If this fails, proceed to bang head against nearest hard object.</p>
]]></content:encoded>
			<wfw:commentRss>http://neohexa.com/2009/07/downgrade-mysql-5-x-to-mysql-4-x-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Installed Packages w/ Ubuntu</title>
		<link>http://neohexa.com/2009/07/list-installed-packages-w-ubuntu/</link>
		<comments>http://neohexa.com/2009/07/list-installed-packages-w-ubuntu/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 17:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mrtrier.net/blog/?p=29</guid>
		<description><![CDATA[This trick comes in real handy if you need to reinstall your Ubuntu/Debian system, or install your preferred software automatically with a fresh install.
From the system with your desired software:

	dpkg --get-selections &#62; mysoftwarelist.txt

To the reinstalled or fresh system:

	dpkg --set-selections mysoftwarelist.txt
	sudo dselect

]]></description>
			<content:encoded><![CDATA[<p>This trick comes in <strong>real</strong> handy if you need to reinstall your Ubuntu/Debian system, or install your preferred software automatically with a fresh install.</p>
<p>From the system with your desired software:</p>
<ol>
	<code>dpkg --get-selections &gt; mysoftwarelist.txt</code>
</ol>
<p>To the reinstalled or fresh system:</p>
<ol>
	<code>dpkg --set-selections mysoftwarelist.txt</code><br />
	<code>sudo dselect</code>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://neohexa.com/2009/07/list-installed-packages-w-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
