<?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>Osiblog &#187; ubuntu server</title>
	<atom:link href="http://www.basvandijk.eu/tag/ubuntu-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.basvandijk.eu</link>
	<description>Be curious.</description>
	<lastBuildDate>Sat, 19 Nov 2011 15:47:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ubuntu server persistent auto reconnecting PPTP VPN connection</title>
		<link>http://www.basvandijk.eu/2011/05/12/ubuntu-server-persistent-auto-reconnecting-pptp-vpn-connection/</link>
		<comments>http://www.basvandijk.eu/2011/05/12/ubuntu-server-persistent-auto-reconnecting-pptp-vpn-connection/#comments</comments>
		<pubDate>Thu, 12 May 2011 09:54:55 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu server]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=1121</guid>
		<description><![CDATA[I have set up a PPTP VPN client on my Ubuntu server. Unfortunately when the server reboots, the connection goes down and stays down. After a long search I found a solution on this website. It is simple bash script, which checks if the VPN server (which had the VPN ip of 10.8.3.0) is pingable. [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2011/05/12/ubuntu-server-persistent-auto-reconnecting-pptp-vpn-connection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Server monitoring using Munin</title>
		<link>http://www.basvandijk.eu/2011/04/27/server-monitoring-using-munin/</link>
		<comments>http://www.basvandijk.eu/2011/04/27/server-monitoring-using-munin/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 11:37:56 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=1111</guid>
		<description><![CDATA[Munin is a networked server monitoring tool written in Perl. Munin consists of two parts: the Munin server and Munin nodes. The nodes are running on the servers we want to monitor, while the server periodically (5 minutes by default) fetches the data from all of the registered nodes. The server is a able to [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2011/04/27/server-monitoring-using-munin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start Subversion (SVN) automatically when Ubuntu server boots</title>
		<link>http://www.basvandijk.eu/2010/05/31/start-subversion-svn-automatically-when-ubuntu-server-boots/</link>
		<comments>http://www.basvandijk.eu/2010/05/31/start-subversion-svn-automatically-when-ubuntu-server-boots/#comments</comments>
		<pubDate>Mon, 31 May 2010 11:04:16 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=941</guid>
		<description><![CDATA[It turned out my Ubuntu server does not start Subversion automatically on boot. I found this website with instructions how to create a startup script. Create a file called &#8220;svnserve&#8221; in the /etc/init.d folder $ sudo nano /etc/init.d/svnserve Add the following line to this script in order to start the Subversion server: svnserve -d --root [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2010/05/31/start-subversion-svn-automatically-when-ubuntu-server-boots/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Readout sensors of an EEE Box running Ubuntu server</title>
		<link>http://www.basvandijk.eu/2009/08/11/readout-sensors-of-an-eee-box-running-ubuntu-server/</link>
		<comments>http://www.basvandijk.eu/2009/08/11/readout-sensors-of-an-eee-box-running-ubuntu-server/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 12:10:17 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[eee box]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=629</guid>
		<description><![CDATA[Quintin, a friend of mine, showed me a way to readout the sensors of my EEE Box in Ubuntu server. The first step is to install the lm-sensors package $ sudo apt-get install lm-sensors Then you need to load the w83627ehf kernel module using $ sudo modprobe w83627ehf In order to have your sensors detected [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/08/11/readout-sensors-of-an-eee-box-running-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVPN on Ubuntu server for OSX clients tutorial</title>
		<link>http://www.basvandijk.eu/2009/01/27/openvpn-on-ubuntu-server-for-osx-clients-tutorial/</link>
		<comments>http://www.basvandijk.eu/2009/01/27/openvpn-on-ubuntu-server-for-osx-clients-tutorial/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 09:27:18 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[External links]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[eee box]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu server]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=266</guid>
		<description><![CDATA[I have three computers: MacBook Pro, Netbook and a PC. They all have their own data. It would be very nice if I had all my files on just one location (e.g. my server). The only problem is: how do I access these files in a secure way. SSH is an option, but does not [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/01/27/openvpn-on-ubuntu-server-for-osx-clients-tutorial/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
