<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>my 2 cents</title>
	<link>http://www.lockergnome.com/sylvarant</link>
	<description>My opinions on tech stuff</description>
	<pubDate>Mon, 28 Apr 2008 14:22:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Making you&#8217;re enum take less place</title>
		<link>http://www.lockergnome.com/sylvarant/2008/04/28/making-youre-enum-take-less-place/</link>
		<comments>http://www.lockergnome.com/sylvarant/2008/04/28/making-youre-enum-take-less-place/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 14:22:47 +0000</pubDate>
		<dc:creator>sylvarant</dc:creator>
		
		<category>C++</category>

		<category>Hacking</category>

		<category>GCC</category>

		<guid isPermaLink="false">http://www.lockergnome.com/sylvarant/2008/04/28/making-youre-enum-take-less-place/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><p>Here&#8217;s a little trick to have you&#8217;re gcc compiler create enum entries of 1 byte instead of the usual 4 bytes,<br />
simply add :  -fshort-enums</p>
<p>to you&#8217;re compiler options, this makes you&#8217;re enums smaller, but does render you&#8217;re code incompatible with code  that wasn&#8217;t created using this option</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/04/19/the-cc-enum-hack/" title="the C,C++ enum hack">the C,C++ enum hack</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/08/i-just-screwed-up-my-mouse/" title="I just screwed up my mouse">I just screwed up my mouse</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/web/2005/07/07/phpmaker-31/" title="PHPMaker 3.1">PHPMaker 3.1</a></li>
																							<li><a href="http://www.lockergnome.com/jfcapasso/2007/12/05/meth-in-your-childs-high-school/" title="Meth In Your Child's High School?">Meth In Your Child's High School?</a></li>
																							<li><a href="http://www.lockergnome.com/it/2006/06/19/dns-and-bind-5th-edition/" title="DNS And BIND, 5th Edition">DNS And BIND, 5th Edition</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/01/20/vent-the-get-it-off-your-chest-portal/" title="Vent - the get it off your chest portal">Vent - the get it off your chest portal</a></li>
																							<li><a href="http://www.lockergnome.com/kevoc2008/2008/07/03/using-halo-to-make-fireworks/" title="Using Halo to Make Fireworks">Using Halo to Make Fireworks</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /><p>Here&#8217;s a little trick to have you&#8217;re gcc compiler create enum entries of 1 byte instead of the usual 4 bytes,<br />
simply add :  -fshort-enums</p>
<p>to you&#8217;re compiler options, this makes you&#8217;re enums smaller, but does render you&#8217;re code incompatible with code  that wasn&#8217;t created using this option</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/04/19/the-cc-enum-hack/" title="the C,C++ enum hack">the C,C++ enum hack</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/08/i-just-screwed-up-my-mouse/" title="I just screwed up my mouse">I just screwed up my mouse</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/web/2005/07/07/phpmaker-31/" title="PHPMaker 3.1">PHPMaker 3.1</a></li>
																							<li><a href="http://www.lockergnome.com/jfcapasso/2007/12/05/meth-in-your-childs-high-school/" title="Meth In Your Child's High School?">Meth In Your Child's High School?</a></li>
																							<li><a href="http://www.lockergnome.com/it/2006/06/19/dns-and-bind-5th-edition/" title="DNS And BIND, 5th Edition">DNS And BIND, 5th Edition</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/01/20/vent-the-get-it-off-your-chest-portal/" title="Vent - the get it off your chest portal">Vent - the get it off your chest portal</a></li>
																							<li><a href="http://www.lockergnome.com/kevoc2008/2008/07/03/using-halo-to-make-fireworks/" title="Using Halo to Make Fireworks">Using Halo to Make Fireworks</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/sylvarant/2008/04/28/making-youre-enum-take-less-place/feed/</wfw:commentRss>
		</item>
		<item>
		<title>the C,C++ enum hack</title>
		<link>http://www.lockergnome.com/sylvarant/2008/04/19/the-cc-enum-hack/</link>
		<comments>http://www.lockergnome.com/sylvarant/2008/04/19/the-cc-enum-hack/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 09:26:48 +0000</pubDate>
		<dc:creator>sylvarant</dc:creator>
		
		<category>C++</category>

		<category>Hacking</category>

		<category>enum</category>

		<category>hack</category>

		<guid isPermaLink="false">http://www.lockergnome.com/sylvarant/2008/04/19/the-cc-enum-hack/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><p>As using the preprocessor often leads to bigger code, and very ugly errors it&#8217;s often adviced to replace it&#8217;s functions using C/C++.<br />
Here&#8217;s a tip on how to replace the following  preprocessor command</p>
<p>#define VARIABLE 5</p>
<p>now this could easily be replaces by using a const but a const doesn&#8217;t behave the exact same as this define, as you could still for example obtain the adress of the const wich is something you don&#8217;t want happining that&#8217;s why you use</p>
<p>enum{VARIABLE = 5};</p>
<p>instead, as it&#8217;s just about the same as the define, except for the fact that the compiler can trace any mistakes, and smaller code is produced using it.</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/04/28/making-youre-enum-take-less-place/" title="Making you're enum take less place">Making you're enum take less place</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/14/how-do-you-hack-a-file-format/" title="How do you hack a file format ?">How do you hack a file format ?</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/" title="2 things you need to hack a binary file format">2 things you need to hack a binary file format</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/web/2004/08/04/firefox-hack/" title="Firefox Hack">Firefox Hack</a></li>
																							<li><a href="http://www.lockergnome.com/kchristley/2006/10/30/os-x-on-any-pc/" title="OS X on any PC?">OS X on any PC?</a></li>
																							<li><a href="http://www.lockergnome.com/it/2007/03/19/lifehacker-88-tech-tricks-to-turbocharge-your-day/" title="Lifehacker: 88 Tech Tricks To Turbocharge Your Day">Lifehacker: 88 Tech Tricks To Turbocharge Your Day</a></li>
																							<li><a href="http://www.lockergnome.com/web/2004/09/17/strategies-for-long-term-css-hack-management/" title="Strategies for Long-Term CSS Hack Management">Strategies for Long-Term CSS Hack Management</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/05/28/six-hours-to-hack-the-fbi/" title="six hours to hack the fbi...">six hours to hack the fbi...</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /><p>As using the preprocessor often leads to bigger code, and very ugly errors it&#8217;s often adviced to replace it&#8217;s functions using C/C++.<br />
Here&#8217;s a tip on how to replace the following  preprocessor command</p>
<p>#define VARIABLE 5</p>
<p>now this could easily be replaces by using a const but a const doesn&#8217;t behave the exact same as this define, as you could still for example obtain the adress of the const wich is something you don&#8217;t want happining that&#8217;s why you use</p>
<p>enum{VARIABLE = 5};</p>
<p>instead, as it&#8217;s just about the same as the define, except for the fact that the compiler can trace any mistakes, and smaller code is produced using it.</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/04/28/making-youre-enum-take-less-place/" title="Making you're enum take less place">Making you're enum take less place</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/14/how-do-you-hack-a-file-format/" title="How do you hack a file format ?">How do you hack a file format ?</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/" title="2 things you need to hack a binary file format">2 things you need to hack a binary file format</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/web/2004/08/04/firefox-hack/" title="Firefox Hack">Firefox Hack</a></li>
																							<li><a href="http://www.lockergnome.com/kchristley/2006/10/30/os-x-on-any-pc/" title="OS X on any PC?">OS X on any PC?</a></li>
																							<li><a href="http://www.lockergnome.com/it/2007/03/19/lifehacker-88-tech-tricks-to-turbocharge-your-day/" title="Lifehacker: 88 Tech Tricks To Turbocharge Your Day">Lifehacker: 88 Tech Tricks To Turbocharge Your Day</a></li>
																							<li><a href="http://www.lockergnome.com/web/2004/09/17/strategies-for-long-term-css-hack-management/" title="Strategies for Long-Term CSS Hack Management">Strategies for Long-Term CSS Hack Management</a></li>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/05/28/six-hours-to-hack-the-fbi/" title="six hours to hack the fbi...">six hours to hack the fbi...</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/sylvarant/2008/04/19/the-cc-enum-hack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Showing you&#8217;re terminal history</title>
		<link>http://www.lockergnome.com/sylvarant/2008/04/12/showing-youre-terminal-history/</link>
		<comments>http://www.lockergnome.com/sylvarant/2008/04/12/showing-youre-terminal-history/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 10:01:54 +0000</pubDate>
		<dc:creator>sylvarant</dc:creator>
		
		<category>Linux</category>

		<category>bash</category>

		<category>terminal history</category>

		<guid isPermaLink="false">http://www.lockergnome.com/sylvarant/2008/04/12/showing-youre-terminal-history/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><p>this is currently a pretty popular habit on fedora planet so I just thought I might tell you how to do it and post mine</p>
<p>open a terminal and type</p>
<pre>history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head</pre>
<pre></pre>
<p>now the terminal will output you&#8217;re most used commands, here are mine</p>
<p>146 sudo<br />
73 make<br />
64 bzr<br />
55 cd<br />
18 echo<br />
13 ls<br />
9 rar<br />
6 ssh-keygen<br />
5 sensors<br />
4 xcompmgr</p>
<p>its mostly sudo that&#8217;s being used here, but the amount of bzr usages is kind of suprising as I don&#8217;t use it that much</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/15/printing-colors-in-the-terminal-in-c/" title="Printing Colors in the terminal in C++">Printing Colors in the terminal in C++</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/09/doxygen/" title="doxygen">doxygen</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/news/2004/03/05/unix-history/" title="UNIX history">UNIX history</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2002/01/31/multi-gnome/" title="Multi-Gnome">Multi-Gnome</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2002/04/03/coloring-your-terminal/" title="Coloring your terminal">Coloring your terminal</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2004/12/01/drop-those-terminal-windows/" title="Drop Those Terminal Windows">Drop Those Terminal Windows</a></li>
																							<li><a href="http://www.lockergnome.com/news/2003/04/05/outline-history-of-the-www/" title="Outline history of the WWW">Outline history of the WWW</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /><p>this is currently a pretty popular habit on fedora planet so I just thought I might tell you how to do it and post mine</p>
<p>open a terminal and type</p>
<pre>history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head</pre>
<pre></pre>
<p>now the terminal will output you&#8217;re most used commands, here are mine</p>
<p>146 sudo<br />
73 make<br />
64 bzr<br />
55 cd<br />
18 echo<br />
13 ls<br />
9 rar<br />
6 ssh-keygen<br />
5 sensors<br />
4 xcompmgr</p>
<p>its mostly sudo that&#8217;s being used here, but the amount of bzr usages is kind of suprising as I don&#8217;t use it that much</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/15/printing-colors-in-the-terminal-in-c/" title="Printing Colors in the terminal in C++">Printing Colors in the terminal in C++</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/09/doxygen/" title="doxygen">doxygen</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/news/2004/03/05/unix-history/" title="UNIX history">UNIX history</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2002/01/31/multi-gnome/" title="Multi-Gnome">Multi-Gnome</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2002/04/03/coloring-your-terminal/" title="Coloring your terminal">Coloring your terminal</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2004/12/01/drop-those-terminal-windows/" title="Drop Those Terminal Windows">Drop Those Terminal Windows</a></li>
																							<li><a href="http://www.lockergnome.com/news/2003/04/05/outline-history-of-the-www/" title="Outline history of the WWW">Outline history of the WWW</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/sylvarant/2008/04/12/showing-youre-terminal-history/feed/</wfw:commentRss>
		</item>
		<item>
		<title>5 tips to make you&#8217;re ubuntu run faster</title>
		<link>http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/</link>
		<comments>http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 18:08:04 +0000</pubDate>
		<dc:creator>sylvarant</dc:creator>
		
		<category>Linux</category>

		<category>Ubuntu</category>

		<category>5 tips</category>

		<category>Faster</category>

		<guid isPermaLink="false">http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><p> Warning ! : the following tips can reasonnably improve speed on most systems but not all systems are the same so only apply these techniques if you think you&#8217;ve got the skills to fix you&#8217;re system incase it goes wrong.</p>
<p><strong>1. improve you&#8217;re grub settings</strong></p>
<p>start up you&#8217;re PC and press ESC to enter the grub conf mode move to the second line  and press e<br />
now add a space and <em>profile</em> to the end of the line.</p>
<p>the first time you&#8217;ll boot after this tweak it&#8217;ll take a little bit longer but it should be going faster after that</p>
<p><strong>2.  improve youre harddisk preformance</strong></p>
<p>open a terminal window and type the following<em><br />
sudo gedit /etc/fstab </em></p>
<p>you&#8217;ll now see the file containing you&#8217;re file system info, find  the following lines<em><br />
# /dev/sda8 </em><em><br />
UUID=461bc0aa-acb0-4526-8845-1cc268bcac3c /home           ext3    defaults    </em>        0       2<br />
and append<em> ,noatime,nodiratime</em> after defaults</p>
<p>you can do this for every partition you have mounted in Ubuntu (so no doing this for the swap partition), it should make accessing files a little bit faster</p>
<p><strong>3. use concurrent booting </strong></p>
<p>Concurrent booting allows to take advantage of that dual(or more) core that&#8217;s in you&#8217;re pc during booting, to enable edit were going to open the following file</p>
<p><em>sudo gedit /etc/init.d/rc</em></p>
<p>now look for the line including <em>CONCURRENCY=none </em>and change it to<em> CONCURRENCY=shell</em></p>
<p>In some systems this alone may do the trick but it can also mess up you&#8217;re HAL stuff so be sure to do the following</p>
<p><em>sudo mv /etc/rc2.d/S12hal  /etc/rc2.d/S13hal<br />
sudo mv /etc/rc3.d/S12hal  /etc/rc3.d/S13hal<br />
sudo mv /etc/rc4.d/S12hal  /etc/rc4.d/S13hal<br />
sudo mv /etc/rc5.d/S12hal  /etc/rc5.d/S13hal</em></p>
<p><strong>4. prelink</strong></p>
<p>prelinking is a technique that makes linking the right libary&#8217;s faster and more efficient wich causes you&#8217;re programs to generally boot up faster too.  The only downside to it is that you&#8217;ll need to prelink again every time you add additinal software but that&#8217;s no big deal</p>
<p>first we&#8217;ll download prelink</p>
<p><em>sudo apt-get install prelink</em></p>
<p>next we&#8217;ll simply run it , the first time this might take some time but after that this will be a one second operation</p>
<p><em>sudo /etc/cron.daily/prelink</em></p>
<p><strong> 5. get swiftfox</strong></p>
<p>swiftfox is identitical to firefox only that it is compiled especially for you&#8217;re processer making a lot faster (you can compare it to the speed difference between ubuntu and gentoo and that&#8217;s a pretty big one)<br />
so simply visit <a href="http://getswiftfox.com/debian.htm"> http://getswiftfox.com/debian.htm</a> and install it for you&#8217;re processor type, and you&#8217;ll be noticing the speed difference pretty soon.</p>
<p>&nbsp;</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/13/timevault-a-time-machine-clone-for-ubuntu/" title="TimeVault a time machine clone for ubuntu ">TimeVault a time machine clone for ubuntu </a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/07/ubuntu-selling-software-through-addremove/" title="Ubuntu selling software through add/remove">Ubuntu selling software through add/remove</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/" title="2 things you need to hack a binary file format">2 things you need to hack a binary file format</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/09/a-linux-wallpaper/" title="A linux Wallpaper">A linux Wallpaper</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/11/a-linux-security-bug/" title="A linux security bug">A linux security bug</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/techydan/2008/05/27/top-5-tips-for-before-you-install-ubuntu-to-dual-boot/" title="Top 5 tips for before you install Ubuntu to dual boot">Top 5 tips for before you install Ubuntu to dual boot</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/07/13/great-site-101-ubuntu-tips-tricks-and-tutorials/" title="Great Site: 101 Ubuntu Tips, Tricks, and Tutorials">Great Site: 101 Ubuntu Tips, Tricks, and Tutorials</a></li>
																							<li><a href="http://www.lockergnome.com/rholloman/2007/12/07/pc-world-post-install-tips-for-ubuntu-710/" title="PC World - Post-Install Tips for Ubuntu 7.10">PC World - Post-Install Tips for Ubuntu 7.10</a></li>
																							<li><a href="http://www.lockergnome.com/snakeyes22/2007/10/21/ubuntu-linux-64-bit/" title="Ubuntu Linux 64 bit ">Ubuntu Linux 64 bit </a></li>
																							<li><a href="http://www.lockergnome.com/snakeyes22/2007/10/25/39/" title="Make Vista Faster ">Make Vista Faster </a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /><p> Warning ! : the following tips can reasonnably improve speed on most systems but not all systems are the same so only apply these techniques if you think you&#8217;ve got the skills to fix you&#8217;re system incase it goes wrong.</p>
<p><strong>1. improve you&#8217;re grub settings</strong></p>
<p>start up you&#8217;re PC and press ESC to enter the grub conf mode move to the second line  and press e<br />
now add a space and <em>profile</em> to the end of the line.</p>
<p>the first time you&#8217;ll boot after this tweak it&#8217;ll take a little bit longer but it should be going faster after that</p>
<p><strong>2.  improve youre harddisk preformance</strong></p>
<p>open a terminal window and type the following<em><br />
sudo gedit /etc/fstab </em></p>
<p>you&#8217;ll now see the file containing you&#8217;re file system info, find  the following lines<em><br />
# /dev/sda8 </em><em><br />
UUID=461bc0aa-acb0-4526-8845-1cc268bcac3c /home           ext3    defaults    </em>        0       2<br />
and append<em> ,noatime,nodiratime</em> after defaults</p>
<p>you can do this for every partition you have mounted in Ubuntu (so no doing this for the swap partition), it should make accessing files a little bit faster</p>
<p><strong>3. use concurrent booting </strong></p>
<p>Concurrent booting allows to take advantage of that dual(or more) core that&#8217;s in you&#8217;re pc during booting, to enable edit were going to open the following file</p>
<p><em>sudo gedit /etc/init.d/rc</em></p>
<p>now look for the line including <em>CONCURRENCY=none </em>and change it to<em> CONCURRENCY=shell</em></p>
<p>In some systems this alone may do the trick but it can also mess up you&#8217;re HAL stuff so be sure to do the following</p>
<p><em>sudo mv /etc/rc2.d/S12hal  /etc/rc2.d/S13hal<br />
sudo mv /etc/rc3.d/S12hal  /etc/rc3.d/S13hal<br />
sudo mv /etc/rc4.d/S12hal  /etc/rc4.d/S13hal<br />
sudo mv /etc/rc5.d/S12hal  /etc/rc5.d/S13hal</em></p>
<p><strong>4. prelink</strong></p>
<p>prelinking is a technique that makes linking the right libary&#8217;s faster and more efficient wich causes you&#8217;re programs to generally boot up faster too.  The only downside to it is that you&#8217;ll need to prelink again every time you add additinal software but that&#8217;s no big deal</p>
<p>first we&#8217;ll download prelink</p>
<p><em>sudo apt-get install prelink</em></p>
<p>next we&#8217;ll simply run it , the first time this might take some time but after that this will be a one second operation</p>
<p><em>sudo /etc/cron.daily/prelink</em></p>
<p><strong> 5. get swiftfox</strong></p>
<p>swiftfox is identitical to firefox only that it is compiled especially for you&#8217;re processer making a lot faster (you can compare it to the speed difference between ubuntu and gentoo and that&#8217;s a pretty big one)<br />
so simply visit <a href="http://getswiftfox.com/debian.htm"> http://getswiftfox.com/debian.htm</a> and install it for you&#8217;re processor type, and you&#8217;ll be noticing the speed difference pretty soon.</p>
<p>&nbsp;</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/13/timevault-a-time-machine-clone-for-ubuntu/" title="TimeVault a time machine clone for ubuntu ">TimeVault a time machine clone for ubuntu </a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/07/ubuntu-selling-software-through-addremove/" title="Ubuntu selling software through add/remove">Ubuntu selling software through add/remove</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/" title="2 things you need to hack a binary file format">2 things you need to hack a binary file format</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/09/a-linux-wallpaper/" title="A linux Wallpaper">A linux Wallpaper</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/11/a-linux-security-bug/" title="A linux security bug">A linux security bug</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/techydan/2008/05/27/top-5-tips-for-before-you-install-ubuntu-to-dual-boot/" title="Top 5 tips for before you install Ubuntu to dual boot">Top 5 tips for before you install Ubuntu to dual boot</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/07/13/great-site-101-ubuntu-tips-tricks-and-tutorials/" title="Great Site: 101 Ubuntu Tips, Tricks, and Tutorials">Great Site: 101 Ubuntu Tips, Tricks, and Tutorials</a></li>
																							<li><a href="http://www.lockergnome.com/rholloman/2007/12/07/pc-world-post-install-tips-for-ubuntu-710/" title="PC World - Post-Install Tips for Ubuntu 7.10">PC World - Post-Install Tips for Ubuntu 7.10</a></li>
																							<li><a href="http://www.lockergnome.com/snakeyes22/2007/10/21/ubuntu-linux-64-bit/" title="Ubuntu Linux 64 bit ">Ubuntu Linux 64 bit </a></li>
																							<li><a href="http://www.lockergnome.com/snakeyes22/2007/10/25/39/" title="Make Vista Faster ">Make Vista Faster </a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Printing Colors in the terminal in C++</title>
		<link>http://www.lockergnome.com/sylvarant/2008/03/15/printing-colors-in-the-terminal-in-c/</link>
		<comments>http://www.lockergnome.com/sylvarant/2008/03/15/printing-colors-in-the-terminal-in-c/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 13:09:20 +0000</pubDate>
		<dc:creator>sylvarant</dc:creator>
		
		<category>Hacking</category>

		<category>C++</category>

		<category>colors</category>

		<category>terminal</category>

		<guid isPermaLink="false">http://www.lockergnome.com/sylvarant/2008/03/15/printing-colors-in-the-terminal-in-c/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><p>Something I&#8217;d never heard of before but it&#8217;s actually pretty easy all you have to do is insert a ANSI escape sequence in front of the line you want to print and it will be printed in you&#8217;re chosen color</p>
<p>example :</p>
<p>std::cout&lt;&lt;&#8221;33[1;94m&#8221;&lt;&lt;&#8221;hallo adriaan&#8221;;</p>
<p>33[ is the ansi escape sequence initializer</p>
<p>1; - specifies bold text</p>
<p>94 - specifies to print in the bright version of blue</p>
<p>m - ends the ansi sequence</p>
<p>to learn more coloring options checkout <a href="http://en.wikipedia.org/wiki/ANSI_escape_code">wiikipedia</a></p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/04/12/showing-youre-terminal-history/" title="Showing you're terminal history">Showing you're terminal history</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/09/doxygen/" title="doxygen">doxygen</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/linux/2002/04/03/coloring-your-terminal/" title="Coloring your terminal">Coloring your terminal</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2005/11/09/enabling-t-shirt-entrepreneurism/" title="Enabling T-Shirt Entrepreneurism">Enabling T-Shirt Entrepreneurism</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2002/01/31/multi-gnome/" title="Multi-Gnome">Multi-Gnome</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2004/07/11/printing-in-linux-using-cups/" title="Printing In Linux Using CUPS">Printing In Linux Using CUPS</a></li>
																							<li><a href="http://www.lockergnome.com/technobabble/2004/08/05/t-shirt-printing/" title="T-Shirt Printing">T-Shirt Printing</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /><p>Something I&#8217;d never heard of before but it&#8217;s actually pretty easy all you have to do is insert a ANSI escape sequence in front of the line you want to print and it will be printed in you&#8217;re chosen color</p>
<p>example :</p>
<p>std::cout&lt;&lt;&#8221;33[1;94m&#8221;&lt;&lt;&#8221;hallo adriaan&#8221;;</p>
<p>33[ is the ansi escape sequence initializer</p>
<p>1; - specifies bold text</p>
<p>94 - specifies to print in the bright version of blue</p>
<p>m - ends the ansi sequence</p>
<p>to learn more coloring options checkout <a href="http://en.wikipedia.org/wiki/ANSI_escape_code">wiikipedia</a></p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/04/12/showing-youre-terminal-history/" title="Showing you're terminal history">Showing you're terminal history</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/09/doxygen/" title="doxygen">doxygen</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/linux/2002/04/03/coloring-your-terminal/" title="Coloring your terminal">Coloring your terminal</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2005/11/09/enabling-t-shirt-entrepreneurism/" title="Enabling T-Shirt Entrepreneurism">Enabling T-Shirt Entrepreneurism</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2002/01/31/multi-gnome/" title="Multi-Gnome">Multi-Gnome</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2004/07/11/printing-in-linux-using-cups/" title="Printing In Linux Using CUPS">Printing In Linux Using CUPS</a></li>
																							<li><a href="http://www.lockergnome.com/technobabble/2004/08/05/t-shirt-printing/" title="T-Shirt Printing">T-Shirt Printing</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/sylvarant/2008/03/15/printing-colors-in-the-terminal-in-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A linux Wallpaper</title>
		<link>http://www.lockergnome.com/sylvarant/2008/03/09/a-linux-wallpaper/</link>
		<comments>http://www.lockergnome.com/sylvarant/2008/03/09/a-linux-wallpaper/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 09:17:46 +0000</pubDate>
		<dc:creator>sylvarant</dc:creator>
		
		<category>Linux</category>

		<category>wallpaper</category>

		<guid isPermaLink="false">http://www.lockergnome.com/sylvarant/2008/03/09/a-linux-wallpaper/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><p>Saw a nice linux wallpaper made by a user on the ubuntu-nl forum today, just thought it would be nice to share</p>
<p><a href="http://img246.imageshack.us/my.php?image=linuxwallpaper2copyab2.jpg">wallpaper</a></p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/12/a-statistica-file-viewer-for-linux/" title="A Statistica file viewer for Linux">A Statistica file viewer for Linux</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/11/a-linux-security-bug/" title="A linux security bug">A linux security bug</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/09/linux-creator-mocks-apple-file-system/" title="linux creator mocks apple file system">linux creator mocks apple file system</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/14/how-do-you-hack-a-file-format/" title="How do you hack a file format ?">How do you hack a file format ?</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/07/ubuntu-selling-software-through-addremove/" title="Ubuntu selling software through add/remove">Ubuntu selling software through add/remove</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/windows/2007/01/24/windows-wallpaper-rotator-v10/" title="Windows Wallpaper Rotator v1.0">Windows Wallpaper Rotator v1.0</a></li>
																							<li><a href="http://www.lockergnome.com/search/2005/03/07/hubblesite-wallpaper/" title="HubbleSite - Wallpaper">HubbleSite - Wallpaper</a></li>
																							<li><a href="http://www.lockergnome.com/blogexe/2008/07/02/rotating-desktop-wallpapers-with-desktoptopia/" title="Rotating desktop wallpapers with Desktoptopia">Rotating desktop wallpapers with Desktoptopia</a></li>
																							<li><a href="http://www.lockergnome.com/chrisshort/2007/02/11/desktop-earth-the-world-as-your-wallpaper/" title="Desktop Earth - The World as Your Wallpaper">Desktop Earth - The World as Your Wallpaper</a></li>
																							<li><a href="http://www.lockergnome.com/godzillanull0/2008/03/26/an-old-picture-and-a-wallpaper/" title="An old picture and a wallpaper!">An old picture and a wallpaper!</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /><p>Saw a nice linux wallpaper made by a user on the ubuntu-nl forum today, just thought it would be nice to share</p>
<p><a href="http://img246.imageshack.us/my.php?image=linuxwallpaper2copyab2.jpg">wallpaper</a></p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/12/a-statistica-file-viewer-for-linux/" title="A Statistica file viewer for Linux">A Statistica file viewer for Linux</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/11/a-linux-security-bug/" title="A linux security bug">A linux security bug</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/09/linux-creator-mocks-apple-file-system/" title="linux creator mocks apple file system">linux creator mocks apple file system</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/14/how-do-you-hack-a-file-format/" title="How do you hack a file format ?">How do you hack a file format ?</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/07/ubuntu-selling-software-through-addremove/" title="Ubuntu selling software through add/remove">Ubuntu selling software through add/remove</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/windows/2007/01/24/windows-wallpaper-rotator-v10/" title="Windows Wallpaper Rotator v1.0">Windows Wallpaper Rotator v1.0</a></li>
																							<li><a href="http://www.lockergnome.com/search/2005/03/07/hubblesite-wallpaper/" title="HubbleSite - Wallpaper">HubbleSite - Wallpaper</a></li>
																							<li><a href="http://www.lockergnome.com/blogexe/2008/07/02/rotating-desktop-wallpapers-with-desktoptopia/" title="Rotating desktop wallpapers with Desktoptopia">Rotating desktop wallpapers with Desktoptopia</a></li>
																							<li><a href="http://www.lockergnome.com/chrisshort/2007/02/11/desktop-earth-the-world-as-your-wallpaper/" title="Desktop Earth - The World as Your Wallpaper">Desktop Earth - The World as Your Wallpaper</a></li>
																							<li><a href="http://www.lockergnome.com/godzillanull0/2008/03/26/an-old-picture-and-a-wallpaper/" title="An old picture and a wallpaper!">An old picture and a wallpaper!</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/sylvarant/2008/03/09/a-linux-wallpaper/feed/</wfw:commentRss>
		</item>
		<item>
		<title>doxygen</title>
		<link>http://www.lockergnome.com/sylvarant/2008/03/09/doxygen/</link>
		<comments>http://www.lockergnome.com/sylvarant/2008/03/09/doxygen/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 09:02:10 +0000</pubDate>
		<dc:creator>sylvarant</dc:creator>
		
		<category>Linux</category>

		<category>C++</category>

		<category>doxygen</category>

		<category>java</category>

		<guid isPermaLink="false">http://www.lockergnome.com/sylvarant/2008/03/09/doxygen/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><p>As a computer science student at the KUL here in belgium, I&#8217;ve been learned to write the documentation first and then the code.</p>
<p>all documentation here at KUL must be written using stuff like @param and @invar in java. But as much as I enjoy java I&#8217;m much more a C++ person so after investigating for a while I found this thing called doxygen and it is pretty much identical to javado, the only thing that differs is the way the documentation is generated (using doxygen is pretty much always done through the terminal while javadoc can simply be accessed through eclipse), and in most of the cases the doxygen documentation seems to be allot prettier to.</p>
<p>So now  I&#8217;ve only got to find a good replacement for JUnit, but I don&#8217;t hink that really exists</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/web/2004/10/18/not-your-fathers-notepad/" title="Not your father's Notepad">Not your father's Notepad</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /><p>As a computer science student at the KUL here in belgium, I&#8217;ve been learned to write the documentation first and then the code.</p>
<p>all documentation here at KUL must be written using stuff like @param and @invar in java. But as much as I enjoy java I&#8217;m much more a C++ person so after investigating for a while I found this thing called doxygen and it is pretty much identical to javado, the only thing that differs is the way the documentation is generated (using doxygen is pretty much always done through the terminal while javadoc can simply be accessed through eclipse), and in most of the cases the doxygen documentation seems to be allot prettier to.</p>
<p>So now  I&#8217;ve only got to find a good replacement for JUnit, but I don&#8217;t hink that really exists</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/web/2004/10/18/not-your-fathers-notepad/" title="Not your father's Notepad">Not your father's Notepad</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/sylvarant/2008/03/09/doxygen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2 things you need to hack a binary file format</title>
		<link>http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/</link>
		<comments>http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 16:23:04 +0000</pubDate>
		<dc:creator>sylvarant</dc:creator>
		
		<category>Hacking</category>

		<category>file formats</category>

		<category>hex editor</category>

		<guid isPermaLink="false">http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><p>Here&#8217;s are 2 programs I find to be extremely handy now that I&#8217;m working on hacking the Statistica 7 file format</p>
<p>1. a hex Editor : this thing is crucial as most text editors don&#8217;t come with the ability to view binary files, so getting a hex editor is pretty much a must. On Linux I&#8217;ve been using KHexEditor which is a pretty solid hex editor coming with an amazing amount of binary conversion options. The only thing I&#8217;m missing is the ability to use tabs. On windows I haven&#8217;t really found a similar free experience but <a href="http://www.sweetscape.com/010editor/">010 Editor</a> is said to be really good stuff.</p>
<p>2. Binary File Compare program : either written by yourself or downloaded somewhere on the web this thing is kind of crucial as it makes you&#8217;re life a lot easier.<br />
edit : Kari nicely pointed me out that for ubuntu there&#8217;s this very handy program called vbindiff- thanks alot<br />
Because cracking a file format is pure reverse engineering, the easiest way to do it is to make two files with one small difference and then searching were that difference is located in the file format, so when you have a program that can check what&#8217;s different in the binary part you&#8217;re going to be going a lot faster.</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/14/how-do-you-hack-a-file-format/" title="How do you hack a file format ?">How do you hack a file format ?</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/09/linux-creator-mocks-apple-file-system/" title="linux creator mocks apple file system">linux creator mocks apple file system</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/04/19/the-cc-enum-hack/" title="the C,C++ enum hack">the C,C++ enum hack</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/12/a-statistica-file-viewer-for-linux/" title="A Statistica file viewer for Linux">A Statistica file viewer for Linux</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/linux/2005/11/01/hardware-emulation-with-qemu/" title="Hardware emulation with QEMU">Hardware emulation with QEMU</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2006/08/16/configure-the-default-file-format-for-new-documents-word-2003/" title="Configure The Default File Format For New Documents (Word 2003)">Configure The Default File Format For New Documents (Word 2003)</a></li>
																							<li><a href="http://www.lockergnome.com/web/2004/08/04/firefox-hack/" title="Firefox Hack">Firefox Hack</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2005/03/31/gimpshop-linux-port-by-codemillscom/" title="GimpShop Linux port by codemills.com">GimpShop Linux port by codemills.com</a></li>
																							<li><a href="http://www.lockergnome.com/osx/2006/05/04/tivo-desktop-gets-mac-universal-update-includes-video-push/" title="TiVo Desktop Gets Mac Universal Update... Includes Video Push">TiVo Desktop Gets Mac Universal Update... Includes Video Push</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /><p>Here&#8217;s are 2 programs I find to be extremely handy now that I&#8217;m working on hacking the Statistica 7 file format</p>
<p>1. a hex Editor : this thing is crucial as most text editors don&#8217;t come with the ability to view binary files, so getting a hex editor is pretty much a must. On Linux I&#8217;ve been using KHexEditor which is a pretty solid hex editor coming with an amazing amount of binary conversion options. The only thing I&#8217;m missing is the ability to use tabs. On windows I haven&#8217;t really found a similar free experience but <a href="http://www.sweetscape.com/010editor/">010 Editor</a> is said to be really good stuff.</p>
<p>2. Binary File Compare program : either written by yourself or downloaded somewhere on the web this thing is kind of crucial as it makes you&#8217;re life a lot easier.<br />
edit : Kari nicely pointed me out that for ubuntu there&#8217;s this very handy program called vbindiff- thanks alot<br />
Because cracking a file format is pure reverse engineering, the easiest way to do it is to make two files with one small difference and then searching were that difference is located in the file format, so when you have a program that can check what&#8217;s different in the binary part you&#8217;re going to be going a lot faster.</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/14/how-do-you-hack-a-file-format/" title="How do you hack a file format ?">How do you hack a file format ?</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/09/linux-creator-mocks-apple-file-system/" title="linux creator mocks apple file system">linux creator mocks apple file system</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/04/19/the-cc-enum-hack/" title="the C,C++ enum hack">the C,C++ enum hack</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/12/a-statistica-file-viewer-for-linux/" title="A Statistica file viewer for Linux">A Statistica file viewer for Linux</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/linux/2005/11/01/hardware-emulation-with-qemu/" title="Hardware emulation with QEMU">Hardware emulation with QEMU</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2006/08/16/configure-the-default-file-format-for-new-documents-word-2003/" title="Configure The Default File Format For New Documents (Word 2003)">Configure The Default File Format For New Documents (Word 2003)</a></li>
																							<li><a href="http://www.lockergnome.com/web/2004/08/04/firefox-hack/" title="Firefox Hack">Firefox Hack</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2005/03/31/gimpshop-linux-port-by-codemillscom/" title="GimpShop Linux port by codemills.com">GimpShop Linux port by codemills.com</a></li>
																							<li><a href="http://www.lockergnome.com/osx/2006/05/04/tivo-desktop-gets-mac-universal-update-includes-video-push/" title="TiVo Desktop Gets Mac Universal Update... Includes Video Push">TiVo Desktop Gets Mac Universal Update... Includes Video Push</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do you hack a file format ?</title>
		<link>http://www.lockergnome.com/sylvarant/2008/02/14/how-do-you-hack-a-file-format/</link>
		<comments>http://www.lockergnome.com/sylvarant/2008/02/14/how-do-you-hack-a-file-format/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 16:11:04 +0000</pubDate>
		<dc:creator>sylvarant</dc:creator>
		
		<category>Hacking</category>

		<category>Linux</category>

		<category>file formats</category>

		<guid isPermaLink="false">http://www.lockergnome.com/sylvarant/2008/02/14/how-do-you-hack-a-file-format/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><p>So I&#8217;m still determined to get those damn Statistica  files running under linux but because of there severly outdated  sdk ther seems to be no way to get it working. That&#8217;s why I&#8217;ve come up with the brilliant idea of trying to hack those things myself as it should be possible. I mean the openoffice guys can get all those ms formats running in there office so why can&#8217;t I ??</p>
<p>There&#8217;s only one problem, I have no idea how to do this thing so I&#8217;m still pretty stuck on it for the moment, anyone who has some ideas feel free to let me know.</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/" title="2 things you need to hack a binary file format">2 things you need to hack a binary file format</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/04/19/the-cc-enum-hack/" title="the C,C++ enum hack">the C,C++ enum hack</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/09/linux-creator-mocks-apple-file-system/" title="linux creator mocks apple file system">linux creator mocks apple file system</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/12/a-statistica-file-viewer-for-linux/" title="A Statistica file viewer for Linux">A Statistica file viewer for Linux</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/windows/2006/08/16/configure-the-default-file-format-for-new-documents-word-2003/" title="Configure The Default File Format For New Documents (Word 2003)">Configure The Default File Format For New Documents (Word 2003)</a></li>
																							<li><a href="http://www.lockergnome.com/web/2004/08/04/firefox-hack/" title="Firefox Hack">Firefox Hack</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/01/07/two-synching-format-rfcs/" title="Two synching format RFCs">Two synching format RFCs</a></li>
																							<li><a href="http://www.lockergnome.com/news/2005/12/26/devastating-hack-proven-leon-county-dumps-diebold/" title="Devastating Hack Proven - Leon County Dumps Diebold">Devastating Hack Proven - Leon County Dumps Diebold</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2005/10/19/firmtools-shellextension-v20/" title="FirmTools ShellExtension v2.0">FirmTools ShellExtension v2.0</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /><p>So I&#8217;m still determined to get those damn Statistica  files running under linux but because of there severly outdated  sdk ther seems to be no way to get it working. That&#8217;s why I&#8217;ve come up with the brilliant idea of trying to hack those things myself as it should be possible. I mean the openoffice guys can get all those ms formats running in there office so why can&#8217;t I ??</p>
<p>There&#8217;s only one problem, I have no idea how to do this thing so I&#8217;m still pretty stuck on it for the moment, anyone who has some ideas feel free to let me know.</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/" title="2 things you need to hack a binary file format">2 things you need to hack a binary file format</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/04/19/the-cc-enum-hack/" title="the C,C++ enum hack">the C,C++ enum hack</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/09/linux-creator-mocks-apple-file-system/" title="linux creator mocks apple file system">linux creator mocks apple file system</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/12/a-statistica-file-viewer-for-linux/" title="A Statistica file viewer for Linux">A Statistica file viewer for Linux</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/windows/2006/08/16/configure-the-default-file-format-for-new-documents-word-2003/" title="Configure The Default File Format For New Documents (Word 2003)">Configure The Default File Format For New Documents (Word 2003)</a></li>
																							<li><a href="http://www.lockergnome.com/web/2004/08/04/firefox-hack/" title="Firefox Hack">Firefox Hack</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/01/07/two-synching-format-rfcs/" title="Two synching format RFCs">Two synching format RFCs</a></li>
																							<li><a href="http://www.lockergnome.com/news/2005/12/26/devastating-hack-proven-leon-county-dumps-diebold/" title="Devastating Hack Proven - Leon County Dumps Diebold">Devastating Hack Proven - Leon County Dumps Diebold</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2005/10/19/firmtools-shellextension-v20/" title="FirmTools ShellExtension v2.0">FirmTools ShellExtension v2.0</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/sylvarant/2008/02/14/how-do-you-hack-a-file-format/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TimeVault a time machine clone for ubuntu</title>
		<link>http://www.lockergnome.com/sylvarant/2008/02/13/timevault-a-time-machine-clone-for-ubuntu/</link>
		<comments>http://www.lockergnome.com/sylvarant/2008/02/13/timevault-a-time-machine-clone-for-ubuntu/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 13:28:56 +0000</pubDate>
		<dc:creator>sylvarant</dc:creator>
		
		<category>Ubuntu</category>

		<category>backup</category>

		<category>TimeVault</category>

		<guid isPermaLink="false">http://www.lockergnome.com/sylvarant/2008/02/13/timevault-a-time-machine-clone-for-ubuntu/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /></div><p>A commonly heard point of criticism on Ubuntu is the fact that it doesn&#8217;t have any easy backup tools that can be used by  every sort of user no matter what their PC skills are.  An attempt to fix this problem was made during the development of Ubuntu 6.10 with a program called hubbackup, but sadly enough this program didn&#8217;t make it into 6.10 or any later versions for a still unknown reason.</p>
<p>But a new attempt to solve this problem is in the works. The program is called TimeVault (for a full installation guide check <a href="http://www.techthrob.com/tech/timevault.php">here</a>), and it seems to be doing it&#8217;s thing really good. where hubbackup still had you manually backup stuff with little room for configuration, Time Vault does al those things for you (monitoring files + auto backing up) and even integrates into nautilus, something I personally really like.</p>
<p>While the integration with nautilus may seem amazing it also creates a big disadvantage, it&#8217;s only usable in a gnome environment so KDE people will have to look out for another program to do their auto backing up</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/07/ubuntu-selling-software-through-addremove/" title="Ubuntu selling software through add/remove">Ubuntu selling software through add/remove</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/11/a-linux-security-bug/" title="A linux security bug">A linux security bug</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/09/a-linux-wallpaper/" title="A linux Wallpaper">A linux Wallpaper</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/" title="2 things you need to hack a binary file format">2 things you need to hack a binary file format</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/eksodos/2008/06/21/after-ubuntu-hell-its-time-to-test-drive-opensuse/" title="After Ubuntu hell it's time to test drive OpenSUSE">After Ubuntu hell it's time to test drive OpenSUSE</a></li>
																							<li><a href="http://www.lockergnome.com/eksodos/2008/05/31/memory-upgrades-are-really-very-good-and-cheap/" title="Memory upgrades are really very good (and cheap!)">Memory upgrades are really very good (and cheap!)</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/03/18/ubuntu-new-website-and-forum-looks-good/" title="Ubuntu - New Website And Forum - Looks Good">Ubuntu - New Website And Forum - Looks Good</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2005/11/28/10-things-that-make-ubuntu-a-neophytes-distribution/" title="10 Things that make Ubuntu a Neophyte's Distribution">10 Things that make Ubuntu a Neophyte's Distribution</a></li>
																							<li><a href="http://www.lockergnome.com/digged/2008/02/27/loco-about-ubuntu/" title="Loco about Ubuntu?">Loco about Ubuntu?</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/gnomedaily.gif? " alt="Author Avatar" /><p>A commonly heard point of criticism on Ubuntu is the fact that it doesn&#8217;t have any easy backup tools that can be used by  every sort of user no matter what their PC skills are.  An attempt to fix this problem was made during the development of Ubuntu 6.10 with a program called hubbackup, but sadly enough this program didn&#8217;t make it into 6.10 or any later versions for a still unknown reason.</p>
<p>But a new attempt to solve this problem is in the works. The program is called TimeVault (for a full installation guide check <a href="http://www.techthrob.com/tech/timevault.php">here</a>), and it seems to be doing it&#8217;s thing really good. where hubbackup still had you manually backup stuff with little room for configuration, Time Vault does al those things for you (monitoring files + auto backing up) and even integrates into nautilus, something I personally really like.</p>
<p>While the integration with nautilus may seem amazing it also creates a big disadvantage, it&#8217;s only usable in a gnome environment so KDE people will have to look out for another program to do their auto backing up</p>
<img src="http://www.lockergnome.com/sylvarant/f71cd1b5/26673f10/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/07/ubuntu-selling-software-through-addremove/" title="Ubuntu selling software through add/remove">Ubuntu selling software through add/remove</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/17/5-tips-to-make-youre-ubuntu-run-faster/" title="5 tips to make you're ubuntu run faster">5 tips to make you're ubuntu run faster</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/11/a-linux-security-bug/" title="A linux security bug">A linux security bug</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/03/09/a-linux-wallpaper/" title="A linux Wallpaper">A linux Wallpaper</a></li>
																							<li><a href="http://www.lockergnome.com/sylvarant/2008/02/17/2-things-you-need-to-hack-a-binary-file-format/" title="2 things you need to hack a binary file format">2 things you need to hack a binary file format</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/eksodos/2008/06/21/after-ubuntu-hell-its-time-to-test-drive-opensuse/" title="After Ubuntu hell it's time to test drive OpenSUSE">After Ubuntu hell it's time to test drive OpenSUSE</a></li>
																							<li><a href="http://www.lockergnome.com/eksodos/2008/05/31/memory-upgrades-are-really-very-good-and-cheap/" title="Memory upgrades are really very good (and cheap!)">Memory upgrades are really very good (and cheap!)</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/03/18/ubuntu-new-website-and-forum-looks-good/" title="Ubuntu - New Website And Forum - Looks Good">Ubuntu - New Website And Forum - Looks Good</a></li>
																							<li><a href="http://www.lockergnome.com/linux/2005/11/28/10-things-that-make-ubuntu-a-neophytes-distribution/" title="10 Things that make Ubuntu a Neophyte's Distribution">10 Things that make Ubuntu a Neophyte's Distribution</a></li>
																							<li><a href="http://www.lockergnome.com/digged/2008/02/27/loco-about-ubuntu/" title="Loco about Ubuntu?">Loco about Ubuntu?</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/sylvarant/2008/02/13/timevault-a-time-machine-clone-for-ubuntu/feed/</wfw:commentRss>
		</item>
	       <item> 
  <title>Online Web Conferencing for Meetings</title>
  <description>Tired of business travel? Conduct meetings online with &lt;a href=&quot;http://www.GoToMeeting.com/ChrisPirillo&quot;&gt;GoToMeeting&lt;/a&gt; instead. We've been using it for quite some time for both personal and professional projects - it's worked like a charm! If you're an independent consultant, you owe it to your clients to start using &lt;a href=&quot;http://www.GoToMeeting.com/ChrisPirillo&quot;&gt;collaboration software&lt;/a&gt; for Web-based interaction.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.GoToMeeting.com/ChrisPirillo</link>
  <guid>http://www.GoToMeeting.com/ChrisPirillo</guid>
  </item>

  <item>
  <title>Network Tools for Windows</title>
  <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link>
  <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid>
  </item>

  <item>
  <title>Trade in Your Cell Phones for Money</title>
  <description>Do you have a ton of old cell phones and mobile devices lying around in drawers, taking up space? Trade them in for cold hard cash! Chris has done it so many times that &lt;a href=&quot;http://www.cellforcash.com/chris-pirillo/&quot;&gt;Cell for Cash&lt;/a&gt; made him a partner. If you're not using that hardware anymore, you may as well liquidate it with ease - at no cost to you. What are you waiting for? You can go through our link, or visit the site and tell them that Chris sent you. It's real, and it's certainly real money. &lt;a href=http://www.cellforcash.com/chris-pirillo/&quot;&gt;Sell back your cell phones&lt;/a&gt;!
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.cellforcash.com/chris-pirillo/</link>
  <guid>http://www.cellforcash.com/chris-pirillo/</guid>
  </item>

  <item>
  <title>Get Your Own Web Site</title>
  <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order.
  &lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt;
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link>
  <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid>
  </item>

  <item>
  <title>Get a Free Audio Book</title>
  <description>Are you tired of reading books? Me too. Over the years, I developed pulpuslaceratapohobia  - and the only known cure for that is &lt;a href=&quot;http://audiblepodcast.com/chris&quot;&gt;Audible&lt;/a&gt;. Finally, a way to digest words without actually having to read them. Professional voices are wonderful choices if you love literary works in audio format. Are you ready to read some &lt;a href=&quot;http://audiblepodcast.com/chris&quot;&gt;audio books&lt;/a&gt;? Maybe you should just listen to them instead.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://audiblepodcast.com/chris</link>
  <guid>http://audiblepodcast.com/chris</guid>
  </item>

  <item>
  <title>VMware and Parallels for Virtual Machines</title>
  <description>
  It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link>
  <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid>
  </item>

  <item>
  <title>Screen Capture for Multi-taskers</title>
  <description>
  &lt;a href=&quot;http://www.techsmith.com/featured/2008/snagit/v9launch/?cmp=LockS01&quot;&gt;SnagIt&lt;/a&gt; 9 works like you work! Capture, edit and share images from your PC screen without breaking stride: stores captures automatically whether you saved them or not; new visual search panel lets you find captures easily whenever you need them.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Tue, 10 Jun 2008 06:30:00 GMT</pubDate>
  <link>http://www.techsmith.com/featured/2008/snagit/v9launch/?cmp=LockS01</link>
  <guid>http://www.techsmith.com/featured/2008/snagit/v9launch/?cmp=LockS01</guid>
  </item>

  <item>
  <title>Shopping Coupons and Codes</title>
  <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=103&amp;gccid=2011384&quot;&gt;SmartBargains&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1250&amp;gccid=936288&quot;&gt;ReStockIt&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1263&amp;gccid=1945640&quot;&gt;Snapfish&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1370&amp;gccid=2741511&quot;&gt;Botanic Choice&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1376&amp;gccid=904911&quot;&gt;ShoppersChoice&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=144&amp;gccid=1998613&quot;&gt;The Wright Stuff&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1447&amp;gccid=1006842&quot;&gt;Everything Furniture&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1455&amp;gccid=1095094&quot;&gt;Beyond Blossoms&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1521&amp;gccid=1007932&quot;&gt;MagazinesQuick&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1536&amp;gccid=1873983&quot;&gt;Bass Pro Shops&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1539&amp;gccid=1056779&quot;&gt;Emitations&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1540&amp;gccid=1055553&quot;&gt;Russian Legacy&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1543&amp;gccid=1055754&quot;&gt;CollegeJersey&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1546&amp;gccid=1059012&quot;&gt;Boscovs&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1556&amp;gccid=1730151&quot;&gt;UnbeatableSale&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1558&amp;gccid=2662592&quot;&gt;firstSTREET&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1559&amp;gccid=2213009&quot;&gt;Transparent Language&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1563&amp;gccid=2743838&quot;&gt;Mitchell &amp; Ness&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1571&amp;gccid=1069222&quot;&gt;MyCenturyGym&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1599&amp;gccid=1772248&quot;&gt;Taylor Gifts&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1605&amp;gccid=1066360&quot;&gt;CatsPlay&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1607&amp;gccid=1066426&quot;&gt;Moto Leather&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1629&amp;gccid=1068487&quot;&gt;Buying Bar Stools&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1637&amp;gccid=1068704&quot;&gt;Everything Office Furniture&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=164&amp;gccid=1002869&quot;&gt;Rugman&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1645&amp;gccid=1069116&quot;&gt;DealYard.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1674&amp;gccid=1079863&quot;&gt;Closeout.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1675&amp;gccid=1087122&quot;&gt;BrushStrokes Fine Art&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1676&amp;gccid=1270232&quot;&gt;AcmeHardware&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1677&amp;gccid=1087488&quot;&gt;Music Import&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1685&amp;gccid=1095076&quot;&gt;Playful Plush Toys&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1716&amp;gccid=2403690&quot;&gt;iRobot's&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1720&amp;gccid=1134526&quot;&gt;Cellars Wine Club&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1734&amp;gccid=3127535&quot;&gt;UrbanScooters.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1744&amp;gccid=1995968&quot;&gt;ClickInks&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1745&amp;gccid=1625042&quot;&gt;MagsForLess&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1758&amp;gccid=1112982&quot;&gt;RitzCamera&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1761&amp;gccid=2380405&quot;&gt;Gemologica&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1766&amp;gccid=1099433&quot;&gt;BentGear&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1767&amp;gccid=2788589&quot;&gt;The Village Hat Shop&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1800&amp;gccid=3093220&quot;&gt;Engravable Gift Collection&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1803&amp;gccid=1282221&quot;&gt;FractionPrice&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=184&amp;gccid=1873984&quot;&gt;FansEdge&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1883&amp;gccid=1118868&quot;&gt;Kiyonna Clothing&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1930&amp;gccid=2213499&quot;&gt;Isabella Catalog&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1947&amp;gccid=1287325&quot;&gt;Boaters World&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1953&amp;gccid=1133972&quot;&gt;Wolf Camera&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1955&amp;gccid=1133971&quot;&gt;CameraWorld&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1971&amp;gccid=1287324&quot;&gt;Fantasy Jewelry Box&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=1979&amp;gccid=2350435&quot;&gt;CrazyForBargains&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=21&amp;gccid=3090798&quot;&gt;Leaps and Bounds&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2182&amp;gccid=1886402&quot;&gt;OnlineShoes&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=22&amp;gccid=1937793&quot;&gt;OfficeMax&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2213&amp;gccid=2292512&quot;&gt;Mountains Plus Outdoor Gear&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2219&amp;gccid=2043308&quot;&gt;AllThingsTrendy&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2222&amp;gccid=2057340&quot;&gt;The Sports Authority&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2223&amp;gccid=2059231&quot;&gt;FogDog&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2224&amp;gccid=2057132&quot;&gt;HP Home &amp; Office&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2241&amp;gccid=2141488&quot;&gt;ACLens&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2242&amp;gccid=2148712&quot;&gt;Totally Furniture&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2243&amp;gccid=2147823&quot;&gt;Test Country&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2252&amp;gccid=2218946&quot;&gt;TheNerds.Net&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2262&amp;gccid=2213500&quot;&gt;Boutique Oohlala&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2265&amp;gccid=2578867&quot;&gt;Puritan's Pride&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=229&amp;gccid=1631777&quot;&gt;Spilsbury&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2303&amp;gccid=2788590&quot;&gt;GoToBaby&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2308&amp;gccid=2705198&quot;&gt;Pfeifer Studio&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2377&amp;gccid=2720746&quot;&gt;Batteries.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2503&amp;gccid=2579743&quot;&gt;Carol Wright Gifts&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2660&amp;gccid=2897934&quot;&gt;Vanns&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2729&amp;gccid=2836180&quot;&gt;Lamps Plus&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2757&amp;gccid=2848035&quot;&gt;Gift Shopping Zone&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2793&amp;gccid=2879260&quot;&gt;Jillery.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=28&amp;gccid=2028477&quot;&gt;VitaCost&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=280&amp;gccid=959739&quot;&gt;Socrates&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2825&amp;gccid=2890485&quot;&gt;StrawberryNET&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=2854&amp;gccid=3122357&quot;&gt;Bagsbuy.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=335&amp;gccid=1873985&quot;&gt;Pro Sports Memorabilia&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=350&amp;gccid=2349527&quot;&gt;CHEFS Catalog&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=381&amp;gccid=2680425&quot;&gt;ValueMags&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=396&amp;gccid=935728&quot;&gt;BrookStone&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=399&amp;gccid=1130973&quot;&gt;Bose&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=414&amp;gccid=2213008&quot;&gt;NASCAR&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=417&amp;gccid=102259&quot;&gt;Radio Shack&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=418&amp;gccid=2701295&quot;&gt;ShopNBC&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=422&amp;gccid=1270439&quot;&gt;Eddie Bauer&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=423&amp;gccid=2743891&quot;&gt;FastFloors&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=434&amp;gccid=1197115&quot;&gt;PC Connection&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=458&amp;gccid=958854&quot;&gt;Family Christian Stores&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=466&amp;gccid=107008&quot;&gt;6PM.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=512&amp;gccid=2140901&quot;&gt;PacSun.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=531&amp;gccid=1087225&quot;&gt;Directly Home&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=560&amp;gccid=1008855&quot;&gt;StacksAndStacks&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=565&amp;gccid=2701195&quot;&gt;CoffeeForLess&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=567&amp;gccid=102400&quot;&gt;Sierra Trading Post&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=568&amp;gccid=2279141&quot;&gt;Magazines.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=569&amp;gccid=933755&quot;&gt;Overstock.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=58&amp;gccid=2825214&quot;&gt;Things From Another World&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=653&amp;gccid=1760659&quot;&gt;Tool King&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=657&amp;gccid=2233169&quot;&gt;Chinaberry&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=660&amp;gccid=1063493&quot;&gt;ShoeBuy&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=671&amp;gccid=1884871&quot;&gt;United Shades&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=69&amp;gccid=1097969&quot;&gt;Blair&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=698&amp;gccid=932854&quot;&gt;SecondAct&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=748&amp;gccid=1002198&quot;&gt;Personalization Mall&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=769&amp;gccid=935551&quot;&gt;American Blinds&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=77&amp;gccid=1859375&quot;&gt;WalMart.com&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=78&amp;gccid=2319307&quot;&gt;CircuitCity&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=800&amp;gccid=958088&quot;&gt;Easy Click Travel&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=801&amp;gccid=1474&quot;&gt;Amazon.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;float: left; padding: 15px&quot;&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=826&amp;gccid=2010611&quot;&gt;Zones&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=83&amp;gccid=1999172&quot;&gt;BareNecessities&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=857&amp;gccid=2789397&quot;&gt;Apple&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=879&amp;gccid=849705&quot;&gt;Only Natural Pet Store&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=88&amp;gccid=102499&quot;&gt;eBags&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=89&amp;gccid=1935613&quot;&gt;J&amp;R&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=909&amp;gccid=847645&quot;&gt;Designer Linens Outlet&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lockergnome.com/buy/index.php?gcsiteid=92&amp;gccid=1096810&quot;&gt;Pet Care Central&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
  </description> 
  <author>chris@lockergnome.com (Chris Pirillo)</author> 
  <category>Partner</category> 
  <pubDate>Sun, 26 Nov 2006 07:56:13 GMT</pubDate>
  <link>http://www.lockergnome.com/buy/</link> 
  <guid>http://www.lockergnome.com/buy/</guid>
  </item>

</channel>
</rss>
