<?xml version="1.0"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
   <channel>
      <pubDate>Thu, 2 Sep 2010 18:38:13 GMT</pubDate>
      <lastBuildDate>Thu, 2 Sep 2010 18:38:13 GMT</lastBuildDate>
      <language>en</language>
      <docs>http://www.rssboard.org/rss-specification</docs>
      <title>CrunchBang ~ google</title>
      <link>http://crunchbang.org/tags/google/</link>
      <description>Code, Design &amp; GNU/Linux</description>

<item>
    <title>Interesting Stuff Elsewhere</title>
    <link>http://crunchbang.org/archives/2008/05/17/interesting-stuff-elsewhere/</link>
    <pubDate>Sat, 17 May 2008 04:25:10 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/05/17/interesting-stuff-elsewhere/</guid>
    <description><![CDATA[
    <p>I have created a new page on my website. For lack of a better name, I have called the page &#34;<a href="http://crunchbang.org/elsewhere/ " title="Interesting Stuff Elsewhere">Interesting Stuff Elsewhere</a>&#34;. The page features a list of links to &#34;stuff&#34; which I have deemed interesting enough to share via my <a href="http://www.google.com/reader/ " title="Google Reader">Google Reader</a> account.</p>

<p>The &#34;stuff&#34; is a hodgepodge collection of articles, blog posts, podcasts and videos; having said that, the &#34;stuff&#34; could be anything and the only real way to find out what the &#34;stuff&#34; is, is to click on the links. One thing is for sure, all the links lead to dead good &#34;stuff&#34; :)</p>

<p>See: <a href="http://crunchbang.org/elsewhere/ " title="Interesting Stuff Elsewhere">http://crunchbang.org/elsewhere/</a></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/google/" title="Browse all posts tagged with &#8220;google&#8221;">google</a>, <a href="http://crunchbang.org/tags/php/" title="Browse all posts tagged with &#8220;php&#8221;">php</a>, <a href="http://crunchbang.org/tags/webdesign/" title="Browse all posts tagged with &#8220;webdesign&#8221;">webdesign</a>, <a href="http://crunchbang.org/tags/whird/" title="Browse all posts tagged with &#8220;whird&#8221;">whird</a></p>
    ]]></description>
</item>

<item>
    <title>Gmail as Default Email Client in Ubuntu</title>
    <link>http://crunchbang.org/archives/2007/12/04/gmail-as-default-email-client-in-ubuntu/</link>
    <pubDate>Tue, 04 Dec 2007 12:08:04 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/12/04/gmail-as-default-email-client-in-ubuntu/</guid>
    <description><![CDATA[
    <p><strong>January 7th &#39;08 - Problems/Issues</strong><br />
<em>There are some issues with this script that could potentially lead to a temporary loss of access to your Gmail account. Please see the <a href="http://crunchbang.org/archives/2007/12/04/gmail-as-default-email-client-in-ubuntu/#usercomments " title="user comments">user comments</a> for more details.</em></p>

<hr />

<p>The <a href="http://www.howtogeek.com/ " title="How-To Geek">How-To Geek</a> has posted some really useful instructions for <a href="http://www.howtogeek.com/howto/ubuntu/set-gmail-as-default-mail-client-in-ubuntu/ " title="Setting Gmail as the default email client in Ubuntu.">setting Gmail as the default email client in Ubuntu</a>. How-To Geek starts his post by saying:</p>

<blockquote>
  <p>Every Geek uses Gmail&#8230; it&#39;s pretty much required. And now you can set Gmail as the default client in Ubuntu without any extra software.</p>
</blockquote>

<p>I think his opening statement is a slight generalisation :) Having said that, I am indeed a geek and I do use Gmail so he may have a point! Anyhow, I followed the instructions and the hack works well. I did deviated slightly and placed the shell script in my <code>bin</code> directory; this way the script can be called by name as it sits within my system path. For future reference the script I used has the following content:</p>

<pre><code>#!/bin/sh

firefox -remote "openurl(https://mail.google.com/mail?view=cm&amp;tf=0&amp;to=`
echo $1 | sed 's/mailto://'`,new-tab)"
</code></pre>

<p><em>Note: The Firefox command actually sits on one line.</em></p>

<p>Once I&#39;d placed the script in my <code>bin</code> directory, I then simply needed to change my preferred mail application:<br />
<code>System -&gt; Preferences -&gt; Preferred Applications</code></p>

<p><img src="http://crunchbang.org/uploads/120407065145-ubuntu-preferred-applications.png" alt="Setting default mail client in Ubuntu." /></p>

<h3>When email is slower than snail mail</h3>

<p>Talking of Gmail and email, I&#39;ve been experiencing some technical issues with email across several domains. Apparently these issues stem from <a href="http://www.dreamhoststatus.com/2007/11/17/gmail-forwarding-slowness/ " title="Dreamhost Status - Gmail Forwarding Slowness">Gmail greylisting</a> one of my hosting providers mail clusters. You can&#39;t imagine, unless you&#39;ve experienced it, how frustrating it is to receive email more than 48 hours after it was originally sent.</p>

<p>I apologise if anyone is waiting on a reply from any messages sent between 30/11/07 and 03/12/07. Your message will probably never arrive at its intended destination; I can only imagine that your message is floating aimlessly around cyberspace, either that or it&#39;s been sucked into a black hole :(</p>

<p>Looking on the bright side, I also use another more reliable [<em>read more expensive</em>] hosting provider and I&#39;ve moved my email operations to their servers. I&#39;ve also been looking into using <a href="http://www.google.com/a/ " title="Google Apps">Google Apps</a> for all my email needs; however, I&#39;m slightly apprehensive about paying out on a service that has been in Beta status for more than 3 years. Does anyone have any experience of using this service? If so I&#39;d really appreciate some sensible feedback about it.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/google/" title="Browse all posts tagged with &#8220;google&#8221;">google</a>, <a href="http://crunchbang.org/tags/hosting/" title="Browse all posts tagged with &#8220;hosting&#8221;">hosting</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Sites Added to Ubuntu Search Engine</title>
    <link>http://crunchbang.org/archives/2007/11/13/sites-added-to-ubuntu-search-engine/</link>
    <pubDate>Tue, 13 Nov 2007 02:20:55 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/11/13/sites-added-to-ubuntu-search-engine/</guid>
    <description><![CDATA[
    <p>I&#39;ve added the following addresses to <a href="http://crunchbang.org/archives/2007/11/05/ubuntu-search-engine/ " title="CrunchBang ~ Ubuntu Search Engine">my version</a> of an <a href="http://crunchbang.org/ubuntu-search-engine/ " title="Google Custom Ubuntu Search Engine">Ubuntu Search Engine</a>:</p>

<ul>
<li><a href="http://xubuntu.org/ " title="xubuntu.org">xubuntu.org</a></li>
<li><a href="http://xubuntublog.wordpress.com/ " title="xubuntublog.wordpress.com">xubuntublog.wordpress.com</a></li>
<li><a href="http://xubuntu.wordpress.com/ " title="xubuntu.wordpress.com">xubuntu.wordpress.com</a></li>
<li><a href="http://www.kubuntu.org/ " title="www.kubuntu.org">www.kubuntu.org</a></li>
<li><a href="http://wiki.kubuntu.org/ " title="wiki.kubuntu.org">wiki.kubuntu.org</a></li>
<li><a href="http://www.edubuntu.org/ " title="www.edubuntu.org">www.edubuntu.org</a></li>
<li><a href="http://wiki.edubuntu.org/ " title="wiki.edubuntu.org">wiki.edubuntu.org</a></li>
<li><a href="http://ubuntustudio.org/ " title="ubuntustudio.org">ubuntustudio.org</a></li>
</ul>

<p>That brings the total number of sites to 178.</p>

<p>I&#39;ve been quite surprised at how popular the service is becoming, especially considering that I only created it as an experiment to satisfy my own curiosity. The <a href="http://crunchbang.org/ubuntu-search-engine/firefox-tools/ " title="Ubuntu Search Engine - Firefox addons">Firefox tools</a> have also attracted a number of downloads.</p>

<p>Here&#39;s a basic usage chart provided by Google:</p>

<p><span style="outline:4px solid #babdb6;"><img src="http://crunchbang.org/uploads/111207174856-google-ubuntu-cse-chart.png" alt="Usage of Ubuntu Search Engine" /></span></p>

<h3>Add your site</h3>

<p>I&#39;d like to keep the service as relevant and concise as possible, so if you own or know of an Ubuntu related blog/site that is not included then <a href="http://crunchbang.org/contact/ " title="Contact me to add your domain.">please let me know</a>.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/google/" title="Browse all posts tagged with &#8220;google&#8221;">google</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a>, <a href="http://crunchbang.org/tags/ubuntucse/" title="Browse all posts tagged with &#8220;ubuntucse&#8221;">ubuntucse</a></p>
    ]]></description>
</item>

<item>
    <title>Ubuntu Search Engine</title>
    <link>http://crunchbang.org/archives/2007/11/05/ubuntu-search-engine/</link>
    <pubDate>Mon, 05 Nov 2007 01:30:34 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/11/05/ubuntu-search-engine/</guid>
    <description><![CDATA[
    <p><em>Foreword: I set-up this <a href="http://crunchbang.org/ubuntu-search-engine/ " title="Ubuntu Search Engine">Ubuntu Search Engine</a> as an experiment and to satisfy my own curiosity about <a href="http://google.com/coop/cse/ " title="Google CSE Service.">Google&#39;s CSE service</a>. It&#39;s ironic but I only found <a href="http://uboontu.com/ " title="uboontu.com - Ubuntu Search Engine">uboontu.com</a> when testing my own effort. I&#39;m also aware of the existence of ubuntuwire.com, however I&#39;ve not been able to connect to this service for the last few days. There isn&#39;t much difference between the any of these services [this is to be expected as they all use the same backend.] My version of an Ubuntu Search Engine has the slight advantage of having its results hosted on Google. Hopefully this will minimize the chances of the service going down or becoming unavailable in the future. Besides, you can never have too much Ubuntu goodness ;)</em></p>

<hr />

<p><a href="http://crunchbang.org/ubuntu-search-engine/" title="Ubuntu SearchEngine"><img src="http://crunchbang.org/images/bashful/goobuntu.gif" alt="Ubuntu Search Engine Logo - based on Google" style="float:left;border:0px;margin-right:20px;outline:4px solid #babdb6;" /></a></p>

<h3>Google Custom Search Engine for Ubuntu</h3>

<p>I&#39;ve set-up a new Google Custom <a href="http://crunchbang.org/ubuntu-search-engine/ " title="Ubuntu Search Engine">Search Engine for Ubuntu</a>. So far it provides results from a list of 169 separate Ubuntu related domains. The usual suspects are included in the list i.e. <a href="http://www.ubuntu.com/ " title="Main Ubuntu site.">www.ubuntu.com</a>, <a href="http://wiki.ubuntu.com/ " title="Ubuntu Wiki">wiki.ubuntu.com</a>, <a href="http://help.ubuntu.com/ " title="Ubuntu Documentation">help.ubuntu.com</a>, <a href="http://ubuntuforums.org/ " title="Ubuntu Forums">ubuntuforums.org</a> etc. The list also includes blogs listed on <a href="http://planet.ubuntu.com/ " title="Planet Ubuntu">planet.ubuntu.com</a> and various other Ubuntu related sites.</p>

<h3>Firefox Tools</h3>

<p>I&#39;ve created a couple of Firefox tools to accompany the service. See: <a href="http://crunchbang.org/ubuntu-search-engine/firefox-tools/ " title="Ubuntu Search Engine ~ Firefox Tools">http://crunchbang.org/ubuntu-search-engine/firefox-tools/</a></p>

<h3>About the design &amp; logo</h3>

<p>The <a href="http://crunchbang.org/ubuntu-search-engine/ " title="Ubuntu Search Engine">user interface</a> to my Ubuntu search engine should appear familiar to users of Google. This is intentional as I don&#39;t want to confuse anyone with a new Web 2.0 atrocity. Also, I like to keep to the <a href="http://en.wikipedia.org/wiki/KISS_principle " title="Wikipedia - Keep It Simple Stupid.">K.I.S.S principle</a> where possible and I don&#39;t think you can get much more simple than Google&#39;s default interface. Finally, this wasn&#39;t an exercise in stroking my design ego.</p>

<p>The logo may also look familiar &#8212; I&#39;m hoping I don&#39;t receive any threatening letters from Google Inc :)</p>

<h3>Spread the word</h3>

<p>If you enjoy this version of an Ubuntu Search Engine please consider spreading the love by sharing with your colleagues, friends, family and complete strangers. There are a couple of ways you could help share this service:</p>

<p><strong>1.</strong> Add an &#34;Ubuntu Search Engine&#34; search box to your blog or web site with <a href="http://crunchbang.org/ubuntu-search-engine/code.txt " title="Add an Ubuntu Search Engine form to your blog with this code.">this code</a>.</p>

<p><strong>2.</strong> Share with: <a href="http://digg.com/submit?phase=2&amp;url=http://crunchbang.org/ubuntu-search-engine/&amp;title=Ubuntu Search Engine" title="Spread the word, Digg the Ubuntu Search Engine.">Digg</a> - <a href="http://del.icio.us/post?url=http://crunchbang.org/ubuntu-search-engine/&amp;title=Ubuntu Search Engine" title="Add Ubuntu Search Engine to your Del.icio.us bookmarks.">Del.icio.us</a> - <a href="http://www.stumbleupon.com/url/http://crunchbang.org/ubuntu-search-engine/" title="Spread the Love with StumpleUpon.">StumbleUpon</a> etc.</p>

<p>Thank you :)</p>

<h3>Disclaimer</h3>

<p>Google search engine and the Google logo are the trademarks of Google Inc. My Ubuntu Search Engine is not affiliated with Google Inc.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/google/" title="Browse all posts tagged with &#8220;google&#8221;">google</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/tools/" title="Browse all posts tagged with &#8220;tools&#8221;">tools</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a>, <a href="http://crunchbang.org/tags/ubuntucse/" title="Browse all posts tagged with &#8220;ubuntucse&#8221;">ubuntucse</a></p>
    ]]></description>
</item>

 </channel>
</rss>