<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Basically Tech - technical</title>
    <link>http://www.basicallytech.com/blog/</link>
    <description>Technical Observations</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1 - http://www.s9y.org/</generator>
    <pubDate>Fri, 03 Apr 2009 14:06:07 GMT</pubDate>

    <image>
        <url>http://www.basicallytech.com/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Basically Tech - technical - Technical Observations</title>
        <link>http://www.basicallytech.com/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Debian lenny MailScanner woes</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/114-Debian-lenny-MailScanner-woes.html</link>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/114-Debian-lenny-MailScanner-woes.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=114</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=114</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
I ran a system upgrade (from etch to lenny) on one of my Debian servers today.  There seem to be lots of people who have their own ideas about how to go about this, which is fair enough, there&#039;s more than one way to climb the mountain.  In fact I deviated (very) slightly from the steps kindly provided in the &lt;a href=&quot;http://debian.org/releases/stable/i386/release-notes/ch-upgrading.en.html&quot;&gt;official upgrade instructions&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
I double-checked the official &lt;a href=&quot;http://debian.org/releases/stable/i386/release-notes/ch-information.en.html&quot;&gt;issues to be aware of for lenny&lt;/a&gt;.  Nothing about MailScanner!
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.basicallytech.com/blog/index.php?/archives/114-Debian-lenny-MailScanner-woes.html#extended&quot;&gt;Continue reading &quot;Debian lenny MailScanner woes&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 03 Apr 2009 13:58:28 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/114-guid.html</guid>
    
</item>
<item>
    <title>Linux tips every geek should know</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/112-Linux-tips-every-geek-should-know.html</link>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/112-Linux-tips-every-geek-should-know.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=112</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=112</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
This is &lt;a href=&quot;http://www.tuxradar.com/content/linux-tips-every-geek-should-know&quot;&gt;a great collection of random Linux tips&lt;/a&gt; (57 in all).  They were originally published in &lt;a href=&quot;http://www.linuxformat.com/&quot;&gt;Linux Format magazine&lt;/a&gt;.  The various tips are categorised into three levels of difficulty, easy, intermediate, and expert.  Well worth a read.
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 02 Mar 2009 11:25:01 +0000</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/112-guid.html</guid>
    
</item>
<item>
    <title>sed and iostat</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/111-sed-and-iostat.html</link>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/111-sed-and-iostat.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=111</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=111</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
I&#039;m sure many Solaris admins will have come across this problem before.  You have a SAN-attached host with dozens, maybe even hundreds of visible LUNs.  Each LUN has a highly improbable and unwieldy name, as some of these SAN-attached devices do, and you need the iostat data for that LUN.
&lt;/p&gt;

&lt;p&gt;
&lt;code&gt;grep&lt;/code&gt; is no help, because you also want the four lines of data beneath the &#039;disk&#039; name.
&lt;/p&gt;

&lt;p&gt;
Well, you &lt;i&gt;could&lt;/i&gt; just run iostat and painstakingly trawl through hundreds of lines of data, searching for the information you need.  Or you could use the goodness of &lt;code&gt;sed&lt;/code&gt; to find your LUN, and the four lines of data beneath it ...
&lt;/p&gt;

&lt;p&gt;
&lt;code&gt;$ &lt;b&gt;iostat -En | sed -n &#039;/c4t60060480000290101035533030433430d0/{p;n;p;n;p;n;p;n;p;}&#039;&lt;/b&gt;&lt;/code&gt;
&lt;pre&gt;
c4t60060480000290101035533030433430d0 Soft Errors: 0 Hard Errors: 1223 Transport Errors: 1170
Vendor: EMC      Product: SYMMETRIX        Revision: 5771 Serial No:
Size: 54.41GB &lt;54408314880 bytes&gt;
Media Error: 0 Device Not Ready: 0 No Device: 75 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;
And that is a genuine LUN id!
&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sat, 22 Nov 2008 03:23:21 +0000</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/111-guid.html</guid>
    
</item>
<item>
    <title>Colour-coded battery charge level and status in your bash prompt</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/110-Colour-coded-battery-charge-level-and-status-in-your-bash-prompt.html</link>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/110-Colour-coded-battery-charge-level-and-status-in-your-bash-prompt.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=110</wfw:comment>

    <slash:comments>8</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=110</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
I recently purchased a laptop, and having installed a proper OS,
I found myself a little disappointed
with the default battery meter provided by GNOME.
Unless you mouse over the icon on the panel, it doesn&#039;t display
exactly what charge level it is at.  I am aware of the other options
such as conky, gkrellm, screenlets, etc, but being the lazy sort, I
consider it a long way to move your eyes!  Since I&#039;m the type who always
has several terminals open, I thought it would be handy to display the
charge level and status of the laptop battery in my shell prompt.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.basicallytech.com/blog/index.php?/archives/110-Colour-coded-battery-charge-level-and-status-in-your-bash-prompt.html#extended&quot;&gt;Continue reading &quot;Colour-coded battery charge level and status in your bash prompt&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 11 Sep 2008 12:23:57 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/110-guid.html</guid>
    
</item>
<item>
    <title>find is an amazing tool</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/109-find-is-an-amazing-tool.html</link>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/109-find-is-an-amazing-tool.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=109</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=109</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
I found a new article about the remarkable &lt;a href=&quot;http://eriwen.com/productivity/find-is-a-beautiful-tool/&quot;&gt;command-line interface utility &#039;find&#039;&lt;/a&gt; today.  It&#039;s a good article, but the best I&#039;ve found so far is Daniel Miessler&#039;s &lt;a href=&quot;http://dmiessler.com/study/find/&quot;&gt;excellent tutorial&lt;/a&gt; on the subject, which also incorporates some &lt;em&gt;xargs&lt;/em&gt; goodness, something which the former sadly neglects.
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 11 Jul 2008 00:02:36 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/109-guid.html</guid>
    
</item>
<item>
    <title>Three awk resources (and one old sed)</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/107-Three-awk-resources-and-one-old-sed.html</link>
            <category>interesting</category>
            <category>open source</category>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/107-Three-awk-resources-and-one-old-sed.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=107</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=107</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
I use awk (or rather gawk and nawk) a lot, and I was intrigued to find two resources on the internet very recently.  This sort of information used to be hard to come by, so it was good to find it.
&lt;/p&gt;

&lt;p&gt;
The first (and IMO the best) resource I found was an awk tutorial called &lt;a href=&quot;http://doc.ddart.net/shell/awk/&quot;&gt;Getting started with awk&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
The second was an &lt;a href=&quot;http://www.catonmat.net/blog/awk-nawk-and-gawk-cheat-sheet/&quot;&gt;Awk, Nawk and Gawk cheat sheet&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Add to that my old favourite &lt;a href=&quot;http://www.student.northpark.edu/pemente/awk/awk1line.txt&quot;&gt;Handy one-liners for awk&lt;/a&gt;, which seems to have taken it&#039;s inspiration from the venerable and much-queried &lt;a href=&quot;http://sed.sourceforge.net/sed1line.txt&quot;&gt;Handy one-liners for sed&lt;/a&gt;, and you have the four resources hinted at in the title.  I hope it proves useful.
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 14 May 2008 21:34:08 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/107-guid.html</guid>
    
</item>
<item>
    <title>The many uses of gcal</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/97-The-many-uses-of-gcal.html</link>
            <category>open source</category>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/97-The-many-uses-of-gcal.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=97</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=97</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
&lt;code&gt;gcal&lt;/code&gt; is a remarkable console-based program.
&lt;ul&gt;
&lt;li&gt;It can be used to print calendar information, much like &lt;code&gt;cal&lt;/code&gt;, but with much more flexibility.&lt;/li&gt;
&lt;li&gt;It can display holiday information for over 300 different countries and states.&lt;/li&gt;
&lt;li&gt;It can display astronomical information such as sunrise, sunset, the current phase of the moon and much more.&lt;/li&gt;
&lt;li&gt;It can also be used as a diary or personal reminder.&lt;/li&gt;
&lt;li&gt;It can print the current date and time.  (No, really! &lt;img src=&quot;http://www.basicallytech.com/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; )&lt;/li&gt;
&lt;li&gt;It can be used to display the start and stop of daylight saving.&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;
I&#039;ll be providing examples of how to use &lt;code&gt;gcal&lt;/code&gt; in all these ways.  Bear in mind that this article just scratches the surface with regard to what &lt;code&gt;gcal&lt;/code&gt; can actually be used for.  You are limited by your imagination!
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.basicallytech.com/blog/index.php?/archives/97-The-many-uses-of-gcal.html#extended&quot;&gt;Continue reading &quot;The many uses of gcal&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 19 Oct 2007 11:59:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/97-guid.html</guid>
    
</item>
<item>
    <title>Solaris: NIS installation and configuration</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/95-Solaris-NIS-installation-and-configuration.html</link>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/95-Solaris-NIS-installation-and-configuration.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=95</wfw:comment>

    <slash:comments>16</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=95</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
(This article has been updated
&lt;a href=&quot;http://www.basicallytech.com/blog/index.php?/archives/37-Solaris-8-NIS-installation-and-configuration.html&quot;&gt;from the original, which focused on Solaris 8 only,&lt;/a&gt;
to include Solaris 10-specific
entries.  Where the commands or entries for Solaris 8
and Solaris 10 differ,
they are written down in
&lt;span style=&quot;color: #990099; font-weight: bold;&quot;&gt;purple for Solaris 8&lt;/span&gt;
and
&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;green for Solaris 10&lt;/span&gt;.

In addition, I have added an extra note about changing the NIS Makefile
in the event that you&#039;re not going to use group passwords.)
&lt;/p&gt;

&lt;p&gt;
This is a step-by-step account of the method I used to install
and configure a NIS master and slaves on servers running Solaris 8
(and more recently, Solaris 10).
The steps detailed for Solaris 8 should work fine on earlier
versions of Solaris, but
as I have not explicitly tested other versions (except as clients)
you may encounter issues.  The clients used with this setup ranged
from Solaris 7 to Solaris 10.
The installation was in a medium-sized Solaris-only farm (100+ hosts).
&lt;/p&gt;

&lt;p&gt;
Configuring NIS on Solaris is not quite as straightforward as it
is on other OSes (such as some Linux distros).  This didn&#039;t really
surprise me, even though NIS is Sun&#039;s product.  What this does allow
is a more tailored end product.
&lt;/p&gt;

&lt;p&gt;
There are three points I&#039;d like to emphasise concerning this article:
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This article is not an definitive how-to; there is more than one
way to implement NIS.  This way works, it&#039;s relatively
straightforward, and is more secure than a default NIS installation.&lt;/li&gt;

&lt;li&gt;This article is not an endorsement of NIS over other naming systems.
My recommendation to the client was to use LDAP, but NIS had been used
before, they were more or less happy with it *, and it did what they
wanted it to.  Having said that NIS &lt;i&gt;is&lt;/i&gt; still used on many sites,
it&#039;s versatile, it&#039;s easy to set up and maintain, and it can be made more
secure without too much extra effort.&lt;/li&gt;

&lt;li&gt;This article describes the set up of NIS only.  Administration
is another matter altogether.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
(* The client&#039;s existing NIS setup was very old and exhibited quirky
behaviour on some rare occasions.
In addition, it had allowed encoded password values
to be seen when running &lt;kbd&gt;ypcat passwd&lt;/kbd&gt;.  This was not acceptable.)
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.basicallytech.com/blog/index.php?/archives/95-Solaris-NIS-installation-and-configuration.html#extended&quot;&gt;Continue reading &quot;Solaris: NIS installation and configuration&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 05 Sep 2007 14:26:09 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/95-guid.html</guid>
    
</item>
<item>
    <title>Microsoft Fracturing the Open-Source Community?</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/88-Microsoft-Fracturing-the-Open-Source-Community.html</link>
            <category>news</category>
            <category>open source</category>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/88-Microsoft-Fracturing-the-Open-Source-Community.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=88</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=88</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
Mark Shuttleworth, the CEO of Canonical, the company behind Ubuntu Linux, &lt;a href=&quot;http://www.eweek.com/article2/0,1895,2167193,00.asp&quot;&gt;thinks Microsoft has managed to fracture the Open-Source Community&lt;/a&gt;.  He also suggests that what Microsoft is doing amounts to extortion:
&lt;/p&gt;

&lt;blockquote&gt;&quot;To say, as [Microsoft CEO Steve] Ballmer did, that there is undisclosed balance sheet liability, that&#039;s just extortion and we should refuse to get drawn into that game. On the other side, if Microsoft is concerned about its intellectual property, there is no one in the free software community that wants to violate anyone&#039;s IP. Disclose the patents and we&#039;ll fix the code. Alternatively, move on.&quot;&lt;/blockquote&gt;

&lt;p&gt;
He&#039;s also noted that those companies which did make deals with Microsoft have made short-term gains, but will lose out in the long run.
&lt;/p&gt;

&lt;blockquote&gt;&quot;I don&#039;t think this will end well for the companies that slipped up and went down that road,&quot; Shuttleworth said. &quot;Ultimately, it is the spirit of open source that really motivates your best developers. Developers have been abandoning Novell ever since they did the deal with Microsoft, and they have gone to Oracle and Google among others. That&#039;s unfortunate for Novell, but was a fairly predictable consequence of their decision and it ultimately portrays a lack of understanding about what it is that really empowers free software.&quot;&lt;/blockquote&gt;

 
    </content:encoded>

    <pubDate>Tue, 07 Aug 2007 12:20:34 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/88-guid.html</guid>
    
</item>
<item>
    <title>Linux OCR software review</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/79-Linux-OCR-software-review.html</link>
            <category>interesting</category>
            <category>open source</category>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/79-Linux-OCR-software-review.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=79</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=79</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
There is a very interesting and useful &lt;a href=&quot;http://groundstate.ca/ocr&quot;&gt;review of Optical Character Recognition software&lt;/a&gt; over at the &lt;a href=&quot;http://groundstate.ca/&quot;&gt;groundstate.ca&lt;/a&gt; website.
The quality of the packages tested varies, and the author recognises the usefulness of software having command-line capabilities (for running batches of conversions, for instance).  Along with accuracy, ease of use is also tested, with many usage and build examples demonstrated.  Well worth a read if you are interested in using OCR software on Linux.
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 24 May 2007 14:38:26 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/79-guid.html</guid>
    
</item>
<item>
    <title>Regular expressions</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/75-Regular-expressions.html</link>
            <category>interesting</category>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/75-Regular-expressions.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=75</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=75</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
Part nine of the IBM DeveloperWorks series &lt;em&gt;Speaking UNIX&lt;/em&gt; focuses on &lt;a href=&quot;http://www-128.ibm.com/developerworks/aix/library/au-speakingunix9/&quot;&gt;regular expressions&lt;/a&gt;.  This is a huge field, and as usual, there are some great tips here.  Well worth a read.
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 04 May 2007 20:39:16 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/75-guid.html</guid>
    
</item>
<item>
    <title>Using a USB external hard disk for backups with Linux</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/73-Using-a-USB-external-hard-disk-for-backups-with-Linux.html</link>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/73-Using-a-USB-external-hard-disk-for-backups-with-Linux.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>18</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
In this article, I show how I set up a recently purchased USB external hard disk drive as a backup drive for my Linux desktop PC.  I&#039;ll delete the default FAT32 partition, create a new partition, make a reiserfs filesystem, and show how to use rsync to backup your important data.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.basicallytech.com/blog/index.php?/archives/73-Using-a-USB-external-hard-disk-for-backups-with-Linux.html#extended&quot;&gt;Continue reading &quot;Using a USB external hard disk for backups with Linux&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 23 Apr 2007 10:18:36 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/73-guid.html</guid>
    
</item>
<item>
    <title>Shell stuff: job control and screen</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/70-Shell-stuff-job-control-and-screen.html</link>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/70-Shell-stuff-job-control-and-screen.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=70</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=70</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
A look at using shell job control, plus a quick overview of what I consider to be the best alternative to job control, GNU screen.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.basicallytech.com/blog/index.php?/archives/70-Shell-stuff-job-control-and-screen.html#extended&quot;&gt;Continue reading &quot;Shell stuff: job control and screen&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 26 Mar 2007 11:23:56 +0100</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/70-guid.html</guid>
    
</item>
<item>
    <title>Solaris 8: NIS installation and configuration</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/37-Solaris-8-NIS-installation-and-configuration.html</link>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/37-Solaris-8-NIS-installation-and-configuration.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>10</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
(This article has been &lt;a href=&quot;http://www.basicallytech.com/blog/index.php?/archives/95-Solaris-NIS-installation-and-configuration.html&quot;&gt;redrafted to include Solaris 10-specific commands and entries&lt;/a&gt;, as well as retaining the original Solaris 8 commands. In addition a couple of typos have been fixed and an extra note about changing the NIS Makefile has been added.  &lt;u&gt;This original article has not been altered&lt;/u&gt;, so follow the link above if you want to see the redrafted article.)
&lt;/p&gt;

&lt;p&gt;
This is a step-by-step account of the method I used recently to install
and configure a NIS master and slaves on servers running Solaris 8.
The steps detailed should work fine on other versions of Solaris, but
as I have not explicitly tested other versions (except as clients)
you may encounter issues.  The clients used with this setup ranged
from Solaris 7 to Solaris 10.
The installation was in a medium-sized Solaris-only farm (100+ hosts).
&lt;/p&gt;

&lt;p&gt;
Configuring NIS on Solaris is not quite as straightforward as it
is on other OSes (such as some Linux distros).  This didn&#039;t really
surprise me, even though NIS is Sun&#039;s product.  What this does allow
is a more tailored end product.
&lt;/p&gt;

&lt;p&gt;
There are three points I&#039;d like to emphasise concerning this article:
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This article is not an definitive how-to; there is more than one
way to implement NIS.  This way works, it&#039;s relatively
straightforward, and is more secure than a default NIS installation.&lt;/li&gt;

&lt;li&gt;This article is not an endorsement of NIS over other naming systems.
My recommendation to the client was to use LDAP, but NIS had been used
before, they were more or less happy with it *, and it did what they
wanted it to.  Having said that NIS &lt;i&gt;is&lt;/i&gt; still used on many sites,
it&#039;s versatile, it&#039;s easy to set up and maintain, and it can be made more
secure without too much extra effort.&lt;/li&gt;

&lt;li&gt;This article describes the set up of NIS only.  Administration
is another matter altogether.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
(* The client&#039;s existing NIS setup was very old and exhibited quirky
behaviour on some rare occasions.
In addition, it had allowed encoded password values
to be seen when running &lt;kbd&gt;ypcat passwd&lt;/kbd&gt;.  This was not acceptable.)
&lt;/p&gt;

 &lt;br /&gt;&lt;a href=&quot;http://www.basicallytech.com/blog/index.php?/archives/37-Solaris-8-NIS-installation-and-configuration.html#extended&quot;&gt;Continue reading &quot;Solaris 8: NIS installation and configuration&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 15 Jan 2007 14:38:02 +0000</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Learn 10 good UNIX usage habits</title>
    <link>http://www.basicallytech.com/blog/index.php?/archives/33-Learn-10-good-UNIX-usage-habits.html</link>
            <category>interesting</category>
            <category>technical</category>
    
    <comments>http://www.basicallytech.com/blog/index.php?/archives/33-Learn-10-good-UNIX-usage-habits.html#comments</comments>
    <wfw:comment>http://www.basicallytech.com/blog/wfwcomment.php?cid=33</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.basicallytech.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    

    <author>nospam@example.com (Rob Newcater)</author>
    <content:encoded>
    &lt;p&gt;
&lt;a href=&quot;http://www-128.ibm.com/developerworks/aix/library/au-badunixhabits.html&quot;&gt;An article which shows 10 UNIX bad habits and teaches 10 good UNIX usage habits&lt;/a&gt;.  This is all command-line stuff, and I found a couple of these to be things which I do/did.  The only problem is trying to stop those bad habits which you&#039;ve been doing for years ... &lt;img src=&quot;http://www.basicallytech.com/blog/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 16 Dec 2006 12:26:58 +0000</pubDate>
    <guid isPermaLink="false">http://www.basicallytech.com/blog/index.php?/archives/33-guid.html</guid>
    
</item>

</channel>
</rss>