<?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>fluffigt.com &#187; ubuntu</title>
	<atom:link href="http://fluffigt.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://fluffigt.com</link>
	<description>*poof* said fluff...</description>
	<lastBuildDate>Sat, 03 Dec 2011 13:30:42 +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>Linuxdistribution för äldre?</title>
		<link>http://fluffigt.com/2011/12/03/linuxdistribution-for-aldre/</link>
		<comments>http://fluffigt.com/2011/12/03/linuxdistribution-for-aldre/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 13:17:00 +0000</pubDate>
		<dc:creator>mld</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[swedish]]></category>
		<category><![CDATA[äldre]]></category>
		<category><![CDATA[digidel]]></category>
		<category><![CDATA[easypeasy]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fluffigt.com/?p=1794</guid>
		<description><![CDATA[Som en del i projektet att få mina farföräldrar att använda en dator och (helst) Internet försöker jag hitta en linuxdistribution som är enkel att lära sig använda*. Alternativen jag tittar på just nu är EasyPeasy, som är en Ubuntuklon med ett GUI anspassat för netbooks, Linux Mint, även det en Ubuntuklon och här med [...]]]></description>
			<content:encoded><![CDATA[<p>Som en del i projektet att få mina farföräldrar att använda en dator och (helst) Internet försöker jag hitta en linuxdistribution som är enkel att lära sig använda*. Alternativen jag tittar på just nu är <a title="EasyPeasy" href="http://www.geteasypeasy.com/" target="_blank">EasyPeasy</a>, som är en Ubuntuklon med ett <acronym title="Graphical User Interface">GUI</acronym> anspassat för netbooks, <a title="Linux Mint" href="http://linuxmint.com/" target="_blank">Linux Mint</a>, även det en Ubuntuklon och här med ännu mer fokus på användarvänlighet än standard-Ubuntu, och till sist en vanlig <a title="Ubuntu" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> med antingen Unity eller Gnome som fönsterhanterare.</p>
<p>Just nu lutar det mest åt EasyPeasy eftersom det har ett väldigt enkelt gränssnitt för att starta program (tänk IOS, men med kategoritänk istället för sidor med appar). Vi får se hur det slutar!</p>
<p>Ett tack till <a title="Digidel 2013 - En kampanj för digital delaktighet i Sverige" href="http://www.digidel.se/" target="_blank">Digidel 2013</a> som fick mig att äntligen ta tag i det här...</p>
<p>* Att använda datorn är i det här fallet så "enkelt" som att använda en webbläsare för att kolla på nyheter på DNs hemsida, recept hos Arla och förhoppningsvis Gmail.</p>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2011/12/03/linuxdistribution-for-aldre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>daemontools and ucspi-tcp on Hardy Heron</title>
		<link>http://fluffigt.com/2008/09/11/daemontools-and-ucspi-tcp-on-hardy-heron/</link>
		<comments>http://fluffigt.com/2008/09/11/daemontools-and-ucspi-tcp-on-hardy-heron/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 15:51:25 +0000</pubDate>
		<dc:creator>mld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[daemontools]]></category>
		<category><![CDATA[djb]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ucspi-tcp]]></category>

		<guid isPermaLink="false">http://fluffigt.com/?p=1719</guid>
		<description><![CDATA[I was about to install daemontools and ucspi-tcp on Hardy Heron (Ubuntu 8.04) when I found that the packages build-daemontools et al was not in the archive anymore! Instead of digging about what happened I found out that Intrepid Ibex[1] has some packages. So what I did was download the packages daemontools, daemontools-run and ucspi-tcp, [...]]]></description>
			<content:encoded><![CDATA[<p>I was about to install daemontools and ucspi-tcp on Hardy Heron (Ubuntu 8.04) when I found that the packages build-daemontools et al was not in the archive anymore! Instead of digging about what happened I found out that Intrepid Ibex[1] has some packages.</p>
<p>So what I did was download the packages daemontools, daemontools-run and ucspi-tcp, and then install them. A bit of a problem with that too, but the following steps did the trick for me.</p>
<blockquote><p># touch /etc/inittab<br />
# dpkg -i daemontools<br />
# dpkg -i daemontools-run<br />
# dpkg -i ucspi-tcp<br />
# echo "start on runlevel-1<br />
start on runlevel-2<br />
start on runlevel-3<br />
start on runlevel-4<br />
start on runlevel-5<br />
start on runlevel-6</p>
<p>stop on shutdown</p>
<p>respawn</p>
<p>exec /usr/bin/svscanboot" &gt; /etc/event.d/svscan<br />
# initctl start svscan</p></blockquote>
<p>And that's it! Have fun folks!</p>
<p>[1] <a href="http://packages.ubuntu.com/search?keywords=daemontools&amp;searchon=names&amp;suite=intrepid&amp;section=all" target="_blank">http://packages.ubuntu.com/search?keywords=daemontools&amp;searc...</a></p>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/09/11/daemontools-and-ucspi-tcp-on-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mike Renfro’s Blog : Unattended Debian Installations (or How I Learned to Stop Worrying and Love the preseed.cfg)</title>
		<link>http://fluffigt.com/2008/07/09/mike-renfro%e2%80%99s-blog-unattended-debian-installations-or-how-i-learned-to-stop-worrying-and-love-the-preseedcfg/</link>
		<comments>http://fluffigt.com/2008/07/09/mike-renfro%e2%80%99s-blog-unattended-debian-installations-or-how-i-learned-to-stop-worrying-and-love-the-preseedcfg/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 06:14:34 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[preseed]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/07/09/mike-renfro%e2%80%99s-blog-unattended-debian-installations-or-how-i-learned-to-stop-worrying-and-love-the-preseedcfg/</guid>
		<description><![CDATA[http://blogs.cae....]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://blogs.cae.tntech.edu/mwr/2007/04/17/unattended-debian-installations-or-how-i-learned-to-stop-worrying-and-love-the-preseedcfg/">http://blogs.cae....</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/07/09/mike-renfro%e2%80%99s-blog-unattended-debian-installations-or-how-i-learned-to-stop-worrying-and-love-the-preseedcfg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xen &#8211; Community Ubuntu Documentation</title>
		<link>http://fluffigt.com/2008/06/29/xen-community-ubuntu-documentation/</link>
		<comments>http://fluffigt.com/2008/06/29/xen-community-ubuntu-documentation/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 19:00:55 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/06/29/xen-community-ubuntu-documentation/</guid>
		<description><![CDATA[https://help.ubun...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="https://help.ubuntu.com/community/Xen">https://help.ubun...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/06/29/xen-community-ubuntu-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVZ &#8211; Community Ubuntu Documentation</title>
		<link>http://fluffigt.com/2008/05/31/openvz-community-ubuntu-documentation/</link>
		<comments>http://fluffigt.com/2008/05/31/openvz-community-ubuntu-documentation/#comments</comments>
		<pubDate>Fri, 30 May 2008 23:14:17 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[openvz]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/05/31/openvz-community-ubuntu-documentation/</guid>
		<description><![CDATA[https://help.ubun...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="https://help.ubuntu.com/community/OpenVZ">https://help.ubun...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/05/31/openvz-community-ubuntu-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home &#8211; Nexenta Project Wiki</title>
		<link>http://fluffigt.com/2008/01/31/home-nexenta-project-wiki/</link>
		<comments>http://fluffigt.com/2008/01/31/home-nexenta-project-wiki/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 18:22:35 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/01/31/home-nexenta-project-wiki/</guid>
		<description><![CDATA[http://www.nexent...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.nexenta.org/">http://www.nexent...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/01/31/home-nexenta-project-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

