<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>numbersix</title>
      <link>http://www.numbersix.net/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Fri, 05 Sep 2008 22:00:26 +0100</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Stephen Fry on England</title>
         <description><![CDATA["This country is run by idiots.  We know that because we sat next to them at school."

The man is a genius, and if you haven't listened to his <a href="http://www.stephenfry.com/podcasts/index.html">podgrams</a> then you've missed out.]]></description>
         <link>http://www.numbersix.net/mt-archives/001406.html</link>
         <guid>http://www.numbersix.net/mt-archives/001406.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">phunny</category>
        
        
         <pubDate>Fri, 05 Sep 2008 22:00:26 +0100</pubDate>
      </item>
            <item>
         <title>Magnets</title>
         <description><![CDATA[Amazing magnet shop  - <a href="http://www.supermagnete.ch">http://www.supermagnete.ch</a>]]></description>
         <link>http://www.numbersix.net/mt-archives/001405.html</link>
         <guid>http://www.numbersix.net/mt-archives/001405.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">technology</category>
        
        
         <pubDate>Wed, 27 Aug 2008 14:39:30 +0100</pubDate>
      </item>
            <item>
         <title>Desktop Backgrounds</title>
         <description><![CDATA[Ever on the lookout for fresh desktop background images I came across these recently:

<a href="http://www.mybestdesktops.com/">http://www.mybestdesktops.com/</a>

<a href="http://www.caedes.net/ ">http://www.caedes.net/ </a>

Both examples of good, non-commercial, non-clutter sites where the default looks like one of those mobile phone ringtone ads in the back of a glossy magazine.]]></description>
         <link>http://www.numbersix.net/mt-archives/001404.html</link>
         <guid>http://www.numbersix.net/mt-archives/001404.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">art</category>
        
        
         <pubDate>Mon, 25 Aug 2008 10:42:21 +0100</pubDate>
      </item>
            <item>
         <title>Prevent DS_Store files being created on remote volumes</title>
         <description><![CDATA[Apple have written an article detailing how to stop .DS_Store files being created on remote volumes:

<a href="http://support.apple.com/kb/HT1629">http://support.apple.com/kb/HT1629</a>]]></description>
         <link>http://www.numbersix.net/mt-archives/001403.html</link>
         <guid>http://www.numbersix.net/mt-archives/001403.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">mac</category>
        
        
         <pubDate>Sat, 09 Aug 2008 15:33:55 +0100</pubDate>
      </item>
            <item>
         <title>vi - search replace with command</title>
         <description><![CDATA[To search for a string, and then perform a vi command :

:g/string/command

for instance:

:%g/endofline$/join

will search for the string "endofline$" and then append the next line to any line that matches.

Vim documentation: <a href="http://vimdoc.sourceforge.net/htmldoc/">http://vimdoc.sourceforge.net/htmldoc/</a>]]></description>
         <link>http://www.numbersix.net/mt-archives/001402.html</link>
         <guid>http://www.numbersix.net/mt-archives/001402.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">unix</category>
        
        
         <pubDate>Thu, 24 Jul 2008 11:51:53 +0100</pubDate>
      </item>
            <item>
         <title>Matias - Tactile Pro</title>
         <description><![CDATA[I've been using the <a href="http://matias.ca/tactilepro/">Matias Tactile Pro</a> keyboard for a while now.  Wondefull old school clacky feel to it.  However one of the feet broke.  Quick email to the guys at <a href="http://matias.ca/">Matias</a> and they are sending me a replacement.  Now there's service.  Thanks guys!]]></description>
         <link>http://www.numbersix.net/mt-archives/001401.html</link>
         <guid>http://www.numbersix.net/mt-archives/001401.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">mac</category>
        
        
         <pubDate>Tue, 10 Jun 2008 01:44:26 +0100</pubDate>
      </item>
            <item>
         <title>Odile Kinart</title>
         <description><![CDATA[I love these sculptures: <a href="http://www.okinart.com/">http://www.okinart.com/</a>]]></description>
         <link>http://www.numbersix.net/mt-archives/001400.html</link>
         <guid>http://www.numbersix.net/mt-archives/001400.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">art</category>
        
        
         <pubDate>Thu, 29 May 2008 22:31:00 +0100</pubDate>
      </item>
            <item>
         <title>smpatch access to remote servers</title>
         <description><![CDATA[The more recent versions of Solaris come with an online patching utility smpatch.  This requires access to various servers on the public Internet.  I cannot find any definitive documentation on exactly which servers are accessed, the documentation only suggests updates.sun.com, but this is patently not the whole story.  There seems to be a system of redirects and load balancers in place that mean a bunch of other servers might be queried as well.  This makes creating outbound firewall rule sets difficult.

So far I have made up the following list.  The /24 networks are not entirely necessary, but I'd rather be a little generous here than having to add IPs to my rule set every time I want to patch.  Access does seem to be restricted to port 443.

<pre>
72.5.124.61
80.231.19.70
80.231.19.71
195.176.255.0/24
198.232.168.0/24
</pre>]]></description>
         <link>http://www.numbersix.net/mt-archives/001399.html</link>
         <guid>http://www.numbersix.net/mt-archives/001399.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">unix</category>
        
        
         <pubDate>Fri, 02 May 2008 15:12:58 +0100</pubDate>
      </item>
            <item>
         <title>Shell - Test for argument</title>
         <description>I always forget this and spend ages finding out how to do it.  How to test for an argument passed from the command line to a shell script, and not get &quot;argument expected&quot; error:

if [ -z &quot;$1&quot; ]; then
        echo argument expected
        exit 1
fi

The secret is the quotes around the $1.</description>
         <link>http://www.numbersix.net/mt-archives/001398.html</link>
         <guid>http://www.numbersix.net/mt-archives/001398.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">unix</category>
        
        
         <pubDate>Thu, 28 Feb 2008 16:28:55 +0100</pubDate>
      </item>
            <item>
         <title>Facebook</title>
         <description><![CDATA[Some interesting things you may not know about your favorite social networking site:  <a href="http://www.guardian.co.uk/technology/2008/jan/14/facebook">http://www.guardian.co.uk/technology/2008/jan/14/facebook</a>]]></description>
         <link>http://www.numbersix.net/mt-archives/001397.html</link>
         <guid>http://www.numbersix.net/mt-archives/001397.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">web</category>
        
        
         <pubDate>Mon, 14 Jan 2008 19:33:12 +0100</pubDate>
      </item>
            <item>
         <title>For Dad</title>
         <description>In awe I watched the waxing moon ride across the zenith of the heavens like an ambered chariot towards the ebon void of infinite space wherein the tethered belts of Jupiter and Mars hang forever festooned in their orbital majesty. And as I looked at all this I thought...I must put a roof on this lavatory. - Les Dawson</description>
         <link>http://www.numbersix.net/mt-archives/001395.html</link>
         <guid>http://www.numbersix.net/mt-archives/001395.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">quote</category>
        
        
         <pubDate>Tue, 08 Jan 2008 15:40:28 +0100</pubDate>
      </item>
            <item>
         <title>&quot;Console session already in use&quot;</title>
         <description><![CDATA[Sun machine, trying to connect to the RSC and you're getting the message "Console session already in use".  You know the other connection is not important.

Some versions of RSC allow:

<blockquote>console -f</blockquote>

to force a connection.  If this doesn't work, try:

<blockquote>resetrsc</blockquote>]]></description>
         <link>http://www.numbersix.net/mt-archives/001394.html</link>
         <guid>http://www.numbersix.net/mt-archives/001394.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">unix</category>
        
        
         <pubDate>Sat, 05 Jan 2008 11:21:30 +0100</pubDate>
      </item>
            <item>
         <title>Burn DVD from VIDEO_TS directory</title>
         <description><![CDATA[Found out how to make a real DVD from a VIDEO_TS folder.

<blockquote>makehybrid -udf -udf-volume-name "name of dvd" -o name_of_iso.iso path_to_directory_containing_VIDEO_TS</blockquote>

It is important that the directory containing the VIDEO_TS directory doesn't have any other files in it, otherwise the DVD player seems to treat it as a data DVD.

This from : 

<a href="http://www.macosxhints.com/article.php?story=20070612161317338&query=burn%2Bdvd">http://www.macosxhints.com/article.php?story=20070612161317338&query=burn%2Bdvd</a>]]></description>
         <link>http://www.numbersix.net/mt-archives/001393.html</link>
         <guid>http://www.numbersix.net/mt-archives/001393.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">mac</category>
        
        
         <pubDate>Sun, 09 Dec 2007 16:52:02 +0100</pubDate>
      </item>
            <item>
         <title>Edward Tufte</title>
         <description><![CDATA[Fascinating stuff : <a href="http://www.edwardtufte.com/tufte/">http://www.edwardtufte.com/tufte/</a>]]></description>
         <link>http://www.numbersix.net/mt-archives/001392.html</link>
         <guid>http://www.numbersix.net/mt-archives/001392.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">web</category>
        
        
         <pubDate>Sat, 08 Dec 2007 09:19:39 +0100</pubDate>
      </item>
            <item>
         <title>vim - turn off matching bracket highlight</title>
         <description><![CDATA[vim highlights matching brackets which is nice until it starts becoming a pain.  This in your .vimrc will turn it off:

<blockquote>let g:loaded_matchparen= 1</blockquote>

From here : <a href="http://groups.google.com/group/comp.editors/browse_thread/thread/42daad5f97aa6f13/9e140069098c7560?lnk=raot">http://groups.google.com/group/comp.editors/browse_thread/thread/42daad5f97aa6f13/9e140069098c7560?lnk=raot</a>

You can still bounce between the matching brackets by pressing %.]]></description>
         <link>http://www.numbersix.net/mt-archives/001391.html</link>
         <guid>http://www.numbersix.net/mt-archives/001391.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">unix</category>
        
        
         <pubDate>Sat, 24 Nov 2007 11:27:58 +0100</pubDate>
      </item>
      
   </channel>
</rss>
