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

<channel>
	<title>An Cuasán</title>
	<atom:link href="http://cuasan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cuasan.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<pubDate>Mon, 28 Apr 2008 22:16:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Want to see the date and time in the Mutt mail client when reading e-mail ?</title>
		<link>http://cuasan.wordpress.com/2008/04/17/want-to-see-the-date-and-time-in-the-mutt-mail-client-when-reading-e-mail/</link>
		<comments>http://cuasan.wordpress.com/2008/04/17/want-to-see-the-date-and-time-in-the-mutt-mail-client-when-reading-e-mail/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 21:19:44 +0000</pubDate>
		<dc:creator>dmom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cuasan.wordpress.com/2008/04/17/want-to-see-the-date-and-time-in-the-mutt-mail-client-when-reading-e-mail/</guid>
		<description><![CDATA[Then add the following to your ~/.muttrc

ignore *
unignore from date subject to cc
unignore organization organisation x-mailer: x-newsreader: x-mailing-list:
unignore posted-to:

Really, you just need to add unignore date. This snippet above firstly turns everything off, then selectively decides to show the headers as listed with unignore.
I have been slightly annoyed for a while now that my Mutt [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Then add the following to your <tt>~/.muttrc</tt></p>
<p><tt><br />
ignore *<br />
unignore from date subject to cc<br />
unignore organization organisation x-mailer: x-newsreader: x-mailing-list:<br />
unignore posted-to:<br />
</tt></p>
<p>Really, you just need to add <tt>unignore date</tt>. This snippet above firstly turns everything off, then selectively decides to show the headers as listed with <tt>unignore</tt>.</p>
<p>I have been slightly annoyed for a while now that my Mutt configuration wasn&#8217;t displaying the send-time when i was reading emails. I had the date in the e-mail list, but nothing in the actualy email.</p>
<p>Finally I got to look it up <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cuasan.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cuasan.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cuasan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cuasan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cuasan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cuasan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cuasan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cuasan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cuasan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cuasan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cuasan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cuasan.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cuasan.wordpress.com&blog=837431&post=41&subd=cuasan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cuasan.wordpress.com/2008/04/17/want-to-see-the-date-and-time-in-the-mutt-mail-client-when-reading-e-mail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Widgets with Compiz on Ubuntu</title>
		<link>http://cuasan.wordpress.com/2008/04/14/widgets-with-compiz-on-ubuntu/</link>
		<comments>http://cuasan.wordpress.com/2008/04/14/widgets-with-compiz-on-ubuntu/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 18:38:55 +0000</pubDate>
		<dc:creator>dmom</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://cuasan.wordpress.com/2008/04/14/widgets-with-compiz-on-ubuntu/</guid>
		<description><![CDATA[I have  being using compiz recently with ubuntu, a really nice desktop control environment.
One of the things I had wanted from the start were Desktop Widgets (aka Desklets or Screenlets)
There is in the Compiz configuration settings, under the &#8220;Desktop&#8221; section, a &#8220;Widget Layer&#8221; feature.
I have just gotten this to work with arbitrary widgets, indeed [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have  being using compiz recently with ubuntu, a really nice desktop control environment.</p>
<p>One of the things I had wanted from the start were Desktop Widgets (aka Desklets or Screenlets)</p>
<p>There is in the Compiz configuration settings, under the &#8220;Desktop&#8221; section, a &#8220;Widget Layer&#8221; feature.</p>
<p>I have just gotten this to work with arbitrary widgets, indeed one can make any application behave like a widget, through unique identification of the window for that application.</p>
<p>I have installed MacSlow&#8217;s Cairo-Clock and gDesklets. I use the Éphémeride Calendar, SideCandy Network, Disk IO and Binary Clock gDesklets. I also run Mutt Mail Client in a gnome-terminal window and would like that to behave as a widget also.</p>
<p>So, I enable the &#8220;Widget Layer&#8221;, and set the following for the &#8220;Widget Windows&#8221; field on the &#8220;Behaviour&#8221; tab :</p>
<p><tt>name=cairo-clock | (name=gnome-terminal &amp;amp; title=mutt) | name=gdesklets-daemon</tt></p>
<p>I got the details of the windows via the <tt>xprop</tt> command. Just open a terminal, run <tt>xprop</tt> and then click the window you want information for, and it will be dumped out to screen.</p>
<p>Be warned, the output of xprop doesn&#8217;t look pretty, but you are looking for the values of variables like <tt>WM_CLASS</tt> or <tt>WM_NAME</tt> in order to identify your application.</p>
<p>One set, your specified applications will be hidden. When you press <tt>F9</tt> they appear as an overlayed layer, and the rest of the desktop fades out.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cuasan.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cuasan.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cuasan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cuasan.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cuasan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cuasan.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cuasan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cuasan.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cuasan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cuasan.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cuasan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cuasan.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cuasan.wordpress.com&blog=837431&post=40&subd=cuasan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cuasan.wordpress.com/2008/04/14/widgets-with-compiz-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Settings for Compiz on Ubuntu</title>
		<link>http://cuasan.wordpress.com/2008/04/09/settings-for-compiz-on-ubuntu/</link>
		<comments>http://cuasan.wordpress.com/2008/04/09/settings-for-compiz-on-ubuntu/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 18:48:39 +0000</pubDate>
		<dc:creator>dmom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cuasan.wordpress.com/2008/04/09/settings-for-compiz-on-ubuntu/</guid>
		<description><![CDATA[Just found this
Lists some nice settings to use with Compiz.
The vortex setting in the &#8216;Expo&#8217; effect is pretty nice!(for the shortcut keys, &#8217;super&#8217; is probably familiar to most users as the &#8216;Alt Option&#8217; key, or a key having an MS logo)
When Desktop Cube and Rotate Cube are enabled press and hold CTRL-ALT and click the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just found <a href="http://ubuntu-tutorials.com/2007/10/04/compiz-fusion-on-ubuntu-710-gutsy-gibbin/">this</a></p>
<p>Lists some nice settings to use with Compiz.</p>
<p>The vortex setting in the &#8216;Expo&#8217; effect is pretty nice!<br />(for the shortcut keys, &#8217;super&#8217; is probably familiar to most users as the &#8216;Alt Option&#8217; key, or a key having an MS logo)</p>
<p>When Desktop Cube and Rotate Cube are enabled press and hold CTRL-ALT and click the left mouse button&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cuasan.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cuasan.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cuasan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cuasan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cuasan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cuasan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cuasan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cuasan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cuasan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cuasan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cuasan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cuasan.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cuasan.wordpress.com&blog=837431&post=39&subd=cuasan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cuasan.wordpress.com/2008/04/09/settings-for-compiz-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fancy Desktop effect in Ubuntu 7.10</title>
		<link>http://cuasan.wordpress.com/2008/04/07/fancy-desktop-effect-in-ubuntu-710/</link>
		<comments>http://cuasan.wordpress.com/2008/04/07/fancy-desktop-effect-in-ubuntu-710/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 19:37:30 +0000</pubDate>
		<dc:creator>dmom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cuasan.wordpress.com/2008/04/07/fancy-desktop-effect-in-ubuntu-710/</guid>
		<description><![CDATA[I had gone through setting up extra effects in ubuntu before with compiz, custom xorg configuration, and so forth.
With 7.10 I have just tried it again, and it couldn&#8217;t be easier.
I simple installed two packages as per https://help.ubuntu.com/community/CompositeManager/Xgl/simple and restarted the windowing system (CTRL-ALT-BACKSPACE - beware, save anything you want to keep and probably best [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I had gone through setting up extra effects in ubuntu before with compiz, custom xorg configuration, and so forth.</p>
<p>With 7.10 I have just tried it again, and it couldn&#8217;t be easier.</p>
<p>I simple installed two packages as per <a href="https://help.ubuntu.com/community/CompositeManager/Xgl/simple">https://help.ubuntu.com/community/CompositeManager/Xgl/simple</a> and restarted the windowing system (<tt>CTRL-ALT-BACKSPACE</tt> - beware, save anything you want to keep and probably best to close all apps and logout first)</p>
<p>Thats it. Navigating to <tt>System -&gt; Preferences -&gt; Appearance</tt> I can upgrade to extra nice effects. At the minute I am having great fun with the &#8216;rotating cube desktop&#8217;.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cuasan.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cuasan.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cuasan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cuasan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cuasan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cuasan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cuasan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cuasan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cuasan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cuasan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cuasan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cuasan.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cuasan.wordpress.com&blog=837431&post=38&subd=cuasan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cuasan.wordpress.com/2008/04/07/fancy-desktop-effect-in-ubuntu-710/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux on USB disks : Damn Small Linux</title>
		<link>http://cuasan.wordpress.com/2008/04/05/linux-on-usb-disks-damn-small-linux/</link>
		<comments>http://cuasan.wordpress.com/2008/04/05/linux-on-usb-disks-damn-small-linux/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 00:03:45 +0000</pubDate>
		<dc:creator>dmom</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://cuasan.wordpress.com/2008/04/05/linux-on-usb-disks-damn-small-linux/</guid>
		<description><![CDATA[Today I tried out installing two separate, cut-down, versions of Linux  onto a USB drive.
This post details my experience with damn small linux.
Damn Small Linux
I tried getting various files, including the embedded zip file, but failed to install to
a USB disk. The idea seemed pretty simple, unzip the files onto the USB
disk, run sys [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I tried out installing two separate, cut-down, versions of Linux  onto a USB drive.</p>
<p>This post details my experience with damn small linux.</p>
<p><a href="http://damnsmalllinux.org/"><strong>Damn Small Linux</strong></a></p>
<p>I tried getting various files, including the embedded zip file, but failed to install to<br />
a USB disk. The idea seemed pretty simple, unzip the files onto the USB<br />
disk, run sys linux. Go. But it just wouldn&#8217;t work. Kept reporting<br />
missing files early in boot.</p>
<p>The alternative, boot into the system form the iso and install from there, also failed.</p>
<p><strong><em>Note, in both cases I am booting into a virtual machine, not natively.</em></strong></p>
<p><a href="http://ftp.heanet.ie/mirrors/damnsmalllinux.org/current/dsl-4.2.5.iso">http://ftp.heanet.ie/mirrors/damnsmalllinux.org/current/dsl-4.2.5.iso</a></p>
<p>Instead of burning a CDR I booted the cd image with Qemu, a free virtual machine emulator (available in <a href="http://www.ubuntu.com/">Ubuntu Debian Gnu/Linux</a>)</p>
<p><tt>qemu -k en-gb -m 512 -localtime -boot d -cdrom dsl-4.2.5.iso /dev/sdb1</tt></p>
<p>I provided the USB drive as the hard-drive to the virtual machine<br />
(/dev/sdb1) and instructed the boot drive to be the cd (&#8217;-cdrom<br />
cd-image.iso&#8217;) with the option &#8216;-boot d&#8217;.</p>
<p>DSL booted up into the GUI without issue.</p>
<p>Then<br />
I selected the install option &#8220;USB-HDD Pendrive Install.&#8221; from the DSL Menu -&gt; Apps -&gt; Tools</p>
<p>I also tried HDD install.</p>
<p>Neither work. The filesystem has errors on creation. Might try again when booted native from the CD,  instead of through the virtual macine.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cuasan.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cuasan.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cuasan.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cuasan.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cuasan.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cuasan.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cuasan.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cuasan.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cuasan.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cuasan.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cuasan.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cuasan.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cuasan.wordpress.com&blog=837431&post=37&subd=cuasan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cuasan.wordpress.com/2008/04/05/linux-on-usb-disks-damn-small-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux on USB disks : Puppy Linux</title>
		<link>http://cuasan.wordpress.com/2008/04/04/linux-on-usb-disks-puppy-linux/</link>
		<comments>http://cuasan.wordpress.com/2008/04/04/linux-on-usb-disks-puppy-linux/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 22:39:45 +0000</pubDate>
		<dc:creator>dmom</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://cuasan.wordpress.com/2008/04/04/linux-on-usb-disks-puppy-linux/</guid>
		<description><![CDATA[Today I tried out installing two separate, cut-down, versions of Linux  onto a USB drive.
This post details my experience with puppy linux.
Puppy linux
I tried getting various files but ended up using the iso download file.
 ftp://ibiblio.org/pub/linux/distributions/puppylinux/puppy-3.01-seamonkey.iso
Instead of burning a CDR I booted the cd image with Qemu, a free virtual machine emulator (available in [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I tried out installing two separate, cut-down, versions of Linux  onto a USB drive.</p>
<p>This post details my experience with puppy linux.</p>
<p><a href="http://www.puppylinux.com/install.htm"><strong>Puppy linux</strong></a></p>
<p>I tried getting various files but ended up using the iso download file.</p>
<p><a href="ftp://ibiblio.org/pub/linux/distributions/puppylinux/puppy-3.01-seamonkey.iso"> ftp://ibiblio.org/pub/linux/distributions/puppylinux/puppy-3.01-seamonkey.iso</a></p>
<p>Instead of burning a CDR I booted the cd image with Qemu, a free virtual machine emulator (available in <a href="http://www.ubuntu.com/">Ubuntu Debian Gnu/Linux</a>)</p>
<p><tt>qemu -k en-gb -m 512 -localtime -boot d -cdrom puppy-3.01-seamonkey.iso /dev/sdb1</tt></p>
<p>I provided the USB drive as the hard-drive to the virtual machine (/dev/sdb1) and instructed the boot drive to be the cd (&#8217;-cdrom cd-image.iso) with the option &#8216;-boot d&#8217;.</p>
<p>I booted into XVESA, XORG didn&#8217;t work.<br />
Then I selected the install option &#8220;Install to IDE flash drive.&#8221; from the puppy installer at Menu -&gt; Setup -&gt; Puppy Universal Installer</p>
<p>I shut down the virtual machine, and rebooted, this time from the newly set-up USB disk, with:</p>
<p><tt>qemu -k en-gb -m 512 -localtime /dev/sdb1</tt></p>
<p>Worked fine, no issues !</p>
<p>Previously I had tried downloading other puppy linux files from the download server, but failed to install to a USB disk (without too much trying I must admit though in fairness)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cuasan.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cuasan.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cuasan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cuasan.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cuasan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cuasan.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cuasan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cuasan.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cuasan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cuasan.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cuasan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cuasan.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cuasan.wordpress.com&blog=837431&post=36&subd=cuasan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cuasan.wordpress.com/2008/04/04/linux-on-usb-disks-puppy-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating labels for disks in ubuntu</title>
		<link>http://cuasan.wordpress.com/2008/03/31/creating-labels-for-disks-in-ubuntu/</link>
		<comments>http://cuasan.wordpress.com/2008/03/31/creating-labels-for-disks-in-ubuntu/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 22:52:00 +0000</pubDate>
		<dc:creator>dmom</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://cuasan.wordpress.com/2008/03/31/creating-labels-for-disks-in-ubuntu/</guid>
		<description><![CDATA[The ability to create or change the disk label of fat/fat32/vfat file systems/partitions doesn&#8217;t come with Parted; yet is quite simple to achieve with Ubuntu Debian GNU/Linux :).
This comes in very handy when you have a number of fat devices (like USB, SD, etc) and want something more meaningful than just &#8220;disk&#8221; as its name.
Get [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The ability to create or change the disk label of fat/fat32/vfat file systems/partitions doesn&#8217;t come with Parted; yet is quite simple to achieve with Ubuntu Debian GNU/Linux :).</p>
<p>This comes in very handy when you have a number of fat devices (like USB, SD, etc) and want something more meaningful than just &#8220;disk&#8221; as its name.</p>
<p>Get <em>mtools</em> if you haven&#8217;t it already<br />
<tt>sudo apt-get install mtools</tt></p>
<p>Create a configuration file to avoid some error reporting<br />
<tt>echo &#8220;mtools_skip_check=1&#8243; &gt; ~/.mtoolsrc</tt></p>
<p>Check where your disk i<strong></strong>s in the linux devices<br />
<tt>mount</tt></p>
<p>Label your disk<br />
<tt>mlabel -i /dev/sdb1 -s ::my_disc</tt></p>
<p>&#8230;and there you have it.</p>
<p>Disconnect the device and reconnect it and the label will show when it is auto mounted.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cuasan.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cuasan.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cuasan.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cuasan.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cuasan.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cuasan.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cuasan.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cuasan.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cuasan.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cuasan.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cuasan.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cuasan.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cuasan.wordpress.com&blog=837431&post=35&subd=cuasan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cuasan.wordpress.com/2008/03/31/creating-labels-for-disks-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Undelete files on a vfat partition in Ubuntu</title>
		<link>http://cuasan.wordpress.com/2008/03/31/undelete-files-on-a-vfat-partition-in-ubuntu/</link>
		<comments>http://cuasan.wordpress.com/2008/03/31/undelete-files-on-a-vfat-partition-in-ubuntu/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 20:45:20 +0000</pubDate>
		<dc:creator>dmom</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://cuasan.wordpress.com/2008/03/31/undelete-files-on-a-vfat-partition-in-ubuntu/</guid>
		<description><![CDATA[I have recently used the &#8216;photorec&#8217; component of the &#8216;testdisk&#8217; application for recovering files from FAT32 file systems.
I had used it before to recover files from general USB devices and others like Compact Flash/MMC/Secure Digital media with great success.
Then, I was focusing on recovery of photos and movies.
This time I was looking for various non-image [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have recently used the <em>&#8216;photorec&#8217;</em> component of the <a href="http://www.cgsecurity.org/testdisk.html">&#8216;testdisk&#8217;</a> application for recovering files from FAT32 file systems.</p>
<p>I had used it before to recover files from general USB devices and others like Compact Flash/MMC/Secure Digital media with great success.</p>
<p>Then, I was focusing on recovery of photos and movies.</p>
<p>This time I was looking for various non-image files. Again I was suitably impressed by its coverage, and its simplicity in terms of use and speed.</p>
<p>They name may suggest only photos, but this is a great piece of software, regardless of what kind of file you are trying to recover.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cuasan.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cuasan.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cuasan.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cuasan.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cuasan.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cuasan.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cuasan.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cuasan.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cuasan.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cuasan.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cuasan.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cuasan.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cuasan.wordpress.com&blog=837431&post=34&subd=cuasan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cuasan.wordpress.com/2008/03/31/undelete-files-on-a-vfat-partition-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spoofing your Browser</title>
		<link>http://cuasan.wordpress.com/2008/03/31/spoofing-your-browser/</link>
		<comments>http://cuasan.wordpress.com/2008/03/31/spoofing-your-browser/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 10:50:16 +0000</pubDate>
		<dc:creator>dmom</dc:creator>
		
		<category><![CDATA[TechIt]]></category>

		<guid isPermaLink="false">http://cuasan.wordpress.com/?p=33</guid>
		<description><![CDATA[Web servers sometimes behave differently for different browsers, for compatibility reasons usually, but not neccessarily.
If you want  to test how a system or site behaves for different browsers, plugins for firefox such as the &#8216;User Agent Switcher&#8216; can help. With it you can enter any data for the User Agent string.
The User Agent String [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Web servers sometimes behave differently for different browsers, for compatibility reasons usually, but not neccessarily.</p>
<p>If you want  to test how a system or site behaves for different browsers, plugins for firefox such as the &#8216;<a href="http://chrispederick.com/work/user-agent-switcher/">User Agent Switcher</a>&#8216; can help. With it you can enter any data for the <em>User Agent string</em>.</p>
<p>The<em> User Agent String</em> is essentially a text string that your browser sends with each request to tell the server what browser, operating system, extensions/plugins, etc you are using.</p>
<p>I didn&#8217;t initially find the format or usage of this plugin to be very intuitive, but thankfully there are importable files online with settings for many of the more common combinations of browser/os etc. One such list I have used is at <a href="http://qainsight.net">http://qainsight.net</a>.  Check for updates to the version of the script. Right now the site is offline, but the latest (March 2008, from internet caches) appears to be <a href="http://www1.qainsight.net:8080/2008/02/23/I+Added+IE+8+To+The+User+Agent+Switcher+Import+File.aspx">here</a>.</p>
<p>Last I read it does not properly cater for the different User Agent String formats of other browsers, for instance the IE and Firefox string are quite different in both content and organisation. So while it will usually work, it may sometimes fail, and will probably not hide the fact of what browser you are actually using from those who might really want to know&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cuasan.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cuasan.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cuasan.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cuasan.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cuasan.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cuasan.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cuasan.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cuasan.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cuasan.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cuasan.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cuasan.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cuasan.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cuasan.wordpress.com&blog=837431&post=33&subd=cuasan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cuasan.wordpress.com/2008/03/31/spoofing-your-browser/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Address Book with Mutt on Ubuntu</title>
		<link>http://cuasan.wordpress.com/2008/03/28/address-book-with-mutt-on-ubuntu/</link>
		<comments>http://cuasan.wordpress.com/2008/03/28/address-book-with-mutt-on-ubuntu/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 20:27:04 +0000</pubDate>
		<dc:creator>dmom</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://cuasan.wordpress.com/2008/03/28/address-book-with-mutt-on-ubuntu/</guid>
		<description><![CDATA[I have been using Mutt MUA for a little while now and it is apparent that I need some kind of address book. The solution outlined here saves address automatically when you send email.
This solution is better for me than saving received addresses. Think spam etc.
The addressbook used os lbdb, little brother database.
My lbdb is [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have been using Mutt MUA for a little while now and it is apparent that I need some kind of address book. The solution outlined here saves address automatically when you send email.</p>
<p>This solution is better for me than saving received addresses. Think spam etc.</p>
<p>The addressbook used os lbdb, <em>little brother database</em>.</p>
<p>My lbdb is installed and setup with the following in <tt>~/.lbdbrc</tt></p>
<blockquote><p><code><br />
# my lbdb config file</code></p>
<p># methods to search [www.spinnaker.de/lbdb/]<br />
METHODS=&#8221;m_inmail&#8221;<br />
#m_muttalias m_palm m_gpg m_ldap</p></blockquote>
<p>To save addresses when sending, I replace the mutt sendmail option which was using esmtp to now point to a custom script.<br />
The script uses the <em>tee</em> command to send a copy of the mail to <em>lbdb</em> for address harvesting, and another copy to <em>esmtp</em> as before. I also added an option to tell <em>mutt</em> to use <em>lbdb</em> for address queries.</p>
<p>The changed and new options in <tt>~/.muttrc</tt> are</p>
<blockquote><p><code><br />
set sendmail=&#8221;~/esmtp-lbdb.sh&#8221;<br />
set envelope_from=yes</code></p>
<p># use lbdb for email address querying<br />
set query_command=&#8221;/usr/bin/lbdbq &#8216;%s&#8217;&#8221;</p></blockquote>
<p>The script <code>esmtp-lbdb.sh</code> is as follows</p>
<blockquote><p><code><br />
#!/bin/bash<br />
#<br />
# Script must run with Bash so keep above<br />
# send mail with esmtp but send a copy to lbdb-fecthaddr to harvest address<br />
#<br />
echo -e \\n \\n MARK \\n \\n &gt;&gt; /tmp/test.log<br />
echo &#8220;$@&#8221; &gt;&gt; /tmp/test.log</code></p>
<p># harvest mail (stdin) and major to address<br />
# tee the stdin,<br />
# tee splits input into two copies, one to named file, one to stdout<br />
# instead of named file, we redirect to command, and the other copy to stdout is piped to a second command<br />
#<br />
# the first command harvests email addresses from the input email<br />
# the second command sends the input e-mail, and takes the parameters via &#8220;$@&#8221; which are the from and to/cc/etc addresses<br />
tee &gt;(lbdb-fetchaddr -a) | /usr/bin/esmtp -v -X /tmp/esmtp.log &#8220;$@&#8221;</p></blockquote>
<p>When sending an email in mutt, I can press CTRL-T to get the list of addresses from <em>lbdb</em> and choose one for inclusion.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cuasan.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cuasan.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cuasan.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cuasan.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cuasan.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cuasan.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cuasan.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cuasan.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cuasan.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cuasan.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cuasan.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cuasan.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cuasan.wordpress.com&blog=837431&post=32&subd=cuasan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cuasan.wordpress.com/2008/03/28/address-book-with-mutt-on-ubuntu/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>