<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Hone Watson Bookmarks</title>
	
	<link>http://bookmarks.honewatson.com</link>
	<description>I bring you the best from the web - random bookmarks.</description>
	<lastBuildDate>Mon, 15 Jun 2009 00:48:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/d342b31a79cf2a9201ad915522856538?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Hone Watson Bookmarks</title>
		<link>http://bookmarks.honewatson.com</link>
	</image>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/HoneWatsonBookmarks" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>perl: warning: Please check that your locale settings ubuntu</title>
		<link>http://bookmarks.honewatson.com/2009/05/30/perl-warning-please-check-that-your-locale-settings-ubuntu/</link>
		<comments>http://bookmarks.honewatson.com/2009/05/30/perl-warning-please-check-that-your-locale-settings-ubuntu/#comments</comments>
		<pubDate>Sat, 30 May 2009 02:22:56 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[Locales]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2009/05/30/perl-warning-please-check-that-your-locale-settings-ubuntu/</guid>
		<description><![CDATA[The fix (change to whatever language or version of english you&#8217;re using eg en_GB):

export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales


If you get the following warning below for apt-get or dpkg in ubuntu:
perl: warning: Please check that your locale settings ubuntu

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = &#8220;en_US.UTF-8&#8243;,
	LC_ALL = &#8220;en_US.UTF-8&#8243;,
	LANG = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=366&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The fix (change to whatever language or version of english you&#8217;re using eg en_GB):</p>
<p class="code"><code><br />
export LANGUAGE=en_US.UTF-8<br />
export LANG=en_US.UTF-8<br />
export LC_ALL=en_US.UTF-8<br />
locale-gen en_US.UTF-8<br />
dpkg-reconfigure locales<br />
</code></p>
<p><span id="more-366"></span></p>
<p>If you get the following warning below for apt-get or dpkg in ubuntu:</p>
<h3>perl: warning: Please check that your locale settings ubuntu</h3>
<blockquote><p>
perl: warning: Setting locale failed.<br />
perl: warning: Please check that your locale settings:<br />
	LANGUAGE = &#8220;en_US.UTF-8&#8243;,<br />
	LC_ALL = &#8220;en_US.UTF-8&#8243;,<br />
	LANG = &#8220;en_US.UTF-8&#8243;<br />
    are supported and installed on your system.<br />
perl: warning: Falling back to the standard locale (&#8221;C&#8221;).<br />
locale: Cannot set LC_CTYPE to default locale: No such file or directory<br />
locale: Cannot set LC_MESSAGES to default locale: No such file or directory<br />
locale: Cannot set LC_ALL to default locale: No such file or directory</p></blockquote>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/366/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=366&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2009/05/30/perl-warning-please-check-that-your-locale-settings-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Bulk Optimize Jpg’s Ubuntu Linux Command Line</title>
		<link>http://bookmarks.honewatson.com/2009/05/29/bulk-optimize-jpgs-ubuntu-linux-command-line/</link>
		<comments>http://bookmarks.honewatson.com/2009/05/29/bulk-optimize-jpgs-ubuntu-linux-command-line/#comments</comments>
		<pubDate>Fri, 29 May 2009 03:04:16 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Image Manipulation]]></category>
		<category><![CDATA[Image Optimization]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Imagemagick]]></category>
		<category><![CDATA[Mogrify]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2009/05/29/bulk-optimize-jpgs-ubuntu-linux-command-line/</guid>
		<description><![CDATA[First install imagemagick.
sudo apt-get install imagemagick
Then cd to your folder with your jpg images and type the following:
mogrify -quality 75 *jpg
Image optimization quality is defined by the number after -quality.  In this example 75%.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=364&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First install imagemagick.</p>
<p class="code"><code>sudo apt-get install imagemagick</code></p>
<p>Then cd to your folder with your jpg images and type the following:</p>
<p class="code"><code>mogrify -quality 75 *jpg</code></p>
<p>Image optimization quality is defined by the number after -quality.  In this example 75%.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/364/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=364&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2009/05/29/bulk-optimize-jpgs-ubuntu-linux-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Upload Image WordPress Error Problem</title>
		<link>http://bookmarks.honewatson.com/2009/04/14/upload-image-wordpress-error-problem/</link>
		<comments>http://bookmarks.honewatson.com/2009/04/14/upload-image-wordpress-error-problem/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:10:16 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[WordPress Mu]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2009/04/14/upload-image-wordpress-error-problem/</guid>
		<description><![CDATA[Sometimes wordpress plugins can interfere with the basic functionality of wordpress such as uploading files.

One plugins was preventing a jquery action occuring to reveal an image which had been uploaded with the wordpress image loader.&#160; The file was there, but you couldn&#8217;t send it to the browser.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=359&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometimes wordpress plugins can interfere with the basic functionality of wordpress such as uploading files.</p>
<p><span id="more-359"></span></p>
<p>One plugins was preventing a jquery action occuring to reveal an image which had been uploaded with the wordpress image loader.&nbsp; The file was there, but you couldn&#8217;t send it to the browser.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/359/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=359&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2009/04/14/upload-image-wordpress-error-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Hot Magazine News Blog Layouts</title>
		<link>http://bookmarks.honewatson.com/2009/04/07/hot-magazine-news-blog-layouts/</link>
		<comments>http://bookmarks.honewatson.com/2009/04/07/hot-magazine-news-blog-layouts/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 06:13:22 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Business Networking]]></category>
		<category><![CDATA[Direct Marketing]]></category>
		<category><![CDATA[Landing Pages]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress Mu]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2009/04/07/hot-magazine-news-blog-layouts/</guid>
		<description><![CDATA[The fundamental blog layout can be pretty crap for converting visitors unless you have exceptional content that can&#8217;t be found anywhere else.  
The &#8216;above the fold&#8217; (top of the page before scrolling) area on most blogs is usually taken up by one story and a bunch of basic links in a sidebar.  Layouts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=357&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The fundamental blog layout can be pretty crap for converting visitors unless you have exceptional content that can&#8217;t be found anywhere else.  </p>
<p>The &#8216;above the fold&#8217; (top of the page before scrolling) area on most blogs is usually taken up by one story and a bunch of basic links in a sidebar.  Layouts like <a href="http://www.smh.com.au">Smh</a> homepage are optimized to get a user to click on an article with a selection of images associated with articles.</p>
<p>Hot images can really help increase ctr.  The band of images near the bottom of the fold on the shm is a proven converter.</p>
<p><span id="more-357"></span></p>
<p>Here are some blog layouts that help with converting one time visitors into two time visitors.</p>
<ul>
<li><a href="http://pajamasmedia.com">Pajamas Media</a></li>
<p>
<li><a href="www.huffingtonpost.com">Huffington Post</a></li>
<p>
<li><a href="http://icanhascheezburger.com/">I can has cheez burger</a></li>
<li><a href="http://www.apartmenttherapy.com/">Apartment Theory</a></li>
<li><a href="http://blog.wired.com/underwire/">Underwire</a></li>
<li><a href="http://www.stylehive.com/blog/">Style Hive</a></li>
<li><a href="http://www.stylelist.com/blog/">Style List</a></li>
<li><a href="http://www.xxlmag.com/">xxlmag</a></li>
<p></ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=f98f08cf-7b6b-8119-8c8c-963aa97238a2" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/357/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=357&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2009/04/07/hot-magazine-news-blog-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=f98f08cf-7b6b-8119-8c8c-963aa97238a2" medium="image" />
	</item>
		<item>
		<title>Resize Elastic Block Store Volume Snapshot MySql XSF</title>
		<link>http://bookmarks.honewatson.com/2009/02/13/resize-elastic-block-store-volume-snapshot-mysql-xsf/</link>
		<comments>http://bookmarks.honewatson.com/2009/02/13/resize-elastic-block-store-volume-snapshot-mysql-xsf/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:13:11 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2009/02/13/resize-elastic-block-store-volume-snapshot-mysql-xsf/</guid>
		<description><![CDATA[If you&#8217;ve created a new larger elastic block store volume from a snapshot with more disk space and size you will need to also resize the partition.  

Let&#8217;s say you have mounted the new volume on /dev/sdh at the mount point /vol on an xfs partition.  Note you need to have the new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=355&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you&#8217;ve created a new larger elastic block store volume from a snapshot with more disk space and size you will need to also resize the partition.  </p>
<p><span id="more-355"></span></p>
<p>Let&#8217;s say you have mounted the new volume on /dev/sdh at the mount point /vol on an xfs partition.  Note you need to have the new volume mounted already.</p>
<p>Type into your terminal:</p>
<p class="code"><code><br />
xfs_growfs -d /vol<br />
</code>
</p>
<p>The above will expand space out to the maximum available.  Also if you cannot umount your old elastic block volume so you can detach and attach your new volume try the following:</p>
<p class="code"><code><br />
umount -l /vol<br />
umount -f /vol<br />
</code>
</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=d98e59b8-22b7-49ca-beb6-a7b7c2b3c6ab" /></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/355/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=355&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2009/02/13/resize-elastic-block-store-volume-snapshot-mysql-xsf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=d98e59b8-22b7-49ca-beb6-a7b7c2b3c6ab" medium="image" />
	</item>
		<item>
		<title>Ie6 Internet Exporer Install Ubuntu Ibex Intrepid Wine Tricks</title>
		<link>http://bookmarks.honewatson.com/2008/12/17/ie6-internet-exporer-install-ubuntu-ibex-intrepid-wine-tricks/</link>
		<comments>http://bookmarks.honewatson.com/2008/12/17/ie6-internet-exporer-install-ubuntu-ibex-intrepid-wine-tricks/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 03:44:32 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Ubuntu Intrepid Ibex]]></category>
		<category><![CDATA[Ibex]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/12/17/ie6-internet-exporer-install-ubuntu-ibex-intrepid-wine-tricks/</guid>
		<description><![CDATA[How to install and run Ie6 on Internet Explorer on Ubuntu Ibex with Wine Tricks.


sudo apt-get install wine
sudo apt-get install cabextract
wget http://www.kegel.com/wine/winetricks
sh winetricks ie6
To run Ie6:
wine ~/.wine/drive_c/Program\ Files/Internet\ Explorer/iexplore.exe
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=352&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>How to install and run Ie6 on Internet Explorer on Ubuntu Ibex with Wine Tricks.</p>
<p><span id="more-352"></span></p>
<p class="code"><code><br />
sudo apt-get install wine<br />
sudo apt-get install cabextract<br />
wget http://www.kegel.com/wine/winetricks<br />
sh winetricks ie6</code></p>
<p>To run Ie6:</p>
<p>wine ~/.wine/drive_c/Program\ Files/Internet\ Explorer/iexplore.exe</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/352/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=352&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/12/17/ie6-internet-exporer-install-ubuntu-ibex-intrepid-wine-tricks/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Copy MySQL Binaries</title>
		<link>http://bookmarks.honewatson.com/2008/12/09/copy-mysql-binaries/</link>
		<comments>http://bookmarks.honewatson.com/2008/12/09/copy-mysql-binaries/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 04:14:05 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/12/09/copy-mysql-binaries/</guid>
		<description><![CDATA[If you&#8217;re moving or copying MySQL Binary files be sure to do the following:


myisamchk &#8211;silent /path/to/mysql/data/files/*/*.MYI (check integrity)
chown -R mysql:mysql /path/to/mysql/datafiles
chmod -R 0660 /path/to/mysql/datafiles


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=350&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you&#8217;re moving or copying MySQL Binary files be sure to do the following:</p>
<p><span id="more-350"></span></p>
<ul>
<li>myisamchk &#8211;silent /path/to/mysql/data/files/*/*.MYI (check integrity)</li>
<li>chown -R mysql:mysql /path/to/mysql/datafiles</li>
<li>chmod -R 0660 /path/to/mysql/datafiles
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/350/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=350&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/12/09/copy-mysql-binaries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Chemicals Feminizing Men – Low Fertility – Less Men – Men the Weaker Sex</title>
		<link>http://bookmarks.honewatson.com/2008/12/08/chemicals-feminizing-men-low-fertility-less-men-men-the-weaker-sex/</link>
		<comments>http://bookmarks.honewatson.com/2008/12/08/chemicals-feminizing-men-low-fertility-less-men-men-the-weaker-sex/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 22:22:59 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Geek Talk]]></category>
		<category><![CDATA[Healthy Eating]]></category>
		<category><![CDATA[Male Fertility]]></category>
		<category><![CDATA[men]]></category>
		<category><![CDATA[Sperm]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/12/08/chemicals-feminizing-men-low-fertility-less-men-men-the-weaker-sex/</guid>
		<description><![CDATA[Hilarious excerpts from SlashDot &#8211; a nerdy tech site on an article about male fertility:

&#8220;A host of common chemicals is feminizing males of every class of vertebrate animals, from fish to mammals, including people. Many have been identified as &#8216;endocrine disruptors&#8217; or gender-benders because they interfere with hormones. Communities heavily polluted with gender-benders in Canada, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=346&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hilarious excerpts from SlashDot &#8211; a nerdy tech site on an article about male fertility:</p>
<p><span id="more-346"></span></p>
<blockquote><p>&#8220;A host of common chemicals is feminizing males of every class of vertebrate animals, from fish to mammals, including people. Many have been identified as &#8216;endocrine disruptors&#8217; or gender-benders because they interfere with hormones. Communities heavily polluted with gender-benders in Canada, Russia, and Italy have given birth to twice as many girls as boys, which may offer a clue to the mysterious shift in sex ratios worldwide. And a study at Rotterdam&#8217;s Erasmus University showed that boys whose mothers had been exposed to PCBs grew up wanting to play with dolls and tea sets rather than with traditionally male toys. It also follows hard on the heels of new American research which shows that baby boys born to women exposed to widespread chemicals in pregnancy are born with smaller penises and feminized genitals. It is calculated that 250,000 babies who would have been boys have been born as girls instead in the US and Japan alone. And sperm counts are dropping precipitously. Studies in more than 20 countries have shown that they have dropped from 150 million per milliliter of sperm fluid to 60 million over 50 years.&#8221;</p></blockquote>
<blockquote>
<p>On behalf of my fellow males I&#8217;d like to say:</p>
<p>&#8230;shit
</p></blockquote>
<blockquote><p>Yah, but the males that are left have 2x better odds. TWOOOOO GIRLS FOR EVERY GUY</p></blockquote>
<blockquote><p>
If you think that actually means you&#8217;ll get chicks then I suggest you remember where it is that you are posting <img src='http://s.wordpress.com/wp-includes/images/smilies/face-wink.png' alt=';)' class='wp-smiley' /> </p></blockquote>
<blockquote><p>Women will get so desperate they can&#8217;t resist any male guy! My plan is all falling to place. Muahahahahaa.</p></blockquote>
<blockquote>
<p>This makes me think about a period after a war with Brazil and Argentina when Paraguay&#8217;s government actually encouraged polygamy.</p>
<p>I could be happy in a place like that.
</p></blockquote>
<blockquote><p>Polygamy? Most man can hardly tolerate one wife!</p></blockquote>
<blockquote><p>You think tolerating multiple wives is difficult, try more than one mother in law!</p></blockquote>
<blockquote><p>no problem, just go for sisters!</p></blockquote>
<blockquote><p>That&#8217;s not the downside of Polygamy.</p>
<p>The real downside is that women who live togather tend to have synchronised menstral cicles. Imagine your pain on that one weekend off when you get home to find 5 wives and nobody to screw.</p>
<p>Or worse. 5 wives with PMS all bent on &#8220;discussing&#8221; your failures with you.</p></blockquote>
<blockquote><p>That&#8217;s not the downside of Polygamy.</p>
<p>The real downside is that women who live togather tend to have synchronised menstral cicles. Imagine your pain on that one weekend off when you get home to find 5 wives and nobody to screw.</p></blockquote>
<p>Or worse. 5 wives with PMS all bent on &#8220;discussing&#8221; your failures with you.</p>
<p><a href="http://www.independent.co.uk/news/science/its-official-men-really-are-the-weaker-sex-1055688.html">Men Weaker Sex</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/346/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=346&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/12/08/chemicals-feminizing-men-low-fertility-less-men-men-the-weaker-sex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Command Line “Search and Replace” Text in Files Recursively “Find and Replace” Grep Sed Python Regex Regular Expression</title>
		<link>http://bookmarks.honewatson.com/2008/12/02/linux-command-line-search-and-replace-text-in-files-recursively-find-and-replace-grep-sed-python-regex-regular-expression/</link>
		<comments>http://bookmarks.honewatson.com/2008/12/02/linux-command-line-search-and-replace-text-in-files-recursively-find-and-replace-grep-sed-python-regex-regular-expression/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 06:04:13 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Python Programming]]></category>
		<category><![CDATA[Ubuntu Intrepid Ibex]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/12/02/linux-command-line-search-and-replace-text-in-files-recursively-find-and-replace-grep-sed-python-regex-regular-expression/</guid>
		<description><![CDATA[I looked at different ways to &#8220;Search and Replace&#8221; Text in Files Recursively using the Linux Command Line.

&#8220;Find and Replace&#8221; with grep and sed combinations all sucked so I created this Python script to search through files and folders recursively for text then replace it.  This script also creates backups of the files before [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=345&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I looked at different ways to &#8220;Search and Replace&#8221; Text in Files Recursively using the Linux Command Line.</p>
<p><span id="more-345"></span></p>
<p>&#8220;Find and Replace&#8221; with grep and sed combinations all sucked so I created this Python script to search through files and folders recursively for text then replace it.  This script also creates backups of the files before it does the string replace.</p>
<p>Here is how to use it:</p>
<p class="code">
<code><br />
./fnr.py '/path/to_begin/from/' 'string to find' 'string to replace'<br />
</code>
</p>
<p>The script uses python regex regular expression syntax:</p>
<p class="code">
<code><br />
./fnr.py '/path/to_begin/from/' '^Let me tell you a funny .*$' 'Let me tell you a funny story!'<br />
</code>
</p>
<p>Here is how to set it up:</p>
<p class="code">
<code><br />
wget --output-file=fnr.py http://images.honewatson.com/random_files/find_replace_files.py<br />
chmod +x fnr.py<br />
</code>
</p>
<p>Here is the code:</p>
<p class="code">
<code><br />
#!/usr/bin/env python<br />
#search recursively through folders and replace text in files.<br />
import sys, os, re, string, subprocess</p>
<p>argv = sys.argv<br />
base_path = argv[1]<br />
find_string = argv[2]<br />
replace_string = argv[3]</p>
<p>def read_content(the_file):<br />
    f = file(the_file, 'r')<br />
    content = f.read()<br />
    f.close()<br />
    return content</p>
<p>def write_content(the_file, content):<br />
    f = file(the_file, 'w')<br />
    f.write(content)<br />
    f.close</p>
<p>def setup_find_results(base_path, find_string, replace_string):<br />
        b = subprocess.Popen([r"grep", "-rl", find_string, base_path], stdout=subprocess.PIPE)<br />
        for i in b.stdout:<br />
            the_file = re.sub('\n', '', i)<br />
            if not re.search('\.backup', the_file):<br />
                the_file_backup = '%s%s' % (the_file, '.backup')<br />
                subprocess.Popen([r"cp", the_file, the_file_backup])<br />
                content = read_content(the_file)<br />
                content = re.sub(find_string, replace_string, content)<br />
                write_content(the_file, content)</p>
<p>setup_find_results(base_path, find_string, replace_string)<br />
</code>
</p>
<p>Here is the link for the script:<br />
<a href="http://images.honewatson.com/random_files/find_replace_files.py.txt"><br />
Find and replace text in folder files recursively</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=345&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/12/02/linux-command-line-search-and-replace-text-in-files-recursively-find-and-replace-grep-sed-python-regex-regular-expression/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Set Up Ubuntu Ibex Windows Vista</title>
		<link>http://bookmarks.honewatson.com/2008/11/28/set-up-ubuntu-ibex-windows-vista/</link>
		<comments>http://bookmarks.honewatson.com/2008/11/28/set-up-ubuntu-ibex-windows-vista/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 02:18:21 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Ubuntu Intrepid Ibex]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/11/28/set-up-ubuntu-ibex-windows-vista/</guid>
		<description><![CDATA[Here&#8217;s an explanation of a desktop setup for Ubuntu Intrepid Ibex.

I instantly thought the banner photo of this blog looked liked New Zealand.&#160; New Zealand flora and fauna have a unique vibe.&#160; Easy setup.&#160;&#160;&#160; Noted the user of Zend Studio in this post.&#160; I&#8217;ve been avoiding PHP lately with a preference for Python.&#160; The Python [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=344&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s an explanation of a desktop setup for Ubuntu Intrepid Ibex.</p>
<p><span id="more-344"></span></p>
<p>I instantly thought the banner photo of this blog looked liked New Zealand.&nbsp; New Zealand flora and fauna have a unique vibe.&nbsp; <a href="http://www.1018-media.com/ext-perience/ubuntu/installed-ubuntu-ibex/">Easy setup</a>.&nbsp;&nbsp;&nbsp; Noted the user of Zend Studio in this post.&nbsp; I&#8217;ve been avoiding PHP lately with a preference for Python.&nbsp; The <a href="http://bookmarks.honewatson.com/tag/python/">Python</a> syntax is nicer than <a href="http://bookmarks.honewatson.com/tag/php/">PHP</a>.&nbsp; I like Komodo Edit and <a href="http://bookmarks.honewatson.com/tag/vim/">Vim</a> but Zend Studio sounds interesting.</p>
<p>Here is the perfect <a href="http://www.howtoforge.com/the-perfect-desktop-ubuntu-8.10">ubuntu 8.10 desktop setup</a>.</p>
<p>4 more guides:</p>
<ul>
<li><a href="http://beginlinux.com/desktop_training/ubuntu/1073-ubuntu-intrepid-ibex-install">Manual Partition</a></li>
<li>
<div align="justify"><a href="http://www.my-guides.net/en/content/view/119/1/">Visual Guide</a></div>
</li>
<li><a href="http://ubuntuguide.org/wiki/Ubuntu:Intrepid">Complete Guide</a></li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=344&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/11/28/set-up-ubuntu-ibex-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
	</channel>
</rss>
