<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>leftbrainlogic</title>
    <link rel="alternate" type="text/html" href="http://leftbrainlogic.com/" />
    <link rel="self" type="application/atom+xml" href="http://leftbrainlogic.com/atom.xml" />
    <id>tag:leftbrainlogic.com,2010-06-15://2</id>
    <updated>2010-06-19T17:01:40Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 5.02</generator>

<entry>
    <title>Make a million (1 000 000) in two years - blog</title>
    <link rel="alternate" type="text/html" href="http://leftbrainlogic.com/blog/2010/06/make-a-million-1-000-000-in-two-years.html" />
    <id>tag:www.leftbrainlogic.com,2010:/blog//3.10</id>

    <published>2010-06-19T17:01:38Z</published>
    <updated>2010-06-19T17:01:40Z</updated>

    <summary></summary>
    <author>
        <name>loudsight</name>
        
    </author>
    
        <category term="To Do" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://leftbrainlogic.com/blog/">
        
        
    </content>
</entry>

<entry>
    <title>Google App Engine, Google Web Toolkit + Google APIs - blog</title>
    <link rel="alternate" type="text/html" href="http://leftbrainlogic.com/blog/2010/06/google-app-engine-google-web-toolkit-google-apis.html" />
    <id>tag:www.leftbrainlogic.com,2010:/blog//3.9</id>

    <published>2010-06-19T16:52:45Z</published>
    <updated>2010-06-19T16:52:47Z</updated>

    <summary>Find out if it is possible to develop a Java application which leverages the Google Web Toolkit and Google APIs and deploy it on Google App Engine. That would be an immensely useful piece of kit!...</summary>
    <author>
        <name>loudsight</name>
        
    </author>
    
        <category term="To Do" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://leftbrainlogic.com/blog/">
        <![CDATA[<h6>Find out if it is possible to develop a Java application which leverages the <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> and <a href="http://code.google.com/apis/gdata/">Google APIs</a> and deploy it on <a href="http://code.google.com/appengine/">Google App Engine</a>. That would be an immensely useful piece of kit! </h6>]]>
        
    </content>
</entry>

<entry>
    <title>How to set up your own name@surname.me email address in 3 easy steps - blog</title>
    <link rel="alternate" type="text/html" href="http://leftbrainlogic.com/blog/2010/06/how-to-set-up-your-own-namesurnameme-email-address-in-3-easy-steps.html" />
    <id>tag:www.leftbrainlogic.com,2010:/blog//3.8</id>

    <published>2010-06-19T16:48:06Z</published>
    <updated>2010-06-19T16:48:08Z</updated>

    <summary>Most internet users don’t know that it is possible for them to have their own personalised email addresses? That is, an email address with a name of their choice after the ‘@’ sign and not the usual (boring) @hotmail, @live...</summary>
    <author>
        <name>loudsight</name>
        
    </author>
    
        <category term="How To" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://leftbrainlogic.com/blog/">
        <![CDATA[<p>Most internet users don’t know that it is possible for them to have their own personalised email addresses? That is, an email address with a name of their choice after the ‘@’ sign and not the usual (boring) @hotmail, @live or @gmail, etc?&quot;. Only three steps are required to accomplish this.&#160; </p>  <h5><a name="TOC-Step-1:-Get-a-web-address"></a>Step 1: Get a web address</h5>  <h5><a name="TOC-Step-2:-Get-a-Google-Apps-account"></a>Step 2: Get a Google Apps or Windows Live Custom Domain account</h5>  <h5><a name="TOC-Step-3:-Point-your-web-address-at-G"></a>Step 3: Point your web address at Google or Windows Live</h5>]]>
        
    </content>
</entry>

<entry>
    <title>How to get Ubuntu/Debian Version Numbers - blog</title>
    <link rel="alternate" type="text/html" href="http://leftbrainlogic.com/blog/2010/06/how-to-get-ubuntudebian-version-numbers.html" />
    <id>tag:www.leftbrainlogic.com,2010:/blog//3.7</id>

    <published>2010-06-19T16:39:12Z</published>
    <updated>2010-06-19T16:50:54Z</updated>

    <summary>Ubuntu $ lsb_release -a or $ more /etc/lsb-release or $ more /etc/apt/sources.list Any of the methods above will enable you to find out which version of Ubuntu you are running. Debian cat /etc/*release or cat /etc/issue Any of the methods...</summary>
    <author>
        <name>loudsight</name>
        
    </author>
    
        <category term="How To" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://leftbrainlogic.com/blog/">
        <![CDATA[<h5><a name="TOC-Ubuntu"></a>Ubuntu</h5>  <pre>$ lsb_release -a</pre>

<pre>or</pre>

<pre>$ more /etc/lsb-release</pre>

<pre>or</pre>

<pre>$ more /etc/apt/sources.list</pre>

<p>Any of the methods above will enable you to find out which version of Ubuntu you are running. </p>

<h5><a name="TOC-Debian"></a>Debian</h5>

<pre>cat /etc/*release</pre>

<pre>or</pre>

<pre>cat /etc/issue</pre>

<p>Any of the methods above will enable you to find out which version of Debian you are running.</p>]]>
        
    </content>
</entry>

<entry>
    <title>How to install Image::Magick on Debian/Ubuntu - blog</title>
    <link rel="alternate" type="text/html" href="http://leftbrainlogic.com/blog/2010/06/how-to-install-imagemagick-on-debianubuntu.html" />
    <id>tag:www.leftbrainlogic.com,2010:/blog//3.6</id>

    <published>2010-06-19T16:38:05Z</published>
    <updated>2010-06-19T16:38:07Z</updated>

    <summary>The required package is graphicsmagick-libmagick-dev-compat http://packages.ubuntu.com/feisty/graphicsmagick-libmagick-dev-compat and can be installed using the following command: sudo apt-get install graphicsmagick-libmagick-dev-compat....</summary>
    <author>
        <name>loudsight</name>
        
    </author>
    
        <category term="How To" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://leftbrainlogic.com/blog/">
        <![CDATA[<p>The required package is graphicsmagick-libmagick-dev-compat http://packages.ubuntu.com/feisty/graphicsmagick-libmagick-dev-compat and can be installed using the following command: sudo apt-get install graphicsmagick-libmagick-dev-compat.</p>]]>
        
    </content>
</entry>

<entry>
    <title>How to install a specific version of a CPAN module - blog</title>
    <link rel="alternate" type="text/html" href="http://leftbrainlogic.com/blog/2010/06/how-to-install-a-specific-version-of-a-cpan-module.html" />
    <id>tag:www.leftbrainlogic.com,2010:/blog//3.5</id>

    <published>2010-06-19T16:35:02Z</published>
    <updated>2010-06-19T16:35:04Z</updated>

    <summary><![CDATA[ sudo perl -MCPAN -e shell cpan[3]&gt; install Geo::IP # To install latest version of module cpan[3]&gt; install TJMATHER/Geo-IP-1.27.tar.gz # To install specific version of module...]]></summary>
    <author>
        <name>loudsight</name>
        
    </author>
    
        <category term="How To" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://leftbrainlogic.com/blog/">
        <![CDATA[<ul>   <li>     <h6>sudo perl -MCPAN -e shell </h6>   </li>    <li>     <p>cpan[3]&gt; install Geo::IP # To install latest version of module </p>   </li>    <li>     <p>cpan[3]&gt; install TJMATHER/Geo-IP-1.27.tar.gz # To install specific version of module </p>   </li> </ul>]]>
        
    </content>
</entry>

<entry>
    <title>How to change the default editor used by Linux Cron - blog</title>
    <link rel="alternate" type="text/html" href="http://leftbrainlogic.com/blog/2010/06/test.html" />
    <id>tag:www.leftbrainlogic.com,2010:/blog//3.4</id>

    <published>2010-06-19T16:26:11Z</published>
    <updated>2010-06-19T16:35:24Z</updated>

    <summary> export EDITOR=vi when you next edit the cron jobs via crontab -e vi will be used as your editor...</summary>
    <author>
        <name>loudsight</name>
        
    </author>
    
        <category term="How To" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://leftbrainlogic.com/blog/">
        <![CDATA[<ul>   <li>     <p>export EDITOR=vi </p>   </li>    <li>     <p>when you next edit the cron jobs via crontab -e vi will be used as your editor </p>   </li> </ul>]]>
        
    </content>
</entry>

</feed>
