<?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/tag/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>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>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>Tweaking mySQL in Debian</title>
		<link>http://kennethdalbjerg.dk/2008/09/01/tweaking-mysql-in-debian</link>
		<comments>http://kennethdalbjerg.dk/2008/09/01/tweaking-mysql-in-debian#comments</comments>
		<pubDate>Mon, 01 Sep 2008 18:15:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=166</guid>
		<description><![CDATA[This guide is not complete to tweak you mySQL on Debian systems, because a good tweak is depending on what you want to use mySQL to. Key Buffer: The key buffer holds the indexes of tables in memory, and of cause a bigger key buffer result in faster row lookups. The bigger this value is [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/09/01/tweaking-mysql-in-debian/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>
		<item>
		<title>Debian and build a package from source</title>
		<link>http://kennethdalbjerg.dk/2008/03/11/debian-and-build-a-package-from-source</link>
		<comments>http://kennethdalbjerg.dk/2008/03/11/debian-and-build-a-package-from-source#comments</comments>
		<pubDate>Tue, 11 Mar 2008 19:31:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt-get]]></category>

		<guid isPermaLink="false">http://www.dalbjerg.nu/?p=97</guid>
		<description><![CDATA[I want to build pure-ftpd from source becurs my debian server dosent support capabilities. So first i download the package: host:/usr/local/src/# cd /usr/local/src host:/usr/local/src/# apt-get -b source packagename Then i change the debian/rules files in the package, so that pure-ftpd not support capabilities. (&#8211;without-capabilities) host:/usr/local/src/# cd pure-ftpd-1.0.21/debian host:/usr/local/src/#nano rules Then i compile pure-ftpd. host:/usr/local/src/# cd [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/03/11/debian-and-build-a-package-from-source/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian: Installing the same packages on another machine</title>
		<link>http://kennethdalbjerg.dk/2006/04/28/debian-installing-the-same-packages-on-another-machine</link>
		<comments>http://kennethdalbjerg.dk/2006/04/28/debian-installing-the-same-packages-on-another-machine#comments</comments>
		<pubDate>Fri, 28 Apr 2006 17:01:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://GUID</guid>
		<description><![CDATA[1) dpkg --get-selections > list.txt **do this on source system
**move "list.txt" to target system**
2) dpkg --set-selections < list.txt **do this on target system
3) dselect install
...]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2006/04/28/debian-installing-the-same-packages-on-another-machine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Unstabe NO_PUBKEY</title>
		<link>http://kennethdalbjerg.dk/2006/04/19/debian-unstabe-no_pubkey</link>
		<comments>http://kennethdalbjerg.dk/2006/04/19/debian-unstabe-no_pubkey#comments</comments>
		<pubDate>Wed, 19 Apr 2006 19:23:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://GUID</guid>
		<description><![CDATA[When you run apt-get in Debian Unstable, you can get a error like this:

W: GPG error: ftp://ftp.se.debian.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 010908312D230C5F
W...]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2006/04/19/debian-unstabe-no_pubkey/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

