<?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>The Pocket Site &#187; ubuntu</title>
	<atom:link href="http://www.thepocketsite.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thepocketsite.com</link>
	<description>Serendipitous notes</description>
	<lastBuildDate>Wed, 29 Jun 2011 09:15:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OpenOffice headless mode</title>
		<link>http://www.thepocketsite.com/2010/10/openoffice-headless-mode/</link>
		<comments>http://www.thepocketsite.com/2010/10/openoffice-headless-mode/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 09:05:57 +0000</pubDate>
		<dc:creator>Glenn</dc:creator>
				<category><![CDATA[Am a Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[headless]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[openoffice.org]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thepocketsite.com/?p=3515</guid>
		<description><![CDATA[There are some quite specific cases where it is desirable to have OpenOffice.org run in headless mode on servers, mainly for document conversion. But typically its a bit harder to make that convenient. There are a few places that provide ways to start that and a couple of init scripts, but nothing with much polish. [...]]]></description>
		<wfw:commentRss>http://www.thepocketsite.com/2010/10/openoffice-headless-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minidlna: quick init script for ubuntu lucid</title>
		<link>http://www.thepocketsite.com/2010/10/minidlna-quick-init-script-for-ubuntu-lucid/</link>
		<comments>http://www.thepocketsite.com/2010/10/minidlna-quick-init-script-for-ubuntu-lucid/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 08:59:22 +0000</pubDate>
		<dc:creator>Glenn</dc:creator>
				<category><![CDATA[Am a Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[minidlna]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thepocketsite.com/?p=3512</guid>
		<description><![CDATA[Reposted for posterity, sorry lost the source link&#8230; echo &#34; # miniDLNA upstart script # # This task runs miniDLNA. it's currently a work in progress &#160; description &#34;miniDLNA start-up script&#34; author &#34;Craig Chambers&#34; &#160; start on (net-device-up IFACE=eth0) &#160; expect fork &#160; respawn exec /usr/local/sbin/minidlna -f /etc/minidlna.conf &#34; &#62; /etc/init/minidlna.conf]]></description>
		<wfw:commentRss>http://www.thepocketsite.com/2010/10/minidlna-quick-init-script-for-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 bug with networking directory creation « RimuHosting Blog</title>
		<link>http://www.thepocketsite.com/2009/09/ubuntu-9-04-bug-with-networking-directory-creation-%c2%ab-rimuhosting-blog/</link>
		<comments>http://www.thepocketsite.com/2009/09/ubuntu-9-04-bug-with-networking-directory-creation-%c2%ab-rimuhosting-blog/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 08:13:48 +0000</pubDate>
		<dc:creator>Glenn</dc:creator>
				<category><![CDATA[Am a Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[/var/run/network]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thepocketsite.com/?p=430</guid>
		<description><![CDATA[Ubuntu 9.04 bug with networking directory creation « RimuHosting Blog. I ran ifup and got the following errors root@charon ~ # ifup eth0 ifup: failed to open statefile /var/run/network/ifstate: No such file or directory &#8230; so i checked and /var/run/network did not exist&#8230; This link had a bit more technical information. They said look for  [...]]]></description>
		<wfw:commentRss>http://www.thepocketsite.com/2009/09/ubuntu-9-04-bug-with-networking-directory-creation-%c2%ab-rimuhosting-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade old ubuntu releases</title>
		<link>http://www.thepocketsite.com/2009/06/upgrade-old-ubuntu-releases/</link>
		<comments>http://www.thepocketsite.com/2009/06/upgrade-old-ubuntu-releases/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 06:47:33 +0000</pubDate>
		<dc:creator>Glenn</dc:creator>
				<category><![CDATA[Am a Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.thepocketsite.com/?p=376</guid>
		<description><![CDATA[To upgrade in place for releases that are no longer officially supported please see&#8230; http://www.nzlinux.com/2009/06/upgrading-older-releases-of-ubuntu-when-support-ends/ Depending on the installation it might be substantially faster to do a clean reinstall and migrate your content from backups. YMMV. If you are already on one of the LTS releases then there should be a safe upgrade path available [...]]]></description>
		<wfw:commentRss>http://www.thepocketsite.com/2009/06/upgrade-old-ubuntu-releases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canonical and RedMonk release survey on Ubuntu Server Usage</title>
		<link>http://www.thepocketsite.com/2009/02/canonical-and-redmonk-release-survey-on-ubuntu-server-usage/</link>
		<comments>http://www.thepocketsite.com/2009/02/canonical-and-redmonk-release-survey-on-ubuntu-server-usage/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 23:00:09 +0000</pubDate>
		<dc:creator>Glenn</dc:creator>
				<category><![CDATA[Am a Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[redmonk]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thepocketsite.com/?p=308</guid>
		<description><![CDATA[Canonical and analyst firm RedMonk released findings of a survey sent to thousands of Ubuntu Server users. It was developed with the Ubuntu community and was completed by almost 7,000 respondents. The companies says the survey confirmed that Ubuntu was being widely used in the most common workloads (web, print, file, database and mail servers) [...]]]></description>
		<wfw:commentRss>http://www.thepocketsite.com/2009/02/canonical-and-redmonk-release-survey-on-ubuntu-server-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

