<?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>LINUX ADMINISTRATION NOTES &#38; CODE SNIPPETS &#187; Ubuntu</title>
	<atom:link href="http://linuxbloggers.org/category/linux/ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbloggers.org</link>
	<description>pTCsxunH</description>
	<lastBuildDate>Sun, 28 Feb 2010 18:43:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMware arrow keys problem on Ubuntu</title>
		<link>http://linuxbloggers.org/vmware-arrow-keys-problem-on-ubuntu/</link>
		<comments>http://linuxbloggers.org/vmware-arrow-keys-problem-on-ubuntu/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 22:55:10 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://linuxbloggers.org/?p=175</guid>
		<description><![CDATA[After power up my vmware virtual machines on the Ubuntu I have had a problems using arrow keys when my mouse pointer was captured by the console.  Could no move at all and I had to use and Num pad on my keyboard to move around which was really annoying since I could not [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/vmware-arrow-keys-problem-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create and install linux debian package for missing perl module with dh-make-perl</title>
		<link>http://linuxbloggers.org/create-install-linux-debian-package-missing-perl-module-dh-make-perl/</link>
		<comments>http://linuxbloggers.org/create-install-linux-debian-package-missing-perl-module-dh-make-perl/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 23:27:35 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.linuxconfig.org/?p=95</guid>
		<description><![CDATA[Sometimes you encounter situation when you need a perl module to support your program but perl module is not available from standard linux repositories. Installing perl module from source code is not always good idea so what would be the best is to create package for a particular module using dh-make-perl command. In my case [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/create-install-linux-debian-package-missing-perl-module-dh-make-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get list of the installed packages from debian distributions for documentation</title>
		<link>http://linuxbloggers.org/get-list-of-the-installed-packages-from-debian-distributions-for-documentation/</link>
		<comments>http://linuxbloggers.org/get-list-of-the-installed-packages-from-debian-distributions-for-documentation/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 01:42:39 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.linuxconfig.org/?p=94</guid>
		<description><![CDATA[When documenting my server installation I needed to have a list of packages installed on my server. dpkg &#8211;get-selections is great help but it returns values/packages each on separate line including &#8220;installed&#8221; keyword. This command returns list of installed packages in the single block separated with single space:
dpkg --get-selections &#124; awk '{ print $1; }'&#124; [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/get-list-of-the-installed-packages-from-debian-distributions-for-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
