<?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>Screenage</title>
	<atom:link href="http://www.screenage.de/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.screenage.de/blog</link>
	<description></description>
	<lastBuildDate>Mon, 28 May 2012 13:04:27 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.4.1</generator>
	<item>
		<title>Howto setup a KVM server the fast way</title>
		<link>http://www.screenage.de/blog/2012/05/28/howto-setup-a-kvm-server-the-fast-way/</link>
		<comments>http://www.screenage.de/blog/2012/05/28/howto-setup-a-kvm-server-the-fast-way/#comments</comments>
		<pubDate>Mon, 28 May 2012 13:04:27 +0000</pubDate>
		<dc:creator><![CDATA[ccm]]></dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[CommandLine]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.screenage.de/blog/?p=391</guid>
		<description><![CDATA[This is a very short quick setup on how to get KVM server up and running. It assumes that you want to run a KVM server with at least one virtual machine, your KVM server gets an ip address in &#8230; <a href="http://www.screenage.de/blog/2012/05/28/howto-setup-a-kvm-server-the-fast-way/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.screenage.de/blog/2012/05/28/howto-setup-a-kvm-server-the-fast-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Detecting and Removing Unused Indexes in MySQL</title>
		<link>http://www.screenage.de/blog/2012/02/14/detecting-and-removing-unused-indexes-in-mysql/</link>
		<comments>http://www.screenage.de/blog/2012/02/14/detecting-and-removing-unused-indexes-in-mysql/#respond</comments>
		<pubDate>Tue, 14 Feb 2012 10:28:41 +0000</pubDate>
		<dc:creator><![CDATA[ccm]]></dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[MariaDB]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.screenage.de/blog/?p=386</guid>
		<description><![CDATA[Preface: The following post is a backup from a post first published on the Moviepilot Techblog, which is going to be replaced by the Moviepilot Labs Blog. The content is a bit outdated, as the way to go today is &#8230; <a href="http://www.screenage.de/blog/2012/02/14/detecting-and-removing-unused-indexes-in-mysql/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.screenage.de/blog/2012/02/14/detecting-and-removing-unused-indexes-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to log history and logins from multiple ssh-keys under one user account</title>
		<link>http://www.screenage.de/blog/2012/02/10/how-to-log-history-and-logins-from-multiple-ssh-keys-under-one-user-account-with-puppet/</link>
		<comments>http://www.screenage.de/blog/2012/02/10/how-to-log-history-and-logins-from-multiple-ssh-keys-under-one-user-account-with-puppet/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 10:50:41 +0000</pubDate>
		<dc:creator><![CDATA[Martin Mörner]]></dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Puppet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.screenage.de/blog/?p=350</guid>
		<description><![CDATA[Many times your managed server has only one user account into wich every admin logs in with his personal ssh-key. Most times it&#8217;s done with the root account, but that&#8217;s a nother topic 😉 As a result of this behaviour &#8230; <a href="http://www.screenage.de/blog/2012/02/10/how-to-log-history-and-logins-from-multiple-ssh-keys-under-one-user-account-with-puppet/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.screenage.de/blog/2012/02/10/how-to-log-history-and-logins-from-multiple-ssh-keys-under-one-user-account-with-puppet/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Recovering Linux file permissions</title>
		<link>http://www.screenage.de/blog/2011/11/13/recovering-file-permissions/</link>
		<comments>http://www.screenage.de/blog/2011/11/13/recovering-file-permissions/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 10:28:23 +0000</pubDate>
		<dc:creator><![CDATA[ccm]]></dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.screenage.de/blog/?p=337</guid>
		<description><![CDATA[I recently ran into a server, where somebody accidently issued a &#8222;chown -R www-data:www-data /var&#8220;. So all files and directories within /var where chowned to the www-data which actually means a complete system fuckup as everything from logging over mail &#8230; <a href="http://www.screenage.de/blog/2011/11/13/recovering-file-permissions/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.screenage.de/blog/2011/11/13/recovering-file-permissions/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>RubyGems 9.9.9 packaged &#8211; Fake install RubyGems on Debian/Ubuntu</title>
		<link>http://www.screenage.de/blog/2011/07/02/rubygems-9-9-9-packaged-fake-install-rubygems-on-debianubuntu/</link>
		<comments>http://www.screenage.de/blog/2011/07/02/rubygems-9-9-9-packaged-fake-install-rubygems-on-debianubuntu/#respond</comments>
		<pubDate>Sat, 02 Jul 2011 20:27:10 +0000</pubDate>
		<dc:creator><![CDATA[ccm]]></dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[Puppet]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.screenage.de/blog/?p=322</guid>
		<description><![CDATA[For a lot of reasons I often rely on a mixture of a Debian/Ubuntu pre packaged Ruby with a self compiled RubyGems. It helps you in situations where you don&#8217;t care that much about the Ruby interpreter itself but need &#8230; <a href="http://www.screenage.de/blog/2011/07/02/rubygems-9-9-9-packaged-fake-install-rubygems-on-debianubuntu/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.screenage.de/blog/2011/07/02/rubygems-9-9-9-packaged-fake-install-rubygems-on-debianubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bootstrapping a Puppet agent/master on Ubuntu</title>
		<link>http://www.screenage.de/blog/2011/06/06/boostrapping-a-puppet-agentmaster-on-ubuntu/</link>
		<comments>http://www.screenage.de/blog/2011/06/06/boostrapping-a-puppet-agentmaster-on-ubuntu/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 09:37:29 +0000</pubDate>
		<dc:creator><![CDATA[ccm]]></dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Puppet]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.screenage.de/blog/?p=314</guid>
		<description><![CDATA[Though it&#8217;s really great that Puppet made it into Ubuntu&#8217;s main repository, the provided version is rather outdated which prevents you from using advanced language features when writing your manifests. So sooner or later you end up installing Puppet manually. &#8230; <a href="http://www.screenage.de/blog/2011/06/06/boostrapping-a-puppet-agentmaster-on-ubuntu/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.screenage.de/blog/2011/06/06/boostrapping-a-puppet-agentmaster-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>slides from the &#8218;From MySQL to MariaDB&#8216; presentation</title>
		<link>http://www.screenage.de/blog/2011/05/14/slides-from-the-from-mysql-to-mariadb-presentation/</link>
		<comments>http://www.screenage.de/blog/2011/05/14/slides-from-the-from-mysql-to-mariadb-presentation/#respond</comments>
		<pubDate>Sat, 14 May 2011 19:09:44 +0000</pubDate>
		<dc:creator><![CDATA[ccm]]></dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.screenage.de/blog/?p=304</guid>
		<description><![CDATA[As announced, I held a short talk on switching from MySQL community edition (especially 5.1) to MariaDB (currently 5.2.6) at this years LinuxTag in Berlin. Here are the (German) slides for reference: (In case you cannot see the embedded presentation, &#8230; <a href="http://www.screenage.de/blog/2011/05/14/slides-from-the-from-mysql-to-mariadb-presentation/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.screenage.de/blog/2011/05/14/slides-from-the-from-mysql-to-mariadb-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short talk on MariaDB at Linuxtag 2011</title>
		<link>http://www.screenage.de/blog/2011/05/12/short-talk-on-mariadb-at-linuxtag-2011/</link>
		<comments>http://www.screenage.de/blog/2011/05/12/short-talk-on-mariadb-at-linuxtag-2011/#comments</comments>
		<pubDate>Thu, 12 May 2011 07:04:46 +0000</pubDate>
		<dc:creator><![CDATA[ccm]]></dc:creator>
				<category><![CDATA[Berlin]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.screenage.de/blog/?p=302</guid>
		<description><![CDATA[If you happen to be around at this years LinuxTag 2011 in Berlin/Germany, you are invited to attend my short talk on MariaDB as a drop-in replacement for MySQL. The talk focusses on differences between MySQL Community Edition and MariaDB &#8230; <a href="http://www.screenage.de/blog/2011/05/12/short-talk-on-mariadb-at-linuxtag-2011/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.screenage.de/blog/2011/05/12/short-talk-on-mariadb-at-linuxtag-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using backuppc as a dirty distributed shell</title>
		<link>http://www.screenage.de/blog/2011/05/09/using-backuppc-as-a-dirty-distributed-shell/</link>
		<comments>http://www.screenage.de/blog/2011/05/09/using-backuppc-as-a-dirty-distributed-shell/#respond</comments>
		<pubDate>Mon, 09 May 2011 14:00:12 +0000</pubDate>
		<dc:creator><![CDATA[ccm]]></dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[CommandLine]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.screenage.de/blog/?p=281</guid>
		<description><![CDATA[Backuppc is a neat server-based backup solution. In Linux envorinments it is often used in combination with rsync over ssh &#8211; and, let&#8217;s be hontest &#8211; often fairly lazy sudo or root rights for the rsync over ssh connection. This &#8230; <a href="http://www.screenage.de/blog/2011/05/09/using-backuppc-as-a-dirty-distributed-shell/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.screenage.de/blog/2011/05/09/using-backuppc-as-a-dirty-distributed-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu (Berlin) Global Jam at c-base and Daniel Holbach&#8217;s notebook</title>
		<link>http://www.screenage.de/blog/2010/08/30/ubuntu-berlin-global-jam-at-c-base-aand-daniel-holbachs-notebook/</link>
		<comments>http://www.screenage.de/blog/2010/08/30/ubuntu-berlin-global-jam-at-c-base-aand-daniel-holbachs-notebook/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 08:32:31 +0000</pubDate>
		<dc:creator><![CDATA[ccm]]></dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Berlin]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[GlobalJam]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.screenage.de/blog/?p=256</guid>
		<description><![CDATA[Members of &#8222;Ubuntu Berlin&#8220; met yesterday at c-base within the Ubuntu Global Jam. While it was nice seeing new and international faces showing up and introducing newcomers to advanced Launchpad usage, my main attraction of the day was Daniel Holbach&#8217;s &#8230; <a href="http://www.screenage.de/blog/2010/08/30/ubuntu-berlin-global-jam-at-c-base-aand-daniel-holbachs-notebook/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.screenage.de/blog/2010/08/30/ubuntu-berlin-global-jam-at-c-base-aand-daniel-holbachs-notebook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
