<?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> &#187; IT</title>
	<atom:link href="http://wwdj.wijndaele.com/category/it/feed/" rel="self" type="application/rss+xml" />
	<link>http://wwdj.wijndaele.com</link>
	<description>Where all think alike, no one thinks very much.</description>
	<lastBuildDate>Wed, 08 Sep 2010 14:27:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Create a custom ESXi image for your RAID Driver &#124; 3ware 9750 SAS RAID</title>
		<link>http://wwdj.wijndaele.com/create-a-custom-esxi-image-for-your-raid-driver-3ware-9750-sas-raid/</link>
		<comments>http://wwdj.wijndaele.com/create-a-custom-esxi-image-for-your-raid-driver-3ware-9750-sas-raid/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 09:20:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://wwdj.wijndaele.com/?p=392</guid>
		<description><![CDATA[Situation : I have a new server with following RAID card : 3ware 9750 SAS I would like to run ESXi on it but my RAID card is not supported by VMWare Since I have only one partition , I need to modify the original ESXi iso with my own RAID driver in order to [...]]]></description>
			<content:encoded><![CDATA[<p>Situation :</p>
<p>I have a new server with following RAID card : 3ware 9750 SAS<br />
I would like to run ESXi on it but my RAID card is not supported by VMWare <img src='http://wwdj.wijndaele.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Since I have only one partition , I need to modify the original ESXi iso with my own RAID driver in order to be able to install ESXi on my server..</p>
<p>It&#8217;s easy , follow the next three steps :</p>
<p><strong>Step 1 &#8211; Extract the 3ware 9750 SAS RAID-driver</strong></p>
<ul>
<li>Please go to <a href="http://www.vmware.com/support/vsphere4/doc/drivercd/esx-scsi-3w-sas_400.3.26.00.001vm40.html ">the following url</a> and download the iso on a linux server</li>
<li>Mount that iso :
<ul>
<li>mount -o loop /tmp/vmware-esx-drivers-scsi-3w-sas_400.3.26.00.001vm40-1.0.4.00000.229230.iso /media/</li>
</ul>
</li>
</ul>
<ul>
<li>Copy the rpm from that iso to /tmp
<ul>
<li>cp /media/.rpm/vmware-esx-drivers-scsi-3w-sas-400.3.26.00.001vm40-1.0.4.00000.x86_64.rpm /tmp/</li>
</ul>
</li>
<li>Extract the content from that rpm without installing it
<ul>
<li>cd /tmp</li>
<li>rpm2cpio /tmp/vmware-esx-drivers-scsi-3w-sas-400.3.26.00.001vm40-1.0.4.00000.x86_64.rpm | cpio -idmv<br />
(the following is the one that we are interested in : usr/lib/vmware/vmkmod/3w-sas.o</li>
</ul>
</li>
</ul>
<p><strong>Step 2 &#8211; Create your custom oem.tgz file</strong></p>
<ul>
<li>Make it yourself easy and get an already existing oem.tgz ( eg mine :  <a href="../wp-content/uploads/2010/09/oem-9750.tgz">oem-9750.tgz </a> )<br />
That way you already have the proper files and directories in place.</li>
<li>Extract that tgz file in an new temporarily directory (eg:  /tmp/oem)
<ul>
<li>tar xvzf oem-9750.tgz</li>
</ul>
</li>
<li>cp that &#8220;.o file&#8221; from step 1 to the following dir : /tmp/oem/usr/lib/vmware/vmkmod/3w-sas.o</li>
<li>Next, adjust the pci.ids file
<ul>
<li>vi /tmp/oem/etc/vmware/pci.idsAdd the PCI ID of your raid card to that file.<br />
In my case :</p>
<ul>
<li>13c1  3ware Inc</li>
<li> 1010  9750 SAS2/SATA-II RAID PCIe(An overview of all PCI ID&#8217;s can be found here: http://pciids.sourceforge.net/pci.ids)</li>
</ul>
</li>
</ul>
</li>
<li>Also adjust the simple.map file
<ul>
<li>vi  /tmp/oem_9750/etc/vmware/simple.map
<ul>
<li>13c1:1010 0000:0000 storage 3w-sas.o</li>
</ul>
</li>
</ul>
</li>
<li>Once that is done create your oem.tgz file :
<ul>
<li>cd /tmp/oem</li>
<li>tar cvzf oem.tgz ./*</li>
</ul>
</li>
</ul>
<p><strong>Step 3 &#8211; Create your custom ISO</strong></p>
<ul>
<li>Download this excellent script from <a href="http://code.google.com/p/mkesxiaio/">mkesxiaio</a> | http://code.google.com/p/mkesxiaio/ on your server
<ul>
<li>cd /tmp/my-cd</li>
<li>wget http://mkesxiaio.googlecode.com/files/mkesxiaio_3.9.9.sh</li>
<li>chmod a+x mkesxiaio_3.9.9.sh</li>
</ul>
</li>
<li>Download the ESXi iso from VMWare ( ESXi 4.1 Installable (CD ISO) to /tmp/my-cd</li>
<li>Copy your custom oem.tgz (Step2) to /tmp/my-cd</li>
<li>Run the script , follow the instructions, use your brains and once you are done your custom  iso will be here:
<ul>
<li>/tmp/my-cd/save/VMware_esxi_custom_4.1_oem.iso</li>
</ul>
</li>
</ul>
<p>If you have questions ,feel free to leave a comment <a href="http://wp.me/plh1n-6k">here </a>and if possible I will try to assist you!</p>
<p>Note : I spend quite some time on this issue during my work as an operation manager @ nomadesk  -<a href="http://www.nomadesk.com"> The easiest and most secure way to share, synchronize and backup files wherever you are, online or offline!</a> So thank you for that!</p>
]]></content:encoded>
			<wfw:commentRss>http://wwdj.wijndaele.com/create-a-custom-esxi-image-for-your-raid-driver-3ware-9750-sas-raid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write your own twitter mashup using the Twitter API</title>
		<link>http://wwdj.wijndaele.com/write-your-own-twitter-mashup-using-the-twitter-api/</link>
		<comments>http://wwdj.wijndaele.com/write-your-own-twitter-mashup-using-the-twitter-api/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 19:07:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://wwdj.wijndaele.com/?p=372</guid>
		<description><![CDATA[Thinking about writing your own twitter mashup using php ? But you don&#8217;t know how to get started ? It&#8217;s easy , just download the following twitter wrapping class for PHP and have a look at the example code below : This code will print out the latest replies you have received on twitter &#60;? [...]]]></description>
			<content:encoded><![CDATA[<p>Thinking about writing your own <a href="http://twitter.com/wwdj">twitter</a> mashup using <a href="http://php.net">php </a>? But you don&#8217;t know how to get started ?</p>
<p>It&#8217;s easy , just download the following <a href="http://classes.verkoyen.eu/twitter/">twitter wrapping class for PHP</a> and have a look at the example code below :</p>
<p>This code will print out the latest replies you have received on twitter</p>
<blockquote><p>&lt;?<br />
require_once(&#8220;lib/phpTwitter/twitter.php&#8221;);</p>
<p>$t = new twitter(&#8216;YOUR_USERNAME&#8217;,'YOUR_PASSWORD&#8217;);</p>
<p>echo&#8217;&lt;pre&gt;&#8217;;</p>
<p>$replies = $t-&gt;getReplies() ;<br />
for ($i = 0; $i &lt; $count; $i++) {</p>
<p>$reply = $replies[$i][text];<br />
echo $reply;<br />
echo &#8220;&lt;/br&gt;&lt;/br&gt;&lt;/br&gt;&lt;/br&gt;&#8221;;</p>
<p>}<br />
// Print out the complete replies array<br />
//print_r( $replies );</p>
<p>echo&#8217;&lt;/pre&gt;&#8217;;</p>
<p>?&gt;</p></blockquote>
<p>Now you know already how to retrieve and print out your replies, then it will be only a matter of walking through <a href="http://twitter.com/tijsverkoyen">Tijs</a> his class to know what else you can do with his wrapper(class)!</p>
<p>Eg :</p>
<ul>
<li>updateProfileImage</li>
<li>updateProfile</li>
<li>getFriends</li>
<li>getPublicTimeline</li>
<li>&#8230;</li>
</ul>
<p>I am sure you will have your script running within this and an hour !</p>
<p><em>Note : Formatting code in WP seems like a tough job , so you will have to do it yourself <img src='http://wwdj.wijndaele.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://wwdj.wijndaele.com/write-your-own-twitter-mashup-using-the-twitter-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hattrick &#8211; The New Design VS PsicoTSI / Foxtrick</title>
		<link>http://wwdj.wijndaele.com/hattrick-the-new-design-vs-psicotsi-foxtrick/</link>
		<comments>http://wwdj.wijndaele.com/hattrick-the-new-design-vs-psicotsi-foxtrick/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 16:48:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[hattrick]]></category>
		<category><![CDATA[hattrick psicotso foxtrick chpp]]></category>

		<guid isPermaLink="false">http://wwdj.wijndaele.com/?p=369</guid>
		<description><![CDATA[Since the design of hattrick is renewed recently, it is necessary (again) to upgrade to the latest version of psictsi and foxtrick. Since I am not a Certified Hattrick Product provider , I can only provide you with the url where you can find the latest Firefox extensions &#8230; PsicoTsi Foxtrick If you should have [...]]]></description>
			<content:encoded><![CDATA[<p>Since the design of <a href="http://www.hattrick.org">hattrick </a>is renewed recently, it is necessary (again) to upgrade to the latest version of psictsi and foxtrick. Since I am not a <a href="http://wiki.hattrick.org/CHPP">Certified Hattrick Product provider</a> , I can only provide you with the url where you can find the latest Firefox extensions &#8230;</p>
<ul>
<li><a href="http://www.aldeaglobal.net/psicotsi/xpi/psicotsi-1.0.16_released1_newd.xpi">PsicoTsi</a></li>
<li><a href="http://download.mozdev.org/foxtrick/foxtrick_0.4.0.xpi">Foxtrick</a></li>
</ul>
<p>If you should have any questions regarding the installation of these extensions, don&#8217;t hesitate to leave a comment &#8230;.</p>
<p>Happy Holidays!</p>
]]></content:encoded>
			<wfw:commentRss>http://wwdj.wijndaele.com/hattrick-the-new-design-vs-psicotsi-foxtrick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to monitor PostgreSQL processes</title>
		<link>http://wwdj.wijndaele.com/how-to-monitor-postgresql-processes/</link>
		<comments>http://wwdj.wijndaele.com/how-to-monitor-postgresql-processes/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 20:01:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[processes]]></category>

		<guid isPermaLink="false">http://wwdj.wijndaele.com/?p=365</guid>
		<description><![CDATA[pg_top is &#8216;top&#8217; for PostgreSQL. It is derived from Unix Top. Similar to top, pg_top allows you to monitor PostgreSQL processes. It also allows you to: View currently running SQL statement of a process. View query plan of a currently running SQL statement. View locks held by a process. View user table statistics. View user [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ptop.projects.postgresql.org/">pg_top</a> is &#8216;top&#8217; for PostgreSQL.  It is derived from <a href="http://www.unixtop.org/">Unix Top</a>.  Similar to top, pg_top  allows you to monitor PostgreSQL processes.  It also allows you to:</p>
<ul>
<li>View currently running SQL statement of a process.</li>
<li>View query plan of a currently running SQL statement.</li>
<li>View locks held by a process.</li>
<li>View user table statistics.</li>
<li>View user index statistics.</li>
</ul>
<p>You can download it <a href="http://pgfoundry.org/frs/download.php/1781/pg_top-3.6.2.tar.gz">here&#8230;</a></p>
<p>How to install it :</p>
<ul>
<li>tar xvzf pg_top-3.6.2.tar.gz</li>
<li>yum install postgresql-devel</li>
<li>yum install ncurses-devel</li>
<li>./configure</li>
<li>make</li>
</ul>
<p>A quick example :</p>
<ul>
<li>./pg_top -U username-d database -h localhost -W</li>
</ul>
<p>More information :</p>
<ul>
<li>./pg_top &#8211;help</li>
</ul>
<p><a href="http://ptop.projects.postgresql.org/screenshots/">Screenshots</a></p>
<p>An interestesting slideshare :</p>
<ul>
<li>
<div id="__ss_652646" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="pg_top is 'top' for PostgreSQL: pg_top + pg_proctab" href="http://www.slideshare.net/markwkm/pgtop-is-top-for-postgresql-pgtop-pgproctab-presentation?type=powerpoint">pg_top is &#8216;top&#8217; for PostgreSQL: pg_top + pg_proctab</a><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=west08pgtopintro-1223830912608417-9&amp;stripped_title=pgtop-is-top-for-postgresql-pgtop-pgproctab-presentation" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=west08pgtopintro-1223830912608417-9&amp;stripped_title=pgtop-is-top-for-postgresql-pgtop-pgproctab-presentation" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wwdj.wijndaele.com/how-to-monitor-postgresql-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PsicoTSI Troubles resolved!</title>
		<link>http://wwdj.wijndaele.com/psicotsi-troubles/</link>
		<comments>http://wwdj.wijndaele.com/psicotsi-troubles/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 09:11:24 +0000</pubDate>
		<dc:creator>Stijn Wijndaele</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.wijndaele.com/wwdj/?p=147</guid>
		<description><![CDATA[As you all may have noticed , PsicoTSI isn&#8217;t working anymore due to some changes hattrick made. I will try to contact the original developer asap and I will keep you posted about the current status of this issue! To be continued&#8230;. Update 06/09/2008 : Foxtrick is already fixed, download the latest release here And [...]]]></description>
			<content:encoded><![CDATA[<p>As you all may have noticed , PsicoTSI isn&#8217;t working anymore due to some changes hattrick made.</p>
<p>I will try to contact the original developer asap and I will keep you posted about the current status of this issue!<br />
To be continued&#8230;.</p>
<p>Update 06/09/2008 :</p>
<p><a href="http://download.mozdev.org/foxtrick/foxtrick_0.3.72.xpi">Foxtrick is already fixed, download the latest release here</a></p>
<p><span style="text-decoration: line-through;">And <a href="http://www.wijndaele.com/wwdj/wp-content/psicotsi-1.0.36.xpi">you can download here</a> a fix for PsicoTSI thnx to psicotsi_user :</span></p>
<blockquote><p>I had to delete the extension due to complaints from CHPP<br />
/CHPP-IndianaRed</p></blockquote>
<p>Update 30/09/2008 :</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/7694">A new version has been released , please registrate yourself in order to be able to install the extension</a></p>
<p><a href="http://www.nomadesk.com">Looking for a free virtual fileserver solution , try NomaDesk ?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wwdj.wijndaele.com/psicotsi-troubles/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>MinimizeToTray for Firefox 3 &#124; Minimize to Tray for Firefox 3</title>
		<link>http://wwdj.wijndaele.com/minimizetotray-for-firefox-3-minimize-to-tray-for-firefox-3/</link>
		<comments>http://wwdj.wijndaele.com/minimizetotray-for-firefox-3-minimize-to-tray-for-firefox-3/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 17:51:19 +0000</pubDate>
		<dc:creator>Stijn Wijndaele</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 3]]></category>
		<category><![CDATA[MinimizeToTray]]></category>

		<guid isPermaLink="false">http://www.wijndaele.com/wwdj/?p=140</guid>
		<description><![CDATA[After PsicoTSI for Firefox 3 , I was only missing one extension anymore for Firefox 3 : MinimizeToTray. Thanks to Dicks I found a download link to MinimizeToTray for Firefox.]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.wijndaele.com/wwdj/2008/06/psicotsi-for-firefox-3/">PsicoTSI for Firefox 3</a> , I was only missing one extension anymore for Firefox 3 : MinimizeToTray.</p>
<p>Thanks to Dicks I found a download link to <a href="http://www.myraiko.de/minimizetotray-fx3.xpi">MinimizeToTray for Firefox</a>.</p>
<div id="attachment_141" class="wp-caption alignnone" style="width: 304px"><a href="http://www.wijndaele.com/wwdj/wp-content/alwaysminimizesmall.png"><img class="size-medium wp-image-141" title="alwaysminimizesmall" src="http://www.wijndaele.com/wwdj/wp-content/alwaysminimizesmall.png" alt="MinizeToTray for Firefox 3" width="294" height="145" /></a><p class="wp-caption-text">MinizeToTray for Firefox 3</p></div>
]]></content:encoded>
			<wfw:commentRss>http://wwdj.wijndaele.com/minimizetotray-for-firefox-3-minimize-to-tray-for-firefox-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Backup / Rsync  all your data to Bluehost</title>
		<link>http://wwdj.wijndaele.com/how-to-backup-rsync-all-your-data-to-bluehost/</link>
		<comments>http://wwdj.wijndaele.com/how-to-backup-rsync-all-your-data-to-bluehost/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 19:05:46 +0000</pubDate>
		<dc:creator>Stijn Wijndaele</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.wijndaele.com/wwdj/?p=122</guid>
		<description><![CDATA[Last Saturday I ordered a new domain name at bluehost : http://www.wijndaele.com Why Bluehost (Red marked = The most important for me) : UNLIMITED Hosting Space (NEW!) UNLIMITED File Transfer (NEW!) 2,500 POP/Imap Email Accounts SSH (Secure Shell), SSL, FTP, Stats CGI, Ruby (RoR), Perl, PHP, MySQL, PostgreSQL Free Domain Forever! 24/7 Superb Support And [...]]]></description>
			<content:encoded><![CDATA[<p>Last Saturday I ordered a new domain name at <a href="http://www.bluehost.com">bluehost</a> : <a href="http://www.wijndaele.com">http://www.wijndaele.com</a></p>
<p>Why Bluehost (Red marked = The most important for me) :</p>
<ul>
<li><span style="color: #ff0000;">UNLIMITED </span>Hosting Space (NEW!)</li>
<li><span style="color: #ff0000;">UNLIMITED </span>File Transfer (NEW!)</li>
<li>2,500 POP/<span style="color: #ff0000;">Imap </span>Email Accounts</li>
<li><span style="color: #ff0000;">SSH </span>(Secure Shell), SSL, FTP, Stats</li>
<li>CGI, <span style="color: #ff0000;">Ruby </span>(RoR), Perl, PHP, MySQL, <span style="color: #ff0000;">PostgreSQL</span></li>
<li>Free Domain Forever!</li>
<li><span style="color: #ff0000;">24/7</span> <span style="text-decoration: line-through;">Superb </span>Support</li>
</ul>
<p>And this for (only) 60 €/Yr. (96$/Yr) <img src='http://wwdj.wijndaele.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Because they offer unlimited hosting space I decided to start backing up al my files from <a href="http://www.synology.com/enu/products/DS106j/index.php">my NAS</a> to &#8220;<a href="http://www.wijndaele.com">my webspace</a>&#8220;.</p>
<p>And since you have ssh access , you can use rsync (<a href="http://duplicity.nongnu.org/">or something similar</a>)</p>
<p>First I enabled SSH access on my nas. Then I enabled public-key authentication (<a href="http://www.howtoforge.com/set-up-ssh-with-public-key-authentication-debian-etch">How To</a>) on my wijndaele.com account. When that was done I wrote the following script (combination of scripts I found on inet) and I placed it on to my NAS :</p>
<blockquote>
<pre># This script does personal backups to a rsync backup server.</pre>
<pre># directory to backup
BDIR=/volume1/photo/</pre>
<pre># excludes file - this contains a wildcard pattern per line of files to exclude
EXCLUDES=/volume1/NetBackup/backup.exclude</pre>
<pre># the name of the backup machine
BSERVER=YOUR_USERNAME@YOUR_IP</pre>
<pre>TODAY=`date '+%Y-%m-%d'`</pre>
<pre># remote directory where we would like to backup our data to
RBDIR=/BACKUP</pre>
<pre>#####################################</pre>
<pre>#####################################</pre>
<pre>OPTS="--force --ignore-errors --delete-excluded --exclude-from=$EXCLUDES
--delete --backup --backup-dir=/$BACKUPDIR -avz"</pre>
<pre># now the actual transfer
rsync $OPTS $BDIR $BSERVER:$RBDIR/current</pre>
<pre>ssh $BSERVER 'touch /BACKUP/current ; cp -al /BACKUP/current/* /BACKUP/`date '+%Y-%m-%d'` ; exit';</pre>
</blockquote>
<p>As you can see this is a small script that creates for every day a new subdir on your /BACKUP directory. Also at any time you can find the latest backup in  the following directory : /BACKUP/current</p>
<p>And If you may wonder about the last step :</p>
<blockquote>
<pre>ssh $BSERVER 'touch /BACKUP/current ; cp -al /BACKUP/current/* /BACKUP/`date '+%Y-%m-%d'` ; exit';</pre>
</blockquote>
<p>Here is some more info about it :</p>
<ul>
<blockquote>
<li>I create a remote ssh connection to wijndaele.com (<em>ssh YOUR_USERNAME@YOUR_IP</em>)</li>
<li>I <em>touch /BACKUP/current</em> , that way I know when the last sync took place</li>
<li><em>cp -al /BACKUP/current/* /BACKUP/`date &#8216;+%Y-%m-%d&#8217;`</em> : I create <a href="http://en.wikipedia.org/wiki/Hard_link">a hard link</a> from all the files in /BACKUP/current/* to the Dir of that day (eg /BACKUP/2008-08-04)</li>
<li>When all that is done, I simply close the remote connection!</li>
</blockquote>
</ul>
<p>Download here the backup script : <a href="http://www.wepstek.be//wp/wp-content/uploads/backup.sh">backup.sh</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wwdj.wijndaele.com/how-to-backup-rsync-all-your-data-to-bluehost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Monitor your website (For Free)</title>
		<link>http://wwdj.wijndaele.com/monitor-your-website-for-free/</link>
		<comments>http://wwdj.wijndaele.com/monitor-your-website-for-free/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 18:13:44 +0000</pubDate>
		<dc:creator>Stijn Wijndaele</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[uptime]]></category>
		<category><![CDATA[wwdj]]></category>

		<guid isPermaLink="false">http://www.wijndaele.com/wwdj/?p=115</guid>
		<description><![CDATA[Do you have small website/blog ? Probably the answer is YES! Do you have any clue about the uptime off your site ? NO but it&#8217;s higher then Twitter his uptime! One week ago I asked myself the same question (had the same answers) and I decided to do something about it! So cheap as [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have small website/blog ?</p>
<ul>
<li>Probably the answer is YES!</li>
</ul>
<p>Do you have any clue about the uptime off your site ?</p>
<ul>
<li>NO but it&#8217;s higher then <a href="http://www.pingdom.com/reports/wx4vra365911/check_overview/?name=Twitter.com">Twitter his uptime</a>! <img src='http://wwdj.wijndaele.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ul>
<p>One week ago I asked myself the same question (had the same answers) and I decided to do something about it!</p>
<p>So cheap as I am , I decided to look for free monitoring tools :</p>
<ul>
<li><a href="http://mon.itor.us/">Mon.itor.us</a></li>
<li><a href="http://www.siteuptime.com/free_plan.php">Siteuptime</a></li>
<li><a href="http://www.montastic.com/">Montastic</a></li>
<li><a href="http://ezinedesigner.com/ebiz-monitor.html">Ebiz-Monitor</a></li>
</ul>
<p>I decided to go for option one, <a href="http://mon.itor.us/">Mon.itor.us</a> , since you have a lot of extra options/utilities.</p>
<div id="attachment_116" class="wp-caption alignnone" style="width: 160px"><a href="http://www.wijndaele.com/wwdj/wp-content/monitorus.jpg"><img class="size-thumbnail wp-image-116" title="mon.itor.us" src="http://www.wijndaele.com/wwdj/wp-content/monitorus-150x150.jpg" alt="mon.itor.us" width="150" height="150" /></a><p class="wp-caption-text">mon.itor.us</p></div>
<p>If you think I made the wrong choice , feel free to add some suggestions, arguments,&#8230;</p>
<p>And If you are willing to pay a small amount, check out <a href="http://www.pingdom.com/">Pingdom</a>!</p>
<p><a href="http://mon.itor.us"><img title="Mon.itor.us - Free website, server &amp; network monitoring tool" src="http://images.mon.itor.us/monitorus110x42-grey4.png" border="0" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wwdj.wijndaele.com/monitor-your-website-for-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux &#124; Rebuild an existing package / rpm</title>
		<link>http://wwdj.wijndaele.com/linux-rebuild-an-existing-package-rpm/</link>
		<comments>http://wwdj.wijndaele.com/linux-rebuild-an-existing-package-rpm/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 18:58:03 +0000</pubDate>
		<dc:creator>Stijn Wijndaele</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.wijndaele.com/wwdj/?p=114</guid>
		<description><![CDATA[You&#8217;ve installed an RPM on a server a while ago and now you are migrating to another server. And you don&#8217;t want to re-configure everything?Or you can&#8217;t retrieve/find that RPM anymore ? Then I know a perfect tool for you : RpmRebuild. What is it : rpmrebuild is a tool to build an RPM file [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve installed an RPM on a server a while ago and now you are migrating to another server. And you don&#8217;t want to re-configure everything?Or you can&#8217;t retrieve/find that RPM anymore ?</p>
<p>Then I know a perfect tool for you : <a href="http://rpmrebuild.sourceforge.net/main.html">RpmRebuild</a>.</p>
<p>What is it :</p>
<blockquote><p>rpmrebuild is a tool to build an RPM file from a package that has already been installed<br />
in a basic use, rpmrebuild use do not require any rpm building knowledge<br />
(On debian, the equivalent product is dpkg-repack)</p></blockquote>
<p>How to use this :</p>
<p style="padding-left: 30px;">#yum install rpmrebuild</p>
<p style="padding-left: 30px;">#rpmrebuild packagename</p>
<p>I never knew this existed untill one week ago, but know that I know. Damn so handy! <img src='http://wwdj.wijndaele.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://wwdj.wijndaele.com/linux-rebuild-an-existing-package-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PsicoTSI for Firefox 3</title>
		<link>http://wwdj.wijndaele.com/psicotsi-for-firefox-3/</link>
		<comments>http://wwdj.wijndaele.com/psicotsi-for-firefox-3/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 17:56:47 +0000</pubDate>
		<dc:creator>Stijn Wijndaele</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox3.0]]></category>
		<category><![CDATA[hattrick]]></category>
		<category><![CDATA[psicotsi]]></category>

		<guid isPermaLink="false">http://www.wijndaele.com/wwdj/?p=108</guid>
		<description><![CDATA[Since I am a huge hattrick fan I use the following Firefox extensions to help me out with making the correct decisions : Foxtrick PsicoTSI But since the upgrade of firefox to version 3.0 PsicoTSI isn&#8217;t working anymore so I decided to take a look at it and I made it compatible for firefox 3.0. [...]]]></description>
			<content:encoded><![CDATA[<p>Since I am a huge <a href="http://hattrick.org/Common/default.asp">hattrick </a>fan I use the following Firefox extensions to help me out with making the correct decisions :</p>
<ul>
<li><a href="http://foxtrick.px.cz/">Foxtrick</a></li>
<li><a href="http://www.aldeaglobal.net/psicotsi/">PsicoTSI</a></li>
</ul>
<p>But since the <a href="http://www.mozilla-europe.org/en/firefox/">upgrade of firefox</a> to version 3.0 PsicoTSI isn&#8217;t working anymore so I decided to take a look at it and I made it compatible for firefox 3.0.</p>
<p>So here can you download <a href="https://addons.mozilla.org/en-US/firefox/addon/7694">psicotsi_te_1.0.12.xpi</a> for FF 3.0</p>
<p><span style="text-decoration: line-through;"><a href="http://www.wijndaele.com/wwdj/wp-content/psicotsi-1.0.36.xpi">Or if you don&#8217;t want to registrate yourself &#8230;</a> (updated on 06/09/2008)</span></p>
<blockquote><p>Again, you are providing an unofficial version of PsicoTSI at http://www.wijndaele.com/wwdj/2008/09/psicotsi-troubles/</p>
<p>Please remove this version promptly or we will be forced to refer you to the GMs, who could lock your team.</p>
<p>Regards<br />
/CHPP-IndianaRed</p></blockquote>
<p>How can you install this extension :</p>
<ol>
<li>Download the <strong>xpi </strong>file and drag it on to your firefox window</li>
</ol>
<p>Now you should be able to install and use it!</p>
<p>And if you feel into it, you can always buy me a beer for the effort that I&#8217;ve put in it <img src='http://wwdj.wijndaele.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href="http://www.nomadesk.com">Looking for a free virtual fileserver solution , try NomaDesk ? </a></p>
<p>Update : 05/09/2008</p>
<p><a href="http://www.wijndaele.com/wwdj/2008/09/psicotsi-troubles/">More info on the current PsicoTSI Problem can be found here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wwdj.wijndaele.com/psicotsi-for-firefox-3/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>
