<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Marius van Witzenburg</title>
	<link>http://mariusvw.com</link>
	<description>&#34;Learned my lesson in life, now setting my action to stay in life.&#34;</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:53:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>List only directories on the command-line or in your scripts.</title>
		<description><![CDATA[Here you have some different ways of showing only the directories on a path you specify.
This can be used in different other languages such as PHP with shell_exec for example.

ls -l /shares/ &#124; grep "^d" &#124; awk '{ print $9 }'
find /shares/ -maxdepth 1 -mindepth 1 -type d &#124; sed 's/.\///g'
find /shares/ -maxdepth 1 -mindepth [...]]]></description>
		<link>http://mariusvw.com/2010/03/10/list-only-directories-on-the-command-line-or-in-your-scripts/</link>
			</item>
	<item>
		<title>Found an old image of a pipe I made&#8230; Toke &#8216;n smoke.</title>
		<description><![CDATA[Found this picture in an old mail and I thought why not&#8230; Lets share  

]]></description>
		<link>http://mariusvw.com/2010/03/09/found-an-old-image-of-a-pipe-i-made-toke-n-smoke/</link>
			</item>
	<item>
		<title>Using fstab to automatically mount samba drives</title>
		<description><![CDATA[Using fstab to automatically mount samba drives from for example a WD ShareStore drive with CIFS and SMB share support.
My configuration runs on FreeBSD 7.
First put your password information into a special tiny file /etc/nsmb.conf

[SERVER]
addr=192.168.1.5
[SERVER:USER1]
password=PASS1
[SERVER:USER2]
password=PASS2

Next you want to add these to /etc/fstab to auto mount:

# Mount shares
//server@user1/administration    /mnt/server/downloads    smbfs [...]]]></description>
		<link>http://mariusvw.com/2010/03/04/using-fstab-to-automatically-mount-samba-drives/</link>
			</item>
	<item>
		<title>Easy replace php short open tags with long php open tags.</title>
		<description><![CDATA[I wrote a quite simple script to fix short open tags to long open tags.
This script is compatible with CakePHP 1.1 and 1.2, on request  
Have fun using it!
I suggest saving this file to /usr/local/bin/php_fix_short_open_tag

#!/bin/sh
# Written by Marius van Witzenburg 
path="."
if [ ! -z "$1" ] &#038;&#038; [ -d "$1" ]
then
    [...]]]></description>
		<link>http://mariusvw.com/2010/03/03/easy-replace-php-short-open-tags-with-long-php-open-tags/</link>
			</item>
	<item>
		<title>Shellproxy, an easy tool to run shell commands from PHP or other languages.</title>
		<description><![CDATA[This is a simple script that runs a shell command from PHP with the function system().
It sometimes happens that a command doesn&#8217;t close the stdin or stdout, resulting the system() function to halt and wait for it to finish&#8230;
This causes PHP to reach the 30 second time limit and kill the script.
This script runs it [...]]]></description>
		<link>http://mariusvw.com/2010/03/02/shellproxy-an-easy-tool-to-run-shell-commands-from-php-or-other-languages/</link>
			</item>
	<item>
		<title>project: www.slagboomvld.nl</title>
		<description><![CDATA[We finished the website of Slagboom Vlaardingen.
Its viewable at http://www.slagboomvld.nl
In the gallery below the left one is the old design and the right side is the new design.
Design &#038; Development by PersC
]]></description>
		<link>http://mariusvw.com/2010/03/01/project-www-slagboomvld-nl/</link>
			</item>
	<item>
		<title>OMNIA Sleeveless Hoody pictures</title>
		<description><![CDATA[One of the limited Sleeveless Hoodies from the OMNIA webshop.
Some of you might know the hoody with the sleeves&#8230;
They were dropped off while transporting  
]]></description>
		<link>http://mariusvw.com/2010/02/27/omnia-sleeveless-hoody-pictures/</link>
			</item>
	<item>
		<title>Always fun to get a order with clothes in a fancy box from OMNIA ;-)</title>
		<description><![CDATA[
We received our order last week from the OMNIA webshop.
Thanks Chloe and Monique  
]]></description>
		<link>http://mariusvw.com/2010/02/27/always-fun-to-get-a-order-with-clothes-in-a-fancy-box-from-omnia/</link>
			</item>
	<item>
		<title>Some funny movies using camera stop-motion. Which I like a lot :-)</title>
		<description><![CDATA[T-Shirt War!! (stop-motion music video):

Guitar: Impossible (stop motion music short by MysteryGuitarMan):

I hope you&#8217;ll like them too&#8230;
I especially like the second movie with the guitar. Since I play guitar my self  
The last one is a impressive movie clip of a lady playing the piano with the song &#8216;Chop Suey&#8217;:
http://www.dumpert.nl/mediabase/836441/ed9a8fce/dumpert_muziek.html
]]></description>
		<link>http://mariusvw.com/2010/02/19/some-funny-movies-using-camera-stop-motion-which-i-like-a-lot/</link>
			</item>
	<item>
		<title>Use a sausage as stylus for your iPhone touch screen. (How sick is that?)</title>
		<description><![CDATA[In life I noticed that people use the most weird things to &#8216;invent&#8217; something new&#8230;
In the following post and movie you can read and see how people use a sausage instead of their fingers, cause they use gloves the touch screen doesn&#8217;t work&#8230; This solves that problem&#8230; But on the other hand it raises another [...]]]></description>
		<link>http://mariusvw.com/2010/02/14/use-a-sausage-as-stylus-for-your-iphone-touch-screen-how-sick-is-that/</link>
			</item>
</channel>
</rss>
