<?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; Linux</title>
	<atom:link href="http://www.basvandijk.eu/category/linux/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>Howto install MediaWiki software on Ubuntu Server</title>
		<link>http://www.basvandijk.eu/2011/04/16/howto-install-mediawiki-software-on-ubuntu-server/</link>
		<comments>http://www.basvandijk.eu/2011/04/16/howto-install-mediawiki-software-on-ubuntu-server/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 13:30:29 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=1089</guid>
		<description><![CDATA[This tutorial describes the installation process of MediaWiki on Ubuntu server. We assume you have already MySQL and Apache installed. First we start installing the mediawiki software: $ sudo apt-get install mediawiki Add the following to your /etc/apache2/sites-enabled/000-default file. &#60;VirtualHost *:80&#62; ServerAdmin info@yourdomain.com ServerName wiki.yourdomain.com DocumentRoot /var/lib/mediawiki &#60;Directory /var/lib/mediawiki/&#62; Options +FollowSymLinks AllowOverride All order allow,deny [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2011/04/16/howto-install-mediawiki-software-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing the Cyrus mailserver SQUAT failed error</title>
		<link>http://www.basvandijk.eu/2010/08/09/fixing-the-cyrus-mailserver-squat-failed-error/</link>
		<comments>http://www.basvandijk.eu/2010/08/09/fixing-the-cyrus-mailserver-squat-failed-error/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 15:17:45 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cyrus]]></category>
		<category><![CDATA[mailserver]]></category>
		<category><![CDATA[squat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=1003</guid>
		<description><![CDATA[In my /var/log/mail.log I saw the following error: Aug 6 17:12:58 Nephtys cyrus/imap[6411]: SQUAT failed to open index file Aug 6 17:12:58 Nephtys cyrus/imap[6411]: SQUAT failed In order to fix this execute the following commands: # sudo su cyrus This will make you the cyrus user. Now execute # squatter This will index all your [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2010/08/09/fixing-the-cyrus-mailserver-squat-failed-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide server textfield in Roundcube login screen</title>
		<link>http://www.basvandijk.eu/2010/08/07/hide-server-textfield-in-roundcube-login-screen/</link>
		<comments>http://www.basvandijk.eu/2010/08/07/hide-server-textfield-in-roundcube-login-screen/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 14:52:40 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mailserver]]></category>
		<category><![CDATA[roundcube]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=990</guid>
		<description><![CDATA[When I opened Roundcube, the login screen asked me every time for a server name. This turned out to be pretty annoying since this is localhost all the time. In order to remove this field open /etc/roundcube/main.inc.php in your favorite texteditor and set the property $rcmail_config['default_host'] = &#8216;localhost&#8217;; Refresh your page and the server textbox [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2010/08/07/hide-server-textfield-in-roundcube-login-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enable virtual domains for postfix</title>
		<link>http://www.basvandijk.eu/2010/08/06/enable-virtual-domains-for-postfix/</link>
		<comments>http://www.basvandijk.eu/2010/08/06/enable-virtual-domains-for-postfix/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 12:28:47 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mailserver]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=977</guid>
		<description><![CDATA[Virtual domains can be used to route e-mails from multiple domains to the correct mailboxes. In order to make it work, some changes need to be made. First we need to edit the main.cf (on my Ubuntu server in /etc/postfix/) and add the following lines: virtual_alias_domains = yourdomain.org virtual_alias_maps = hash:/etc/postfix/virtual The first line contains [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2010/08/06/enable-virtual-domains-for-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for postfix lmtp permission denied error</title>
		<link>http://www.basvandijk.eu/2010/08/06/postfix-lmtp-permission-denied-error/</link>
		<comments>http://www.basvandijk.eu/2010/08/06/postfix-lmtp-permission-denied-error/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 09:52:06 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cyrus]]></category>
		<category><![CDATA[mailserver]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=971</guid>
		<description><![CDATA[After checking out my mail logs I had the following error: Aug 6 11:38:52 Nephtys postfix/lmtp[3990]: DD69A18A90C: to=, relay=none, delay=593, delays=593/0.02/0.01/0, dsn=4.4.1, status=deferred (connect to localhost[/var/run/cyrus/socket/lmtp]: Permission denied) I Googled the error but could not find a fix. Finally it turned out that the postfix user was not in the mail group, which could be [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2010/08/06/postfix-lmtp-permission-denied-error/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>Connect from Mac OSX to Ubuntu NFS</title>
		<link>http://www.basvandijk.eu/2010/05/06/connect-from-mac-osx-to-ubuntu-nfs/</link>
		<comments>http://www.basvandijk.eu/2010/05/06/connect-from-mac-osx-to-ubuntu-nfs/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 09:47:16 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=238</guid>
		<description><![CDATA[I noticed that I connect a lot to my server in order to retrieve files, so I thought it would be useful to connect through NFS instead of Samba. Installing NFS on my server was a piece of cake. Just follow this tutorial and you are done. The only thing you need to do then [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2010/05/06/connect-from-mac-osx-to-ubuntu-nfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Cyrus SASL(-13): authentication failure: checkpass failed error</title>
		<link>http://www.basvandijk.eu/2009/10/07/fixing-cyrus-sasl-13-authentication-failure-checkpass-failed-error/</link>
		<comments>http://www.basvandijk.eu/2009/10/07/fixing-cyrus-sasl-13-authentication-failure-checkpass-failed-error/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 14:03:48 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cyrus]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[saslauthd]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=666</guid>
		<description><![CDATA[The last few days I keep having trouble connecting to my imap server running Cyrus. I started to view my syslog when trying to authenticate to the Cyrus server, there was one line interesting: Cyrus SASL(-13): authentication failure: checkpass failed error I thought it should have something to do with the passwords so I tried [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/10/07/fixing-cyrus-sasl-13-authentication-failure-checkpass-failed-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bonjour (mDNS) via OpenVPN on Linux with Avahi-deamon</title>
		<link>http://www.basvandijk.eu/2009/09/16/bonjour-mdns-via-openvpn-on-linux-with-avahi-deamon/</link>
		<comments>http://www.basvandijk.eu/2009/09/16/bonjour-mdns-via-openvpn-on-linux-with-avahi-deamon/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 06:27:05 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[bonjour]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=656</guid>
		<description><![CDATA[Quintin Smits has wrote an interesting article describing how you can make your server appear in Finder as a share even over a VPN.]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/09/16/bonjour-mdns-via-openvpn-on-linux-with-avahi-deamon/feed/</wfw:commentRss>
		<slash:comments>0</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>Set Xubuntu splash</title>
		<link>http://www.basvandijk.eu/2009/07/20/set-xubuntu-splash/</link>
		<comments>http://www.basvandijk.eu/2009/07/20/set-xubuntu-splash/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 11:18:00 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=610</guid>
		<description><![CDATA[I wanted to switch from Kubutu to Xubuntu, this all went fine except the splash screen. The startup splash still was the Kubuntu one. In order to change this to the following: $ sudo update-alternatives &#8211;config usplash-artwork.so Select the option of your Xubuntu splash screen. Reload the spash with: $ sudo dpkg-reconfigure usplash]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/07/20/set-xubuntu-splash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable root login for ssh server in Kubuntu</title>
		<link>http://www.basvandijk.eu/2009/02/13/disable-root-login-for-ssh-server/</link>
		<comments>http://www.basvandijk.eu/2009/02/13/disable-root-login-for-ssh-server/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 12:55:20 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[kubuntu]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=378</guid>
		<description><![CDATA[If you are a hacker, what is the thing you want to be on a Linux System? Root. You can try to access a ssh server with the root user. There is an option in the ssh server configuration which prevents a remote root login. This does not mean you can not become root, it [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/02/13/disable-root-login-for-ssh-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Ubuntu pocket guide and reference</title>
		<link>http://www.basvandijk.eu/2009/02/08/free-ubuntu-pocket-guide-and-reference/</link>
		<comments>http://www.basvandijk.eu/2009/02/08/free-ubuntu-pocket-guide-and-reference/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 09:57:05 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=335</guid>
		<description><![CDATA[Keir Thomas has written a nice ebook called: Ubuntu Pocket Guide and Reference. You can download this ebook for free or order it for $ 9,94 at Amazon. The book is divided in different chapters: Installing Ubuntu Configuring Ubuntu Getting to grips with the desktop Users ans the filesystem Hands-on at the command-line Software management [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/02/08/free-ubuntu-pocket-guide-and-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install vmware-player on Kubuntu</title>
		<link>http://www.basvandijk.eu/2009/02/04/install-vmware-player-on-kubuntu/</link>
		<comments>http://www.basvandijk.eu/2009/02/04/install-vmware-player-on-kubuntu/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 13:25:17 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=355</guid>
		<description><![CDATA[Next semester I need to code some programs for MINIX 3. Since I do not want to install this operating system on one of my machines I decided to use VMWare. The VMWare Player is free, and can be easily installed on Linux. At least that is what I thought&#8230; Since I have installed Kubuntu [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/02/04/install-vmware-player-on-kubuntu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Samsung NC10&#8242;s Kubuntu finally mutes speakers when using headphone</title>
		<link>http://www.basvandijk.eu/2009/01/29/samsung-nc10-kubuntu-finally-mutes-speakers-when-using-headphone/</link>
		<comments>http://www.basvandijk.eu/2009/01/29/samsung-nc10-kubuntu-finally-mutes-speakers-when-using-headphone/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 10:35:36 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[samsung NC10]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=346</guid>
		<description><![CDATA[When I bought my Samsung NC10, I noticed some weird behaviour of the sound card; when I plugged in my headphone the speakers still played sound as well. This morning I updated my Kubuntu running Samsung NC10 with a new kernel: 2.6.27-11-generic. After a reboot  I noticed I finally had a headphone slider in KMixer. [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/01/29/samsung-nc10-kubuntu-finally-mutes-speakers-when-using-headphone/feed/</wfw:commentRss>
		<slash:comments>1</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>
		<item>
		<title>Samsung NC10&#8242;s webcam works on Kubuntu!</title>
		<link>http://www.basvandijk.eu/2009/01/25/samsung-nc10-webcam-works-on-kubuntu/</link>
		<comments>http://www.basvandijk.eu/2009/01/25/samsung-nc10-webcam-works-on-kubuntu/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 10:44:52 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[samsung NC10]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=228</guid>
		<description><![CDATA[Lately I was wondering if my Samsung NC10&#8242;s webcam worked under Kubuntu 8.10. I found this website which shows a tool called luvcview in order to show your webcam video. In order to install luvcview execute the following command: # apt-get install luvcview When the installation is done simply execute: $ luvcview Smile!]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/01/25/samsung-nc10-webcam-works-on-kubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GNU Nano parameters</title>
		<link>http://www.basvandijk.eu/2009/01/19/gnu-nano-parameters/</link>
		<comments>http://www.basvandijk.eu/2009/01/19/gnu-nano-parameters/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 13:50:43 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[GNU nano]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=200</guid>
		<description><![CDATA[I use GNU nano a lot for text file editing in Linux. One of the things annoying was the lack of a cursor position. Many tools prompt with something like: error on line 42. Nano can show the actual cursor position by pressing Ctrl+O, but I want to see it permanently Another annoying issue was [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/01/19/gnu-nano-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync folders between linux servers using rsync</title>
		<link>http://www.basvandijk.eu/2009/01/12/sync-folders-between-linux-servers-using-rsync/</link>
		<comments>http://www.basvandijk.eu/2009/01/12/sync-folders-between-linux-servers-using-rsync/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 09:14:29 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.basvandijk.eu/?p=164</guid>
		<description><![CDATA[I have my netbook, and I have a server. Now I want to sync files between these machines in order to keep a backup of all the documents of my netbook on the server. I found a page which explains how to sync between two servers. With a little tweak I created the command which [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/01/12/sync-folders-between-linux-servers-using-rsync/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Kubuntu 8.10 on a Samsung NC10 (and other cd-rom less devices)</title>
		<link>http://www.basvandijk.eu/2009/01/08/install-kubuntu-on-samsung-nc10/</link>
		<comments>http://www.basvandijk.eu/2009/01/08/install-kubuntu-on-samsung-nc10/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 12:29:07 +0000</pubDate>
		<dc:creator>Bas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[samsung NC10]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://basvandijk.eu/blog/?p=63</guid>
		<description><![CDATA[As posted here I recently bought a Samsung NC10. It comes with Windows XP preinstalled, but I liked to have Kubuntu 8.10 installed as well. The Samsung NC10 is equipped with a 160GB harddisk so there is plenty of space (at least for me). So I started to figure out how I could install Kubuntu [...]]]></description>
		<wfw:commentRss>http://www.basvandijk.eu/2009/01/08/install-kubuntu-on-samsung-nc10/feed/</wfw:commentRss>
		<slash:comments>0</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! -->
