<?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; Linux</title>
	<atom:link href="http://kennethdalbjerg.dk/category/computer/linux/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>Quick pingscan with nmap (ipscan / ip scan)</title>
		<link>http://kennethdalbjerg.dk/2010/05/20/quick-pingscan-with-nmap</link>
		<comments>http://kennethdalbjerg.dk/2010/05/20/quick-pingscan-with-nmap#comments</comments>
		<pubDate>Thu, 20 May 2010 11:14:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ipscan]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[pingscan]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=713</guid>
		<description><![CDATA[root@ubuntu-server:~# nmap -sP 10.45.1.1-255 Starting Nmap 5.00 ( http://nmap.org ) at 2010-05-20 13:12 CEST Host 10.45.1.1 is up. Host 10.45.1.2 is up (0.0011s latency). MAC Address: 00:19:E0:12:26:1E (Tp-link Technologies Co.) Host 10.45.1.20 is up (0.040s latency). MAC Address: 00:1C:C4:0C:66:5F (Hewlett Packard) Host 10.45.1.30 is up (0.00093s latency). MAC Address: 00:18:FE:C9:1F:80 (Hewlett Packard) Host 10.45.1.31 is [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/05/20/quick-pingscan-with-nmap/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QMAIL + VPOPMAIL (with MySQL accounts) + COURIER-IMAP + Roundcube, QMAIL-SCANNER + CLAM ANTIVIRUS + SPAMASSASSIN</title>
		<link>http://kennethdalbjerg.dk/2010/05/19/qmail-vpopmail-with-mysql-accounts-courier-imap-roundcube-qmail-scanner-clam-antivirus-spamassassin</link>
		<comments>http://kennethdalbjerg.dk/2010/05/19/qmail-vpopmail-with-mysql-accounts-courier-imap-roundcube-qmail-scanner-clam-antivirus-spamassassin#comments</comments>
		<pubDate>Wed, 19 May 2010 13:45:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[clam-av]]></category>
		<category><![CDATA[courier-imap]]></category>
		<category><![CDATA[Michael Bowe]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[qmail-scanner]]></category>
		<category><![CDATA[roundcube]]></category>
		<category><![CDATA[vpopmail]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=670</guid>
		<description><![CDATA[I have get the permission to copy paste this great guide and keep it updated. The Guide will soon come in a updated version on this homepage. Link to the Original is online here: http://www.bowe.id.au/michael/isp/webmail-server.htm INSTALL UCSPI-TCP cd /usr/local/src wget http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz wget http://www.qmail.org/ucspi-rss.diff tar xzf ucspi-tcp-0.88.tar.gz chown -R root.root ucspi-tcp-0.88 cd ucspi-tcp-0.88 # Patch rblsmtpd [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/05/19/qmail-vpopmail-with-mysql-accounts-courier-imap-roundcube-qmail-scanner-clam-antivirus-spamassassin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware ESX 3.5 and Dell openmanage</title>
		<link>http://kennethdalbjerg.dk/2010/05/17/vmware-esx-3-5-and-dell-openmanage</link>
		<comments>http://kennethdalbjerg.dk/2010/05/17/vmware-esx-3-5-and-dell-openmanage#comments</comments>
		<pubDate>Mon, 17 May 2010 18:58:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[openmanage]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=664</guid>
		<description><![CDATA[First you need to install: http://www.vmware.com/download/download.do?downloadGroup=VI-RCLI-U2 This is a vmware Remote CLI tools. Install it on a windows machine. After you install remember to log out and the log in, else you will get some error about libxml.dll cannot be found. Then download Dell Openmanage  to the same machine that you install Vmware Remote CLI: [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/05/17/vmware-esx-3-5-and-dell-openmanage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware ESXi (ESX) 4.0 and Dell Openmanage SNMP Traps</title>
		<link>http://kennethdalbjerg.dk/2010/04/27/vmware-esxi-4-0-and-dell-openmanage-snmp-traps</link>
		<comments>http://kennethdalbjerg.dk/2010/04/27/vmware-esxi-4-0-and-dell-openmanage-snmp-traps#comments</comments>
		<pubDate>Tue, 27 Apr 2010 13:24:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[openmanage]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[snmp traps]]></category>
		<category><![CDATA[traps]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=651</guid>
		<description><![CDATA[First you need to install: http://www.vmware.com/downloads/download.do?downloadGroup=VCLI40U1 This is a vmware CLI tools. Install it on a windows machine. After you install remember to log out and the log in, else you will get this error: Can’t load ‘C:/Program Files/VMware/VMware VI Remote CLI/Perl/site/lib/auto/XML/LibXML/Common/Common.dll’ for module XML::LibXML::Common: load_file:The specified module could not be found at C:/Program Files/VMware/VMware [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/04/27/vmware-esxi-4-0-and-dell-openmanage-snmp-traps/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>mySQL &#8211; Table  is marked as crashed and should be repaired</title>
		<link>http://kennethdalbjerg.dk/2009/10/15/mysql-table-is-marked-as-crashed-and-should-be-repaired</link>
		<comments>http://kennethdalbjerg.dk/2009/10/15/mysql-table-is-marked-as-crashed-and-should-be-repaired#comments</comments>
		<pubDate>Thu, 15 Oct 2009 07:19:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[mysql windows debian linux]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=575</guid>
		<description><![CDATA[if you got this error: Table &#60;TableName&#62; is marked as crashed and should be repaired This could be fixed by go to the path where mysql database files is located, on Debian this will be /var/lig/mysql Go into the database where the crashed tables are, and run this commando: myisamchk -r &#60;TableName&#62;.MYI]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2009/10/15/mysql-table-is-marked-as-crashed-and-should-be-repaired/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with apt-get in ubuntu (NO_PUBKEY 9AA38DCD55BE302B NO_PUBKEY 4D270D06F42584E6)</title>
		<link>http://kennethdalbjerg.dk/2009/06/30/problems-with-apt-get-in-ubuntu-no_pubkey-9aa38dcd55be302b-no_pubkey-4d270d06f42584e6</link>
		<comments>http://kennethdalbjerg.dk/2009/06/30/problems-with-apt-get-in-ubuntu-no_pubkey-9aa38dcd55be302b-no_pubkey-4d270d06f42584e6#comments</comments>
		<pubDate>Tue, 30 Jun 2009 11:22:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=544</guid>
		<description><![CDATA[I got this error: W: GPG error: http://mirrors.sunsite.dk stable Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B NO_PUBKEY 4D270D06F42584E6 W: You may want to run apt-get update to correct these problems This can be resolve but typing: gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 9AA38DCD55BE302B gpg --armor --export 9AA38DCD55BE302B &#124; apt-key [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2009/06/30/problems-with-apt-get-in-ubuntu-no_pubkey-9aa38dcd55be302b-no_pubkey-4d270d06f42584e6/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debian packages cpio failes to be updated</title>
		<link>http://kennethdalbjerg.dk/2008/11/08/debian-packages-cpio-failes-to-be-updated</link>
		<comments>http://kennethdalbjerg.dk/2008/11/08/debian-packages-cpio-failes-to-be-updated#comments</comments>
		<pubDate>Sat, 08 Nov 2008 16:56:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt-file]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[cpio]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=224</guid>
		<description><![CDATA[If you have some troubles upgrading cpio, it returns this error: Preparing to replace cpio 2.6-18 (using &#8230;/cpio_2.6-18.1+etch1_i386.deb) &#8230; Unpacking replacement cpio &#8230; Replaced by files in installed package tar &#8230; dpkg: error processing /var/cache/apt/archives/cpio_2.6-18.1+etch1_i386.deb (&#8211;u npack): unable to create `./usr/share/locale/ko/LC_MESSAGES/cpio.mo&#8217;: No such file or d irectory Errors were encountered while processing: /var/cache/apt/archives/cpio_2.6-18.1+etch1_i386.deb E: Sub-process [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/11/08/debian-packages-cpio-failes-to-be-updated/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

