<?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>Kenneth Dalbjerg &#187; ubuntu</title>
	<atom:link href="http://kennethdalbjerg.dk/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://kennethdalbjerg.dk</link>
	<description>Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:41:17 +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>Get list of installed programs from dead disk ubuntu debian</title>
		<link>http://kennethdalbjerg.dk/2011/05/24/get-list-of-installed-programs-from-dead-disk-ubuntu-debian</link>
		<comments>http://kennethdalbjerg.dk/2011/05/24/get-list-of-installed-programs-from-dead-disk-ubuntu-debian#comments</comments>
		<pubDate>Tue, 24 May 2011 12:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=875</guid>
		<description><![CDATA[If you have a dead installation, some will not boot you can use this commands, to get the list of installed programs. grep -B 1 \ "^Status: install ok installed$" /media/recovery2/var/lib/dpkg/status &#124; \ awk '/^Package:.*$/{print $2"\t\tinstall"}' &#124; \ sort > package.list And this command to install it on a new installation: dpkg --set-selections &#60; package.list [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2011/05/24/get-list-of-installed-programs-from-dead-disk-ubuntu-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu and (dot).local addresses &#8211; Avahi</title>
		<link>http://kennethdalbjerg.dk/2010/08/26/ubuntu-and-dot-local-addresses-avahi</link>
		<comments>http://kennethdalbjerg.dk/2010/08/26/ubuntu-and-dot-local-addresses-avahi#comments</comments>
		<pubDate>Thu, 26 Aug 2010 13:05:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[avahi]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[mdns]]></category>
		<category><![CDATA[resolv]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=760</guid>
		<description><![CDATA[I have a Ubuntu server where there was a problem with .local address, i could&#8217;t look up the zone from the server. After a little search i found that Avahi (Zeroconf) was the problem. The default setup of Avahi, is to look for the zone in mDNS, if that failed the resolv failed. So to [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/08/26/ubuntu-and-dot-local-addresses-avahi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pureftpd (Ubuntu / Debian)</title>
		<link>http://kennethdalbjerg.dk/2010/03/23/pureftpd-ubuntu-debian</link>
		<comments>http://kennethdalbjerg.dk/2010/03/23/pureftpd-ubuntu-debian#comments</comments>
		<pubDate>Tue, 23 Mar 2010 10:12:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[pure-ftpd-mysql]]></category>
		<category><![CDATA[pureftpd]]></category>
		<category><![CDATA[pureftpd-mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=636</guid>
		<description><![CDATA[Setting up Pure ftpd to run on certains port is very simple. Log on to you linux box and run this command: echo &#8220;60010 60030&#8243; > /etc/pure-ftpd/conf/PassivePortRange /etc/init.d/pure-ftpd restart or if you run mysql as a backend /etc/init.d/pure-ftpd-mysql restart Now you just need to forward port 60010 to 60030, to you linux box.]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/03/23/pureftpd-ubuntu-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware Server 1.0.5-80187 on Ubuntu 8.04</title>
		<link>http://kennethdalbjerg.dk/2008/06/02/vmware-server-105-80187-on-ubuntu-804</link>
		<comments>http://kennethdalbjerg.dk/2008/06/02/vmware-server-105-80187-on-ubuntu-804#comments</comments>
		<pubDate>Mon, 02 Jun 2008 09:19:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=111</guid>
		<description><![CDATA[I have some trouble install vmware-mui on my Ubuntu 8.04. I got it fix, doing this: ln -s /usr/lib/vmware-mui/lib/libcrypto.so.4 /lib/libcrypto.so.4 ln -s /usr/lib/vmware-mui/lib/libssl.so.4 /lib/libssl.so.4 ln -s /usr/lib/vmware-mui/lib/libcrypto.so.4 /lib/libcrypto.so.4 And after that i edit /etc/init.d/httpd.vmware And go line 256. I change so that vmware_exec &#8220;Starting httpd.vmware:&#8221; vmware_start_httpd is call over 2 lines se above. And also [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/06/02/vmware-server-105-80187-on-ubuntu-804/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM T42 &amp; Ubuntu</title>
		<link>http://kennethdalbjerg.dk/2005/05/19/ibm-t42-ubuntu</link>
		<comments>http://kennethdalbjerg.dk/2005/05/19/ibm-t42-ubuntu#comments</comments>
		<pubDate>Thu, 19 May 2005 22:58:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MIG]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://GUID</guid>
		<description><![CDATA[Jeg har fået en ny laptop, IBM T42. Jeg har nu installeret Ubuntu, på den og det se ud som den har fundet alt mit hardware. Jeg er imponeret over hvor godt denne distrubition kører. Den er virkeligt et klik værd, også selvom du ikke har prøvet Linux før....]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2005/05/19/ibm-t42-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu.</title>
		<link>http://kennethdalbjerg.dk/2005/05/15/ubuntu</link>
		<comments>http://kennethdalbjerg.dk/2005/05/15/ubuntu#comments</comments>
		<pubDate>Sun, 15 May 2005 12:12:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MIG]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://GUID</guid>
		<description><![CDATA[Jeg har nu den sidste tid, kørt med Ubuntu, på min laptop. Og jeg må sige at jeg er blevet rigtigt positiv overrasket over netop denne distrubition.Før det første fandt den alt mit hardware, der jeg installerede det. Selv min lille Blueto...]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2005/05/15/ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

