<?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>FLX</title>
	<atom:link href="http://flx.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://flx.me</link>
	<description>rambles, code and science!</description>
	<lastBuildDate>Tue, 09 Mar 2010 12:47:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MiniPedia Released</title>
		<link>http://flx.me/minipedia-released/</link>
		<comments>http://flx.me/minipedia-released/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 21:29:46 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[minipedia]]></category>
		<category><![CDATA[tiddlywiki]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://flx.me/?p=632</guid>
		<description><![CDATA[The first public version of MiniPedia has been released! It&#8217;s something I&#8217;ve been working on for a long while. I wanted something portable and small like TiddlyWiki, but more of the behavior and looks of MediaWiki (the software that runs Wikipedia).
Anyway, I finally had the time to release the first version after lots of private [...]]]></description>
			<content:encoded><![CDATA[<p>The first public version of <a href="/minipedia">MiniPedia</a> has been released! It&#8217;s something I&#8217;ve been working on for a long while. I wanted something portable and small like <a href="http://tiddlywiki.com">TiddlyWiki</a>, but more of the behavior and looks of <a href="http://mediawiki.com">MediaWiki</a> (the software that runs <a href="http://wikipedia.org">Wikipedia</a>).</p>
<p>Anyway, I finally had the time to release the first version after lots of private beta testing. Be sure to give it a spin: <a href="/minipedia">MiniPedia</a></p>
<p>Postscriptum: I&#8217;ve started working on a new project, a sneak preview <a href="http://www.youtube.com/watch?v=xH7WZocEGhE">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/minipedia-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Palindrome Day!</title>
		<link>http://flx.me/happy-palindrome-day/</link>
		<comments>http://flx.me/happy-palindrome-day/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 07:01:30 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://flx.me/?p=588</guid>
		<description><![CDATA[01-02-2010
Since our country use the dd/mm/yyyy date format today is a palindrome!
I hope you all enjoy your stressed desserts today ;)
]]></description>
			<content:encoded><![CDATA[<p><strong>01-02-2010</strong><br />
Since our country use the dd/mm/yyyy date format today is a palindrome!<br />
I hope you all enjoy your stressed desserts today ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/happy-palindrome-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line snippet of the week: 3</title>
		<link>http://flx.me/command-line-snippet-of-the-week-3/</link>
		<comments>http://flx.me/command-line-snippet-of-the-week-3/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 13:59:35 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Code Snippet of the Week]]></category>

		<guid isPermaLink="false">http://flx.me/?p=597</guid>
		<description><![CDATA[Wouldn&#8217;t it be nice to check if a program is running? You can do that and make it start conditionally if it isn&#8217;t running. Very handy for service daemons that always need to be running. Can be used with cron as well:

ps -C servicedaemon &#124;&#124; &#123; servicedaemon &#38; &#125;

Replace servicedaemon with your own process that [...]]]></description>
			<content:encoded><![CDATA[<p>Wouldn&#8217;t it be nice to check if a program is running? You can do that and make it start conditionally if it isn&#8217;t running. Very handy for service daemons that always need to be running. Can be used with cron as well:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-C</span> servicedaemon <span style="color: #000000; font-weight: bold;">||</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span> servicedaemon <span style="color: #000000; font-weight: bold;">&amp;</span> <span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>

<p>Replace<strong> servicedaemon</strong> with your own process that needs to be checked. The second servicedaemon value describes what program it needs to start if it&#8217;s not running.</p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/command-line-snippet-of-the-week-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line snippet of the week: 2</title>
		<link>http://flx.me/command-line-snippet-of-the-week-2/</link>
		<comments>http://flx.me/command-line-snippet-of-the-week-2/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:34:47 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Code Snippet of the Week]]></category>

		<guid isPermaLink="false">http://flx.me/?p=593</guid>
		<description><![CDATA[The snippet this week will be about copying arguments without retyping everything. It would be easier to show you how this works:

$ cd /home/user/flx
cd: /home/user/flx: No such file or directory
$ mkdir !*
mkdir /home/user/flx

By using !* it repeats all arguments previously used. If you only want to use the second argument for example, you use !:2.
]]></description>
			<content:encoded><![CDATA[<p>The snippet this week will be about copying arguments without retyping everything. It would be easier to show you how this works:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>user<span style="color: #000000; font-weight: bold;">/</span>flx
<span style="color: #7a0874; font-weight: bold;">cd</span>: <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>user<span style="color: #000000; font-weight: bold;">/</span>flx: No such <span style="color: #c20cb9; font-weight: bold;">file</span> or directory
$ <span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">!*</span>
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>user<span style="color: #000000; font-weight: bold;">/</span>flx</pre></div></div>

<p>By using <strong>!*</strong> it repeats all arguments previously used. If you only want to use the second argument for example, you use <strong>!:2</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/command-line-snippet-of-the-week-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BackTrack 4 Final Release</title>
		<link>http://flx.me/backtrack-4-final-release/</link>
		<comments>http://flx.me/backtrack-4-final-release/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 12:31:15 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://flx.me/?p=600</guid>
		<description><![CDATA[One of the more popular pentest distro&#8217;s just got updated to version 4.
BackTrack 4 (codenamed “pwnsauce”) is based on Debian includes a new kernel, a larger and expanded toolset repository, custom tools that you can only find on BackTrack, and more importantly, fixes to most major bugs that we knew of. 
Direct Link
Torrent
]]></description>
			<content:encoded><![CDATA[<p>One of the more popular pentest distro&#8217;s just got updated to version 4.</p>
<p><a href="http://www.backtrack-linux.org/">BackTrack 4</a> (codenamed “pwnsauce”) is based on <a href="http://www.debian.org">Debian</a> includes a new kernel, a larger and expanded toolset repository, custom tools that you can only find on BackTrack, and more importantly, fixes to most major bugs that we knew of. </p>
<p><a href="http://www.backtrack-linux.org/download.php?fname=bt4f">Direct Link</a><br />
<a href="http://www.backtrack-linux.org/bt4-final.iso.torrent">Torrent</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/backtrack-4-final-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line snippet of the week: 1</title>
		<link>http://flx.me/command-line-snippet-of-the-week-1/</link>
		<comments>http://flx.me/command-line-snippet-of-the-week-1/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 13:32:15 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Code Snippet of the Week]]></category>

		<guid isPermaLink="false">http://flx.me/?p=590</guid>
		<description><![CDATA[New year, new snippets! Belated good wishes from me as well :-)
Anyway, this week&#8217;s snippet is on basic steganography. In this case we would like to hide a rar file in a image, we can do that by doing the following:

cat picture.png archive.rar &#62; hidden_archive_in_pic.png

This will create a valid png image for viewing with a [...]]]></description>
			<content:encoded><![CDATA[<p>New year, new snippets! Belated good wishes from me as well :-)</p>
<p>Anyway, this week&#8217;s snippet is on basic <a href="http://en.wikipedia.org/wiki/Steganography">steganography</a>. In this case we would like to hide a rar file in a image, we can do that by doing the following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cat</span> picture.png archive.rar <span style="color: #000000; font-weight: bold;">&gt;</span> hidden_archive_in_pic.png</pre></div></div>

<p>This will create a valid png image for viewing with a secret rar file inside!<br />
When you want to retrieve the hidden files, download the image, rename to .rar and extract.</p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/command-line-snippet-of-the-week-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line snippet of the week: 53</title>
		<link>http://flx.me/command-line-snippet-of-the-week-53/</link>
		<comments>http://flx.me/command-line-snippet-of-the-week-53/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 14:00:39 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Code Snippet of the Week]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://flx.me/?p=303</guid>
		<description><![CDATA[Last one of this year!
Need to mass extract several RAR archives from different folders? Create a file called &#8220;massunrar&#8221; in /usr/bin and paste the following content:

find . -type f -name *.r01 -exec unrar e &#123;&#125; \;
find . -type f -name *.part01.rar -exec unrar e &#123;&#125; \;
echo &#34;Found files:&#34;
find . -type f -name *.r01
find . -type [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Last one of this year!</strong></p>
<p style="text-align: left;">Need to mass extract several RAR archives from different folders? Create a file called &#8220;massunrar&#8221; in /usr/bin and paste the following content:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-type</span> f <span style="color: #660033;">-name</span> <span style="color: #000000; font-weight: bold;">*</span>.r01 <span style="color: #660033;">-exec</span> unrar e <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-type</span> f <span style="color: #660033;">-name</span> <span style="color: #000000; font-weight: bold;">*</span>.part01.rar <span style="color: #660033;">-exec</span> unrar e <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Found files:&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-type</span> f <span style="color: #660033;">-name</span> <span style="color: #000000; font-weight: bold;">*</span>.r01
<span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-type</span> f <span style="color: #660033;">-name</span> <span style="color: #000000; font-weight: bold;">*</span>.part01.rar</pre></div></div>

<p>Be sure to chmod &#8220;massunrar&#8221; to make it executable:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> +x <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>massunrar</pre></div></div>

<p>Run &#8220;massunrar&#8221; in the parent folder to let it search for rar files in all subdirectories and extract them.<br />
More to follow next year!</p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/command-line-snippet-of-the-week-53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line snippet of the week: 52</title>
		<link>http://flx.me/command-line-snippet-of-the-week-52/</link>
		<comments>http://flx.me/command-line-snippet-of-the-week-52/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 14:00:19 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Code Snippet of the Week]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://flx.me/?p=301</guid>
		<description><![CDATA[Need to have IP location information? Use:

curl -s &#34;http://www.geody.com/geoip.php?ip=$(curl -s icanhazip.com)&#34; &#124; sed '/^IP:/!d;s/&#60;[^&#62;][^&#62;]*&#62;//g'

It returns with your IP information such as:

IP: 13.13.133.713 Location: Amsterdam, NOORD-HOLLAND, Netherlands   &#40;N.V. XS4ALL&#41;

Replace (curl -s icanhazip.com) to show a different IP than your own.
]]></description>
			<content:encoded><![CDATA[<p>Need to have IP location information? Use:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">curl <span style="color: #660033;">-s</span> <span style="color: #ff0000;">&quot;http://www.geody.com/geoip.php?ip=<span style="color: #007800;">$(curl -s icanhazip.com)</span>&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'/^IP:/!d;s/&lt;[^&gt;][^&gt;]*&gt;//g'</span></pre></div></div>

<p>It returns with your IP information such as:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">IP: 13.13.133.713 Location: Amsterdam, NOORD-HOLLAND, Netherlands   <span style="color: #7a0874; font-weight: bold;">&#40;</span>N.V. XS4ALL<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>Replace <em><strong>(curl -s icanhazip.com)</strong></em> to show a different IP than your own.</p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/command-line-snippet-of-the-week-52/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command line snippet of the week: 51</title>
		<link>http://flx.me/command-line-snippet-of-the-week-51/</link>
		<comments>http://flx.me/command-line-snippet-of-the-week-51/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 14:00:23 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Code Snippet of the Week]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://flx.me/?p=297</guid>
		<description><![CDATA[Need to empty a file fast? Try:

&#62; file.txt

Shortest emptier in town!
]]></description>
			<content:encoded><![CDATA[<p>Need to empty a file fast? Try:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&gt;</span> file.txt</pre></div></div>

<p>Shortest emptier in town!</p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/command-line-snippet-of-the-week-51/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HardeMaandelijkseMegaMix December</title>
		<link>http://flx.me/hardemaandelijksemegamix-december/</link>
		<comments>http://flx.me/hardemaandelijksemegamix-december/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 00:18:34 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://flx.me/?p=543</guid>
		<description><![CDATA[In my spare time I like to mix music, I do this using my Vestax VCI-100 in combination with Traktor. Due to my laziness I normally don&#8217;t save any of the work I make, but it might be a nice idea to have a mix with the hottest electro/progressive house/minimal each month.
Therefore I present the [...]]]></description>
			<content:encoded><![CDATA[<p>In my spare time I like to mix music, I do this using my <a href="http://www.vestax.com/v/products/players/vci100.html" target="_blank">Vestax VCI-100</a> in combination with <a href="http://www.native-instruments.com/#/en/products/dj/traktor-pro/" target="_blank">Traktor</a>. Due to my laziness I normally don&#8217;t save any of the work I make, but it might be a nice idea to have a mix with the hottest electro/progressive house/minimal each month.</p>
<p>Therefore I present the HardeMaandelijkeMegaMix or: Hard Monthly Mega Mix (Hmmm for short, best name I could think of)</p>
<p>You can find my first monthly mix (01:08:14) beyond the jump, let me know if you like it!<br />
<span id="more-543"></span><br />
<div class="ssg-gplayer" style="width:616px;">
								<script type="text/javascript">
									swfobject.registerObject("ssg_gplayer_object-0543", "9.0.0", "http://flx.me/wp-content/plugins/ssg-wordpress-google-audio-player/swfobject/expressInstall.swf");
								</script>
								<span class="title">Download <a href="http://flx.me/music_repo/HardeMaandelijkseMegaMix-12-09.mp3">HardeMaandelijkseMegaMix December by FLX</a></span>
								
								<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="616" height="27" id="ssg_gplayer_object-0">
									<param name="movie" value="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://flx.me/music_repo/HardeMaandelijkseMegaMix-12-09.mp3" />
									<!--[if !IE]>-->
									<object type="application/x-shockwave-flash" data="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://flx.me/music_repo/HardeMaandelijkseMegaMix-12-09.mp3" width="616" height="27">
									<!--<![endif]-->
										<a href="http://www.adobe.com/go/getflashplayer">
											<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
										</a>
									<!--[if !IE]>-->
									</object>
									<!--<![endif]-->
								</object>
								
							</div>
</p>
<p><br/></p>
<p>Tracklist:</p>
<ol>
<li>Starkillers &#8211; Bitch Ass Trick (Original Vocal Mix)</li>
<li>Neuroxyde &#8211; Doomwork &#8211; Jazzy Stuff</li>
<li>Pryda &#8211; Alfon</li>
<li>Hatiras &#8211; Granny Grams (Original Vocal Mix)</li>
<li>David Guetta &#8211; Sexy Bitch (Featuring Akon)</li>
<li>Wolfgang Gartner &#8211; Latin Fever (Original Mix)</li>
<li>Tiger Stripes &#8211; Alma (Original Mix)</li>
<li>Mini Mode-Process (Manuel De La Mare Luigi Rocca Marshall Remix)</li>
<li>Sawgood &#8211; Ctrl Ur Brain Calvertrons (Jedi Mind Trick Mix)</li>
<li>Doomwork &#8211; Isla</li>
<li>Alex Kenji &#8211; Tropical Chicks (Original Mix)</li>
<li>Santiago Bushido Colette &#8211; Make Me Feel</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/hardemaandelijksemegamix-december/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://flx.me/music_repo/HardeMaandelijkseMegaMix-12-09.mp3" length="163783569" type="audio/mpeg" />
		</item>
	</channel>
</rss>
