<?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; Debian</title>
	<atom:link href="http://kennethdalbjerg.dk/category/computer/linux/debian/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>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>
		<item>
		<title>Installere 2 ens Debian maskiner op.</title>
		<link>http://kennethdalbjerg.dk/2008/08/02/installere-2-ens-debian-maskiner-op</link>
		<comments>http://kennethdalbjerg.dk/2008/08/02/installere-2-ens-debian-maskiner-op#comments</comments>
		<pubDate>Sat, 02 Aug 2008 09:10:37 +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[dpkg]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=140</guid>
		<description><![CDATA[Det kan være praktisk at nå man skal installere 2 ens maskiner op, bare at finde frem til hvilket pakker der er installeret på den ene, og så overfører dem til den anden, dette gøres nemt med dpkg og dselect. Først skal vi på maskine1 havde hentede de pakker ud som er installeret på den. [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/08/02/installere-2-ens-debian-maskiner-op/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with apt-get in Debian (NO_PUBKEY A70DAF536070D3A1)</title>
		<link>http://kennethdalbjerg.dk/2008/07/01/problems-with-apt-get-in-debian-no_pubkey-a70daf536070d3a1</link>
		<comments>http://kennethdalbjerg.dk/2008/07/01/problems-with-apt-get-in-debian-no_pubkey-a70daf536070d3a1#comments</comments>
		<pubDate>Tue, 01 Jul 2008 15:00:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt-get]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=122</guid>
		<description><![CDATA[I got this error: W: GPG error: http://security.debian.org testing/updates Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 W: GPG error: ftp://ftp.port80.se testing Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 W: You may want to run apt-get update to [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/07/01/problems-with-apt-get-in-debian-no_pubkey-a70daf536070d3a1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

