<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>unsharpTech</title>
	<atom:link href="http://unsharptech.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://unsharptech.com</link>
	<description>when the bleeding edge just doesn't cut it</description>
	<pubDate>Sat, 01 Nov 2008 23:05:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Atheros Wireless in Ubuntu 8.10 Intrepid Ibex</title>
		<link>http://unsharptech.com/2008/10/31/atheros-wireless-in-ubuntu-810-intrepid-ibex/</link>
		<comments>http://unsharptech.com/2008/10/31/atheros-wireless-in-ubuntu-810-intrepid-ibex/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 17:38:55 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Fixes]]></category>

		<category><![CDATA[Guides]]></category>

		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[How2]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Notes]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://unsharptech.com/?p=115</guid>
		<description><![CDATA[Did a fresh install + updates of Kubuntu 8.10 on a customer&#8217;s laptop and had no wireless even though it&#8217;s an Atheros chipset.
Hardware:

Laptop: Acer Aspire 4520
Wireless Card: Atheros AR242x Communications Inc. 802.11abg

lspci &#124; grep &#34;Atheros&#34;
07:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)

Resolution:
sudo apt-get install linux-backports-modules-intrepid-generic

After above install completes, reboot, [...]]]></description>
			<content:encoded><![CDATA[<p>Did a fresh install + updates of Kubuntu 8.10 on a customer&#8217;s laptop and had no wireless even though it&#8217;s an Atheros chipset.</p>
<p>Hardware:</p>
<ul>
<li>Laptop: Acer Aspire 4520</li>
<li>Wireless Card: Atheros AR242x Communications Inc. 802.11abg</li>
</ul>
<pre class="syntax-highlight:bash">lspci | grep &quot;Atheros&quot;
07:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
</pre>
<p>Resolution:</p>
<pre class="syntax-highlight:bash">sudo apt-get install linux-backports-modules-intrepid-generic
</pre>
<p>After above install completes, <strong>reboot</strong>, then open up the Hardware Drivers manager (<strong>jockey-gtk</strong> or <strong>jockey-kde</strong>) and disable <strong>&#8220;Support for Atheros 802.11 wireless LAN cards&#8221;</strong> and make sure that &#8220;<strong>Support for 5xxx series of Atheros 802.11 wireless LAN cards</strong>&#8221; is enabled then <strong>reboot</strong>. You may need to reboot to see both drivers in the Hardware Drivers manager.</p>
<p>This is at least a temporary fix, you&#8217;ll end up with the ath5k drivers- hopefully a stable universal method for Atheros card support will become available soon.</p>
<p>Source:<br />
<a href="http://www.ubuntu.com/getubuntu/releasenotes/810">8.10 Release Notes | Ubuntu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://unsharptech.com/2008/10/31/atheros-wireless-in-ubuntu-810-intrepid-ibex/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using SIW to Find Hardware in Windows</title>
		<link>http://unsharptech.com/2008/08/21/using-siw-to-find-hardware-in-windows/</link>
		<comments>http://unsharptech.com/2008/08/21/using-siw-to-find-hardware-in-windows/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 05:55:41 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[How2]]></category>

		<category><![CDATA[Notes]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://unsharptech.com/?p=102</guid>
		<description><![CDATA[I&#8217;ve often resorted to loading up a Linux livecd and running &#8220;lspci&#8221; just to get an idea of what hardware is in a box. Let&#8217;s face it, even if box manufacturers do provide the drivers you need, that model may have shipped with one of 4 different NICs, video cards, etc. So it used to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://unsharptech.com/wp-content/uploads/siw_demo.jpg"><img class="alignright size-thumbnail wp-image-101" title="siw_demo" src="http://unsharptech.com/wp-content/uploads/siw_demo-150x150.jpg" alt="" width="150" height="150" /></a>I&#8217;ve often resorted to loading up a Linux livecd and running &#8220;<a href="http://en.wikipedia.org/wiki/Lspci">lspci</a>&#8221; just to get an idea of what hardware is in a box. Let&#8217;s face it, even if box manufacturers do provide the drivers you need, that model may have shipped with one of 4 different NICs, video cards, etc. So it used to be I had to run a linux cd and the lspci command to get the PCI devices table but not anymore&#8230;</p>
<p><span id="more-102"></span></p>
<p>I thought SIW (System Information for Windows) was a nifty tool from the beginning, it replaced CPU-Z for RAM and Mobo information and since discovering the PCI listing, getting appropriate drivers has become much easier. Now don&#8217;t think just cause it&#8217;s under PCI that only PCI related devices are there, pretty much every relevant device is in there including VGA controllers, Bluetooth adapters, SATA Controllers, and more.</p>
<p>Anyway, all you gotta do is get siw.exe from <a href="http://www.gtopala.com/">gtopala.com</a>, run it and go down to the Hardware tree, then click PCI. You can also click on the Hardware menu up top then PCI or hit File, then Create Report File to get it to go.</p>
<p>Don&#8217;t forget, SIW also has a Password Revealer (Tools -&gt; Eureka!), a MAC Address Changer (Tools -&gt; Mac Address Changer), a Licenses List (Software -&gt; Licenses), and much more fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://unsharptech.com/2008/08/21/using-siw-to-find-hardware-in-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Useful find Commands</title>
		<link>http://unsharptech.com/2008/08/16/useful-find-commands/</link>
		<comments>http://unsharptech.com/2008/08/16/useful-find-commands/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 13:34:54 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Fixes]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Notes]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Web Dev]]></category>

		<category><![CDATA[dot.help Lab]]></category>

		<guid isPermaLink="false">http://unsharptech.com/?p=92</guid>
		<description><![CDATA[Recursive, multi-file find and replace with grep and xargs for performance:
Source: http://www.jonasblog.com/2006/05/search-and-replace-in-all-files-within-a-directory-recursively.html
grep -rl &#039;what_to_find&#039; ./ &#124; xargs sed -i &#039;s/what_to_find/what_to_replace_with/g&#039;
Put  a not in front of that expression:
find ./ ! -type d
Escape wildcards to avoid the shell expanding them:
If you just quote it; &#8220;*.avi&#8221; you can often run into trouble.
find ./ -name \*.avi
Prune empty directories
find ./ [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Recursive, multi-file find and replace with grep and xargs for performance:</strong></p>
<p>Source: <a href="http://www.jonasblog.com/2006/05/search-and-replace-in-all-files-within-a-directory-recursively.html">http://www.jonasblog.com/2006/05/search-and-replace-in-all-files-within-a-directory-recursively.html</a></p>
<pre class="syntax-highlight:bash">grep -rl &#039;what_to_find&#039; ./ | xargs sed -i &#039;s/what_to_find/what_to_replace_with/g&#039;</pre>
<p><strong>Put  a not in front of that expression:</strong></p>
<pre class="syntax-highlight:bash">find ./ ! -type d</pre>
<p><strong>Escape wildcards to avoid the shell expanding them:</strong></p>
<p>If you just quote it; <em>&#8220;*.avi&#8221;</em> you can often run into trouble.</p>
<pre class="syntax-highlight:bash">find ./ -name \*.avi</pre>
<p><strong>Prune empty directories</strong></p>
<pre class="syntax-highlight:bash">find ./ -depth -type d -empty -exec rmdir -v {} \;</pre>
<p>Source: <a href="http://duramecho.com/ComputerPrograms/DeleteEmptyDirectories/index.html">http://duramecho.com/ComputerPrograms/DeleteEmptyDirectories/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://unsharptech.com/2008/08/16/useful-find-commands/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable Recent Documents in Gnome 2.22.3</title>
		<link>http://unsharptech.com/2008/08/08/disable-recent-documents-in-gnome-2223/</link>
		<comments>http://unsharptech.com/2008/08/08/disable-recent-documents-in-gnome-2223/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 10:45:02 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Arch]]></category>

		<category><![CDATA[Customization]]></category>

		<category><![CDATA[Fixes]]></category>

		<category><![CDATA[Gnome]]></category>

		<category><![CDATA[How2]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Notes]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://unsharptech.com/?p=72</guid>
		<description><![CDATA[So even Windows lets you disable the Recent Documents feature, but for some reason Gnome really wants to remember what files you&#8217;ve been messing with. Personally I never use this menu item (usually under Places in the Gnome Main Menu) and find it to be a bit of a privacy concern.
Surprisingly enough there are no [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://unsharptech.com/wp-content/uploads/menu-no-recent.jpg"><img class="alignright size-thumbnail wp-image-73" title="menu-no-recent" src="http://unsharptech.com/wp-content/uploads/menu-no-recent-150x150.jpg" alt="" width="150" height="150" /></a>So even Windows lets you disable the Recent Documents feature, but for some reason Gnome really wants to remember what files you&#8217;ve been messing with. Personally I never use this menu item (usually under <em>Places</em> in the Gnome Main Menu) and find it to be a bit of a privacy concern.</p>
<p>Surprisingly enough there are no documented settings for Recent Documents, not even something in gconf-editor, so people have been going stone age to prevent this functionality. In the past you could change permissions for the file that stores the data in your home directory, but it seems in later versions of Gnome the following is the current method of choice.</p>
<p><span id="more-72"></span></p>
<p><strong>METHOD:</strong></p>
<blockquote><p>Enter the following into a terminal:</p>
<pre class="syntax-highlight:bash">rm ~/.recently-used.xbel
mkdir ~/.recently-used.xbel</pre>
</blockquote>
<p>When you&#8217;re done, go check your menu and Recent Documents should be grayed out.</p>
<p>This works because the data concerning your recent documents can&#8217;t be written to a directory and the Recent Documents menu item is simply disabled. (I played around with retaining the text file and changing its permissions, but they were eventually always overwritten.)</p>
<p><strong>NOTES:</strong></p>
<blockquote><p>It has been mentioned that you may receive GTK related warnings in the console after applying this, since we did a sort of end-run that&#8217;s kind of expected.</p>
<p>There was another method that involved making the file immutable (<em>sudo chattr +i ~/.recently-used.xbel</em>) but this is only for ext2/ext3 filesystems (I prefer JFS whenever applicable).</p>
<p>There may also be a left over file, <em>~/.recently_used</em> that you can also remove:</p>
<pre class="syntax-highlight:bash">rm ~/.recently-used</pre>
</blockquote>
<p><strong>SOURCES:</strong></p>
<blockquote><p><a href="http://bbs.archlinux.org/viewtopic.php?pid=212094#p212094">Arch Linux Forums /  Disable Gnome Recent Documents [solved]</a></p>
<p><a href="http://ph.ubuntuforums.com/showthread.php?p=4652216">Disable recent documents - Ubuntu Forums</a></p></blockquote>
<p>I take no responsibility for coming up with this hack, I just wanted to clearly document it. BTW, this has been a problem since 2005 &gt; <a href="https://bugs.launchpad.net/gnome-panel/+bug/30942">Bug 30942 – Request to add option to disable &#8216;Recent Documents&#8217; lists</a></p>
]]></content:encoded>
			<wfw:commentRss>http://unsharptech.com/2008/08/08/disable-recent-documents-in-gnome-2223/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Join two .avi Videos with Mencoder/Mplayer</title>
		<link>http://unsharptech.com/2008/08/05/join-two-avi-videos-with-mencodermplayer/</link>
		<comments>http://unsharptech.com/2008/08/05/join-two-avi-videos-with-mencodermplayer/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 12:25:47 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[How2]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://unsharptech.com/?p=37</guid>
		<description><![CDATA[A lot of videos available from various sources are often encoded as .avi files close to 700MB in order to fit on a singleCD-R. This works out just great, but sometimes vids are split into two 700MB .avi files to fit two CDs so you get a Coolest-Movie-EVER_-_[2010][xVid](mp3)_dUff-mAn_CD1.avi and another but with &#8220;CD2&#8221; instead.

Well I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://unsharptech.com/2008/08/05/join-two-avi-videos-with-mencodermplayer/"><img title="join_video" src="http://unsharptech.com/wp-content/uploads/join_video.jpg" alt="" width="150" height="65" align="right" /></a>A lot of <em>videos</em> available from <em>various sources</em> are often encoded as .avi files close to 700MB in order to fit on a singleCD-R. This works out just great, but sometimes vids are split into two 700MB .avi files to fit two CDs so you get a<em> Coolest-Movie-EVER_-_[2010][xVid](mp3)_dUff-mAn_CD1.avi</em> and another but with &#8220;<em>CD2</em>&#8221; instead.</p>
<p><span id="more-37"></span></p>
<p>Well I tend to just let these vids chill on my hard drive where space isn&#8217;t an issue, so I&#8217;d rather just have one 1.4GB vid file instead. In order to cleanly join two halves of a .avi together I use <a title="MEncoder - Wikipedia" href="http://en.wikipedia.org/wiki/Mencoder">MEncoder</a> in the following command:</p>
<pre class="syntax-highlight:bash">mencoder -oac copy -ovc copy -idx -o Final_Big_Output_File.avi First_Half_Video_File.avi Other_Half_Video_File.avi</pre>
<blockquote><p>So, <strong>Final_Big_Output_File.avi</strong> = the big output file to be created,</p>
<p><strong>First_Half_Video_File.avi</strong> = the path to the first half of the video,</p>
<p>and <strong>Other_Half_Video_File.avi</strong> = the path to the file with the second half.</p></blockquote>
<p><strong>Note:</strong> This method assumes that both halves have the same codec, resolution, etc.</p>
<p>MEncoder is usually packaged with its close friend MPlayer which is available on pretty much any platform. I&#8217;ve successfully tested this command on Arch Linux with MEncoder 1.0rc2-4.3.1 and Windows XP with MEncoder 1.0rc2-4.2.1 (just grabbed a binary from <a title="MPlayer HQ" href="http://www.mplayerhq.hu/">MPLayerHQ</a>) - besides, this is a popular method.</p>
<p>I know there are other ways to combine two .avi s but this was the cleanest and most reliable for me, if you have any others worth looking into please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://unsharptech.com/2008/08/05/join-two-avi-videos-with-mencodermplayer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Warning: FileZilla FTP Passwords now Stored in Plaintext</title>
		<link>http://unsharptech.com/2008/05/20/filezilla-ftp-passwords-stored-in-plaintext/</link>
		<comments>http://unsharptech.com/2008/05/20/filezilla-ftp-passwords-stored-in-plaintext/#comments</comments>
		<pubDate>Wed, 21 May 2008 03:51:13 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Web Dev]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://unsharptech.com/2008/05/20/filezilla-ftp-passwords-stored-in-plaintext/</guid>
		<description><![CDATA[I feel that this should be brought to the attention of FileZilla users out there even though it may be a huge concern. (Lots of apps do this but potentially giving up FTP access info to a bunch of servers you are responsible for is something to be avoided). Jump to the Important Stuff

I love [...]]]></description>
			<content:encoded><![CDATA[<p><a title="FileZilla Plaintext Passwords" href="http://unsharptech.com/wp-content/filezilla_plaintext.jpg"><img src="http://unsharptech.com/wp-content/filezilla_plaintext.thumbnail.jpg" alt="FileZilla Plaintext Passwords" align="right" /></a>I feel that this should be brought to the attention of FileZilla users out there even though it may be a huge concern. (Lots of apps do this but potentially giving up FTP access info to a bunch of servers you are responsible for is something to be avoided). <a href="http://unsharptech.com/2008/05/20/filezilla-ftp-passwords-stored-in-plaintext/#important">Jump to the Important Stuff</a></p>
<p><span id="more-33"></span></p>
<p>I love the FTP client <a href="http://filezilla-project.org/">FileZilla</a>, and I used to share my filezilla.xml file between machines because it stored all my recent servers and passwords (encrypted). Recently I tried to do the same and came to find out that the most recent versions of <strong>FileZilla version ~ 3.0.9.2+</strong> (and possibly older) store all saved FTP account connection info in <strong><a href="http://en.wikipedia.org/wiki/Plaintext">plaintext</a> .xml files</strong>. This applys to both Linux and Windows installations (Mac OS X has yet to be tested but I would bet the same applies).</p>
<p>In some cases this is convenient - often I connect over FileZilla then don&#8217;t  have access to the password but need to use it in a different app/machine, I could just look it up in these plaintext config files.</p>
<p><strong>But in other cases this is a serious problem.</strong> From a practical standpoint, let&#8217;s say we connect to our FTP server using FileZilla on a semi-public machine like at a buddy&#8217;s place where you may not be concerned about keyloggers but don&#8217;t necessarily want your stuff <strong>available in plaintext</strong> after you walk away.</p>
<p>And let&#8217;s not forget that someone could write an app that runs in the background, <a href="http://en.wikipedia.org/wiki/Pod_slurping">slurping</a> up that info and putting it in the hands of people you may not trust.</p>
<p>Personally, I am not gonna stop using FileZilla at my primary FTP client on my Linux and Windows boxes, it really is a great app - one of the best clients if not the best. But I feel that awareness pertaining to storage of sensitive data should be a major concern to any serious user.<br />
Text to be displayed<br />
<a title="important" name="important"></a><strong><em>The following files are what you need to know about:</em></strong></p>
<blockquote><p><strong> filezilla.xml</strong> - Stores most recent server info including password in plaintext.<br />
<strong> recentservers.xml</strong> - Stores all recent server info including password in plaintext.<br />
<strong> sitemanager.xml</strong> - Stores all saved sites server info including password in plaintext.</p></blockquote>
<p><strong><em>These files can usually be found in the following directories:</em></strong></p>
<blockquote><p><strong>Windows XP/2K:</strong> &#8220;C:\Documents and Settings\username\Application Data\FileZilla&#8221;<br />
<strong>Windows Vista:</strong> &#8220;C:\Users\username\AppData\Roaming\FileZilla\&#8221;<br />
<strong> Linux: </strong>&#8220;/home/username/.filezilla/&#8221;</p></blockquote>
<p>It seems that this has been brought to the developer&#8217;s attention but it also seems that this won&#8217;t be changing any time soon. There seems to be a bit of a dispute as to how this should be handled, but <strong>I say why not use weak cryptography/obfuscation like they used to</strong>, at least that way it would take someone some minor effort/know-how to get to these passwords.</p>
<p><strong>If you have further information regarding the subject, please comment.</strong></p>
<blockquote><p><strong> Related resources:</strong></p>
<p><strong><em>Security posting:</em></strong> <a href="http://seclists.org/fulldisclosure/2008/Apr/0511.html">http://seclists.org/fulldisclosure/2008/Apr/0511.html</a></p>
<p><em><strong>FileZilla Password Recovery Apps/Scripts: (may only apply to older encryption scheme)</strong></em></p>
<p><a href="http://www.reactive-software.com/filezilla-password-recovery.html">http://www.reactive-software.com/filezilla-password-recovery.html </a></p>
<p><a href="http://www.ianwootten.co.uk/2008/01/05/decrypting-filezilla-passwords-with-php/">http://www.ianwootten.co.uk/2008/01/05/decrypting-filezilla-passwords-with-php/ </a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://unsharptech.com/2008/05/20/filezilla-ftp-passwords-stored-in-plaintext/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Praise for eeeXubuntu</title>
		<link>http://unsharptech.com/2008/05/20/praise-for-eeexubuntu/</link>
		<comments>http://unsharptech.com/2008/05/20/praise-for-eeexubuntu/#comments</comments>
		<pubDate>Wed, 21 May 2008 01:42:35 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Customization]]></category>

		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://unsharptech.com/2008/05/20/praise-for-eeexubuntu/</guid>
		<description><![CDATA[So when I first got my Black   Asus Eee PC 4G xmas &#8216;07 I pretty much freaked out about all the possibilities but ended up installing my distro of choice, Arch Linux and all the Eee specific hardware support, then it kinda sat&#8230; and sat, until. I recently decided to review the current [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Inifinite Eee" href="http://unsharptech.com/wp-content/image_00012.jpg"><img src="http://unsharptech.com/wp-content/image_00012.thumbnail.jpg" alt="Inifinite Eee" align="right" /></a>So when I first got my Black   <a href="http://en.wikipedia.org/wiki/ASUS_Eee_PC">Asus Eee PC 4G</a> xmas &#8216;07 I pretty much freaked out about all the possibilities but ended up installing my distro of choice, <a href="http://wiki.archlinux.org/index.php/Installing_Arch_Linux_on_the_Asus_EEE_PC">Arch Linux</a> and all the Eee specific hardware support, then it kinda sat&#8230; and sat, until. I recently decided to review the current OS choices available for the Eee and settled on <a href="http://wiki.eeeuser.com/ubuntu:eeexubuntu:home">eeeXubuntu</a> as the best candidate - clean little Ubuntu based with Eee hardware support out of the box. Besides, I just wanted to use my Eee not fiddle with the thing (I had my fill a few months ago, it was fun though).</p>
<p><span id="more-31"></span></p>
<p>I downloaded the <a href="http://wiki.eeeuser.com/ubuntu:eeexubuntu:home#download_it">Live CD .iso</a> and booted it in VMware Server on an XP host, then plugged in a 1GB Corsair Voyager USB drive and enabled it for the VM so the Live CD virtual machine would have access. From there I just followed the guide on the <a href="http://wiki.eeeuser.com/ubuntu:eeexubuntu:home">eeeuser.com wiki</a> and ran the <a href="http://wiki.eeeuser.com/ubuntu:eeexubuntu:home#detailed_usb_installer_instructions">USB drive install</a> script, booted off the USB stick on the Eee and BAM! this s**t was fast! I was super impressed, I mean Arch is a KISS fast distro but eeeXubuntu destroyed my Arch install by comparison.</p>
<p>Anyways, after playing on the USB stick live OS for a while I opted to install, one partition at &#8216;/&#8217; (no swap) and <a href="http://en.wikipedia.org/wiki/Hans_Reiser#The_Nina_Reiser_Case">MurderFS.</a>.. I mean ReiserFS. The current eeeXubuntu Live CD is based on <a href="http://www.xubuntu.org/">Xubuntu </a>7.10 while the current version of Xubuntu is Hardy Heron 8.04 LTS but I think there&#8217;s a guide on the eeeuser Wiki to run the upgrade manager to get to 8.04.. I&#8217;m cool with 7.10 for now though.</p>
<p>Wireless worked with NetworkManager Applet OUT OF THE BOX, thank god. I followed the guide (again on the eeeuser.com Wiki) to install <a href="http://wiki.eeeuser.com/ubuntu?s=ucview#webcam_and_skype">ucview</a> to have some fun w/ the webcam (<a href="http://live.gnome.org/Cheese">cheese</a> was giving me some issues I couldn&#8217;t resolve).</p>
<p>DUDE, this thing flies! General responsiveness is awesome by my standards, and I&#8217;ve run all major operating systems on a huge range of hardware with all sorts of configs (let&#8217;s not get into that). I can even freakin&#8217; watch the bigger Flash vids that straight up refused to work on my Arch install. Don&#8217;t think I&#8217;m bashing Arch, heck no,  I like to think I have a darn good understanding of the strengths and weaknesses of Ubuntu based distros vs. Arch Linux and bottom line is I believe that eeeXubuntu is just a super well-put-together distro for the Eee. Color me impressed. But maybe Ubuntu or Debian in general is better suited to the Eee platform?.. I don&#8217;t care cause I&#8217;m more than happy with eeeXubuntu.</p>
<p>Gripes? out of the box it likes to complain about my battery capacity there&#8217;s a bit in the <a href="http://wiki.eeeuser.com/ubuntu:eeexubuntu:home">eeeuser.com Wiki</a> about setting up ACPI correctly - I&#8217;ll fix it soon / when I get pissed. Whatever, this is sweet.</p>
<p>I had to release my excitement so I spewed this out, comments welcome.<br />
<a href="http://wiki.eeeuser.com/ubuntu:eeexubuntu:home">eeeuser.com Wiki eeeXubuntu Home</a></p>
<p><a href="http://wiki.eeeuser.com/ubuntu:eeexubuntu:customization">eeeuser.com Wiki: Customize eeeXubuntu </a></p>
]]></content:encoded>
			<wfw:commentRss>http://unsharptech.com/2008/05/20/praise-for-eeexubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Echo PHP Nested Array Contents + Keys</title>
		<link>http://unsharptech.com/2008/05/03/echo-php-nested-array-contents-keys/</link>
		<comments>http://unsharptech.com/2008/05/03/echo-php-nested-array-contents-keys/#comments</comments>
		<pubDate>Sat, 03 May 2008 20:31:11 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Fixes]]></category>

		<category><![CDATA[How2]]></category>

		<category><![CDATA[Notes]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://unsharptech.com/2008/05/03/echo-php-nested-array-contents-keys/</guid>
		<description><![CDATA[I&#8217;ve always had some trouble with the syntax for accessing Nested Arrays and their Keys in PHP so I wanted to make note of this.

Structure is as follows:
print_r $contents;
([Cutbacks.jpg] =&#62; Array
(
[time] =&#62; 1207637110
[hash] =&#62; 05dee882129fe1574bcc8379ad3a40ac
[size] =&#62; 43928
)
[matrix3.zip] =&#62; Array
(
[time] =&#62; 1208040588
[hash] =&#62; 5f317404880304b82e9502fb399f2737
[size] =&#62; 46790
)
)
Code:

foreach( $contents as $key =&#62; $list ) {
echo &#039;Filename: &#039; . [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unsharptech.com/wp-content/php.gif" alt="PHP Logo" align="right" />I&#8217;ve always had some trouble with the syntax for accessing Nested Arrays and their Keys in PHP so I wanted to make note of this.</p>
<p><span id="more-30"></span></p>
<p>Structure is as follows:</p>
<pre class="syntax-highlight:php">print_r $contents;</pre>
<pre>([Cutbacks.jpg] =&gt; Array
(
[time] =&gt; 1207637110
[hash] =&gt; 05dee882129fe1574bcc8379ad3a40ac
[size] =&gt; 43928
)
[matrix3.zip] =&gt; Array
(
[time] =&gt; 1208040588
[hash] =&gt; 5f317404880304b82e9502fb399f2737
[size] =&gt; 46790
)
)</pre>
<p>Code:</p>
<pre class="syntax-highlight:php">
foreach( $contents as $key =&gt; $list ) {
echo &#039;Filename: &#039; . $key . &quot;\n&quot;;
echo &#039;Time: &#039; . $list[time] . &quot;\n&quot;;
echo &#039;Hash: &#039; . $list[hash] . &quot;\n&quot;;
echo &#039;Size: &#039; . $list[size] . &quot;\n&quot;;
echo &#039;----Next File----&#039; . &quot;\n&quot;;
}</pre>
<p>Outputs:</p>
<pre>Filename: Cutbacks.jpg
Time: 1207637110Hash: 05dee882129fe1574bcc8379ad3a40ac
Size: 43928
----Next File----
Filename: matrix3.zip
Time: 1208040588
Hash: 5f317404880304b82e9502fb399f2737
Size: 46790
----Next File----</pre>
]]></content:encoded>
			<wfw:commentRss>http://unsharptech.com/2008/05/03/echo-php-nested-array-contents-keys/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Apps List: Windows XP</title>
		<link>http://unsharptech.com/2008/04/09/my-apps-list-windows-xp/</link>
		<comments>http://unsharptech.com/2008/04/09/my-apps-list-windows-xp/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 23:46:37 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Customization]]></category>

		<category><![CDATA[Notes]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://unsharptech.com/2008/04/09/my-apps-list-windows-xp/</guid>
		<description><![CDATA[
I&#8217;ve been doing a few reinstalls on my workstation boxes lately so I put together this list to save myself some time. This will change as I remember/find stuff.


Defraggler *This replaced Auslogics Disk Defrag
VLC
Foobar2000
Irfanview + Plugins
Firefox
Thunderbird
XP Noire Theme
Quicktime
Flash Plugin
Dreamweaver + Update
Aptana Studio
Filezilla
Notepad++
Cygwin
7-zip
Pidgin
The GIMP
Inkscape
Mp3tag
uTorrent
PeerGuardian
WAMP
OpenOffice.org + JRE
Foxit Reader
WinDirStat

]]></description>
			<content:encoded><![CDATA[<p><a href="http://unsharptech.com/2008/04/09/my-apps-list-windows-xp/"><img src="http://unsharptech.com/wp-content/winxp-apps.jpg" alt="WinXP Apps Screenshot" align="right" /></a></p>
<p>I&#8217;ve been doing a few reinstalls on my workstation boxes lately so I put together this list to save myself some time. This will change as I remember/find stuff.</p>
<p><span id="more-28"></span></p>
<ul>
<li><a title="Defraggler" href="http://www.defraggler.com/">Defraggler</a> *This replaced Auslogics Disk Defrag</li>
<li><a title="http://www.videolan.org/" href="http://www.videolan.org/">VLC</a></li>
<li><a href="http://www.foobar2000.org/">Foobar2000</a></li>
<li><a title="http://irfanview.com/" href="http://irfanview.com/">Irfanview + Plugins</a></li>
<li><a title="http://getfirefox.com/" href="http://getfirefox.com/">Firefox</a></li>
<li><a title="http://www.mozilla.com/en-US/thunderbird/" href="http://www.mozilla.com/en-US/thunderbird/">Thunderbird</a></li>
<li><a href="http://www.istartedsomething.com/20061029/royale-noir/">XP Noire Theme</a></li>
<li><a title="http://www.apple.com/quicktime/download/" href="http://www.apple.com/quicktime/download/">Quicktime</a></li>
<li>Flash Plugin</li>
<li>Dreamweaver + Update</li>
<li><a title="http://aptana.org" href="http://aptana.org">Aptana Studio</a></li>
<li><a title="http://filezilla-project.org/" href="http://filezilla-project.org/">Filezilla</a></li>
<li><a title="http://notepad-plus.sourceforge.net" href="http://notepad-plus.sourceforge.net">Notepad++</a></li>
<li><a href="http://www.cygwin.com/">Cygwin</a></li>
<li><a href="http://www.7-zip.org/">7-zip</a></li>
<li><a title="http://pidgin.im/" href="http://pidgin.im/">Pidgin</a></li>
<li><a title="http://www.gimp.org/windows/" href="http://www.gimp.org/windows/">The GIMP</a></li>
<li><a href="http://www.inkscape.org/">Inkscape</a></li>
<li><a href="http://www.mp3tag.de/en/">Mp3tag</a></li>
<li><a href="http://www.utorrent.com/">uTorrent</a></li>
<li><a href="http://phoenixlabs.org/pg2/">PeerGuardian</a></li>
<li><a href="http://www.wampserver.com/en/index.php">WAMP</a></li>
<li><a title="http://www.openoffice.org/" href="http://www.openoffice.org/">OpenOffice.org + JRE</a></li>
<li><a href="http://www.foxitsoftware.com/">Foxit Reader</a></li>
<li><a href="http://windirstat.info/">WinDirStat</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://unsharptech.com/2008/04/09/my-apps-list-windows-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySQL: Convert all Values in Column to Upper Case</title>
		<link>http://unsharptech.com/2008/02/29/mysql-convert-all-values-in-column-to-upper-case/</link>
		<comments>http://unsharptech.com/2008/02/29/mysql-convert-all-values-in-column-to-upper-case/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 03:18:24 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[How2]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Notes]]></category>

		<category><![CDATA[Web Dev]]></category>

		<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://unsharptech.com/2008/02/29/mysql-convert-all-values-in-column-to-upper-case/</guid>
		<description><![CDATA[Recently using osCommerce I had a customer who wished to have all the products&#8217; names in uppercase but they had been entered in mixed case. After having some trouble finding a simple answer through Google, I pieced together this simple query that can also be adapted to other situations.

The below is a MySQL query to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently using <strong>osCommerce </strong>I had a customer who wished to have all the products&#8217; names in uppercase but they had been entered in mixed case. After having some trouble finding a simple answer through Google, I pieced together this simple query that can also be adapted to other situations.</p>
<p><a href="http://unsharptech.com/2008/02/29/mysql-convert-all-values-in-column-to-upper-case/"><img src="http://unsharptech.com/wp-content/mysql_query.gif" alt="MySQL Query" /></a></p>
<p>The below is a <strong>MySQL query</strong> to update all of the products&#8217; names in an <strong>osCommerce </strong>catalog to <strong>uppercase </strong>- you can copy this into <strong>phpMyAdmin</strong>.</p>
<pre class="syntax-highlight:sql">UPDATE products_description SET `products_name` = UPPER( `products_name` )</pre>
<p><strong>OR GENERICALLY:</strong></p>
<pre class="syntax-highlight:sql">UPDATE table_name SET `column_name` = UPPER( `column_name` )</pre>
]]></content:encoded>
			<wfw:commentRss>http://unsharptech.com/2008/02/29/mysql-convert-all-values-in-column-to-upper-case/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
