<?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>Wolfgang Reutz&#039;s Blog &#187; Sysadmin</title>
	<atom:link href="http://wolfgang.reutz.at/category/sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://wolfgang.reutz.at</link>
	<description></description>
	<lastBuildDate>Thu, 20 Oct 2011 13:50:36 +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>Nagios 3.0.x on Ubuntu Server 10.04 LTS</title>
		<link>http://wolfgang.reutz.at/2010/12/15/nagios-3-0-x-on-ubuntu-server-10-04lts/</link>
		<comments>http://wolfgang.reutz.at/2010/12/15/nagios-3-0-x-on-ubuntu-server-10-04lts/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 08:04:27 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=806</guid>
		<description><![CDATA[install nagios3 packages: ?View Code BASH1 2 3 $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install nagios3 nagios3-doc config files are located in /etc/nagios3 and /etc/nagios3/conf.d configure your contacts and hosts accordingly. what got me crazy was enabling external commands (needed to perform actions in the webinterface like sending alerts or &#8230; </p><p><a class="more-link block-button" href="http://wolfgang.reutz.at/2010/12/15/nagios-3-0-x-on-ubuntu-server-10-04lts/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2010/12/15/nagios-3-0-x-on-ubuntu-server-10-04lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using WordPress with SSL</title>
		<link>http://wolfgang.reutz.at/2010/12/09/using-wordpress-with-ssl/</link>
		<comments>http://wolfgang.reutz.at/2010/12/09/using-wordpress-with-ssl/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 12:13:33 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=802</guid>
		<description><![CDATA[Enable SSL for logins and admin pages in wordpress: http://codex.wordpress.org/Administration_Over_SSL enable SSL on your Apache server: http://osinside.blogspot.com/2007/08/how-to-centos-apache-server-with-ssl.html http://www.debian-administration.org/articles/349 install WordPress HTTPS http://mvied.com/projects/wordpress-https/ check Internal HTTPS Elements check Disable Automatic HTTPS further steps (not tested by me): Enable complete support for SSL on WordPress]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2010/12/09/using-wordpress-with-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to Vim from TextMate</title>
		<link>http://wolfgang.reutz.at/2010/11/24/switching-to-vim-from-textmate/</link>
		<comments>http://wolfgang.reutz.at/2010/11/24/switching-to-vim-from-textmate/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 07:41:57 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=790</guid>
		<description><![CDATA[Based on Daniel Fischer&#8217;s article i document how i switched to Vim from TextMate after using TextMate for several years. Install MacVim download from https://github.com/b4winckler/macvim/ (use latest snapshot) copy MacVim.app to your /Applications directory copy mvim into your path, change into the unzipped downloaded MacVim-snapshot-xx folder in your Terminal and enter: ?View Code BASH1 $ &#8230; </p><p><a class="more-link block-button" href="http://wolfgang.reutz.at/2010/11/24/switching-to-vim-from-textmate/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2010/11/24/switching-to-vim-from-textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting SNMPD to work on Ubuntu</title>
		<link>http://wolfgang.reutz.at/2010/06/22/snmpd-ubuntu/</link>
		<comments>http://wolfgang.reutz.at/2010/06/22/snmpd-ubuntu/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 09:53:16 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=743</guid>
		<description><![CDATA[Setting up snmpd on ubuntu seems easy, but i never got it full working. It was working locally, but not for a cacti setup from another server. The problem was that the default install of snmpd on Ubuntu starts the demon on the loopback interface only, refusing connections from other computers. Edit /etc/default/snmpd to fix &#8230; </p><p><a class="more-link block-button" href="http://wolfgang.reutz.at/2010/06/22/snmpd-ubuntu/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2010/06/22/snmpd-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.6, PHP and MySQL</title>
		<link>http://wolfgang.reutz.at/2010/04/13/mac-os-x-10-6-php-and-mysql/</link>
		<comments>http://wolfgang.reutz.at/2010/04/13/mac-os-x-10-6-php-and-mysql/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 11:53:11 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=682</guid>
		<description><![CDATA[<!--:en-->  <!--:-->]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2010/04/13/mac-os-x-10-6-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable your webserver to feed iPhone with MP4 videos</title>
		<link>http://wolfgang.reutz.at/2010/03/23/mp4-apache-iphone/</link>
		<comments>http://wolfgang.reutz.at/2010/03/23/mp4-apache-iphone/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 10:12:34 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=676</guid>
		<description><![CDATA[I&#8217;m using iPhone OS 3.x on my iPhone and recently i had problems to get my .mp4 files displayed in mobile Safari. I tried different settings for encoding the files but not a single one worked. When i clicked the link to the .mp4 file in mobile Safari, all i got was the &#8220;file can&#8217;t &#8230; </p><p><a class="more-link block-button" href="http://wolfgang.reutz.at/2010/03/23/mp4-apache-iphone/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2010/03/23/mp4-apache-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using CentOS 5.4 as a Webserver</title>
		<link>http://wolfgang.reutz.at/2010/02/01/using-centos-5-4-as-a-webserver/</link>
		<comments>http://wolfgang.reutz.at/2010/02/01/using-centos-5-4-as-a-webserver/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:33:35 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=606</guid>
		<description><![CDATA[The first troubles i ran into was SELinux. For the sake of securing your server, it&#8217;s a good idea to leave it enabled, but it&#8217;s a pain in the ass at the beginning. So start reading the SELinux Manual. rpmforge package repository A lot of useful tools can&#8217;t be found with the yum command, because &#8230; </p><p><a class="more-link block-button" href="http://wolfgang.reutz.at/2010/02/01/using-centos-5-4-as-a-webserver/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2010/02/01/using-centos-5-4-as-a-webserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5: Setting a custom umask</title>
		<link>http://wolfgang.reutz.at/2009/07/21/mac-os-x-10-5-setting-a-custom-umask/</link>
		<comments>http://wolfgang.reutz.at/2009/07/21/mac-os-x-10-5-setting-a-custom-umask/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 14:35:09 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=493</guid>
		<description><![CDATA[umask is a UNIX command to set the default permissions for newly created files and folders. Especially when you have to share your files with other users on your computer or on a network share the default umask of 022 which Mac OS X uses is not very handy, it would be better if all &#8230; </p><p><a class="more-link block-button" href="http://wolfgang.reutz.at/2009/07/21/mac-os-x-10-5-setting-a-custom-umask/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2009/07/21/mac-os-x-10-5-setting-a-custom-umask/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Re-Flash LaFonera with original Firmware</title>
		<link>http://wolfgang.reutz.at/2009/01/03/re-flash-lafonera-with-original-firmware/</link>
		<comments>http://wolfgang.reutz.at/2009/01/03/re-flash-lafonera-with-original-firmware/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 18:01:00 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[fonera]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/blog/?p=152</guid>
		<description><![CDATA[After playing around with my LaFonera and ddWRT i decided to go back to the original LaFonera firmware. I liked ddWRT for it's feature-richness, but as my requirements changed i don't need the router to sit inside the LaFonera and thought it would be good to re-join the fon community ;-)

I found most of the commands to achieve this on Stefano Testi's Blog in this article. I ran into some problems because i tried this on Mac OS X, so i added some steps to this procedure to succeed.]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2009/01/03/re-flash-lafonera-with-original-firmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icecast2 listener statistics script for Cacti</title>
		<link>http://wolfgang.reutz.at/2008/07/25/icecast2-lifistener-statistics-script-for-cacti/</link>
		<comments>http://wolfgang.reutz.at/2008/07/25/icecast2-lifistener-statistics-script-for-cacti/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 14:47:20 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[cacti]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/blog/?p=81</guid>
		<description><![CDATA[I found a script for cacti to monitor the number of current listeners of an icecast2 server. The script was ok, but had a problem that sources where counted as listeners and it only showed the total number of listeners. I did some work on the script and it now has: - show all listeners &#8230; </p><p><a class="more-link block-button" href="http://wolfgang.reutz.at/2008/07/25/icecast2-lifistener-statistics-script-for-cacti/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2008/07/25/icecast2-lifistener-statistics-script-for-cacti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  wolfgang.reutz.at/category/sysadmin/feed/ ) in 1.23561 seconds, on Feb 7th, 2012 at 3:55 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 7th, 2012 at 4:55 pm UTC -->
