<?xml version="1.0" encoding="UTF-8"?>
<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/"
	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/"
	>

<channel>
	<title>Somewhere out there! &#187; Unix</title>
	<atom:link href="http://stateless.geek.nz/category/systems/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://stateless.geek.nz</link>
	<description></description>
	<lastBuildDate>Tue, 14 Feb 2012 11:00:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Vim and indents</title>
		<link>http://stateless.geek.nz/2008/12/31/vim-and-indents/</link>
		<comments>http://stateless.geek.nz/2008/12/31/vim-and-indents/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:01:59 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=620</guid>
		<description><![CDATA[A few useful vim indenting links: Toggle auto-indenting for code paste How to stop auto indenting Turn off per-filetype auto indentation Getting cool auto-indent in vim This is the most useful bit when pasting into a vim window. nnoremap :set invpaste paste? imap set pastetoggle=]]></description>
			<content:encoded><![CDATA[<p>A few useful vim indenting links:</p>
<ul>
<li><a href="http://vim.wikia.com/wiki/Toggle_auto-indenting_for_code_paste">Toggle auto-indenting for code paste</a></li>
<li><a href="http://vim.wikia.com/wiki/How_to_stop_auto_indenting">How to stop auto indenting</a></li>
<li><a href="http://vim.wikia.com/wiki/Turn_off_per-filetype_auto_indentation">Turn off per-filetype auto indentation</a></li>
<li><a href="http://blogs.gnome.org/johannes/2006/11/10/getting-cool-auto-indent-in-vim/">Getting cool auto-indent in vim</a></li>
</ul>
<p>This is the most useful bit when pasting into a vim window.</p>
<p><code>nnoremap  :set invpaste paste?<br />
imap<br />
set pastetoggle=</code></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2008/12/31/vim-and-indents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infrastructure Management</title>
		<link>http://stateless.geek.nz/2007/08/29/infrastructure-management/</link>
		<comments>http://stateless.geek.nz/2007/08/29/infrastructure-management/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 05:09:32 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/08/29/infrastructure-management/</guid>
		<description><![CDATA[Mike has a whole pile of useful entries on infrastructure management for Linux and Debian with puppet and other tools. Also check out this quick look at puppet. In the new year I&#8217;m planning to set up a lab system and build some knowledge on using puppet as a Xen system and domain deployment tool. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.cae.tntech.edu/mwr/infrastructure-management/">Mike</a> has a whole pile of useful entries on infrastructure management for Linux and Debian with puppet and other tools. Also check out this <a href="http://www.johnmwillis.com/?p=212">quick look</a> at puppet.</p>
<p>In the new year I&#8217;m planning to set up a lab system and build some knowledge on using puppet as a Xen system and domain deployment tool. Looking at Mike&#8217;s site it seems he might have already done much of the work for me. </p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/08/29/infrastructure-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zfs booting &#8211; some cool stuff.</title>
		<link>http://stateless.geek.nz/2007/04/01/zfs-booting-some-cool-stuff/</link>
		<comments>http://stateless.geek.nz/2007/04/01/zfs-booting-some-cool-stuff/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 00:49:39 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/04/01/zfs-booting-some-cool-stuff/</guid>
		<description><![CDATA[b62 is probably a couple months away, so I&#8217;m no doubt going to have to learn how to BFU solaris before I can try out zfs booting. However when I do it should be easier to go further: Friday fun with BFU and ZFS root. Also a script to automate the grub and zfs booting [...]]]></description>
			<content:encoded><![CDATA[<p>b62 is probably a couple months away, so I&#8217;m no doubt going to have to <a href="http://cuddletech.com/blog/pivot/entry.php?id=802">learn</a> <a href="http://www.opensolaris.org/os/community/on/devref_toc/devref_5/#5_3_using_bfu_to_install_on">how to</a> <a href="http://www.opensolaris.org/os/community/on/devref_toc/devref_glossary/">BFU</a> solaris before I can try out zfs booting.  However when I do it should be easier to go further: <a href="http://blogs.sun.com/timh/entry/friday_fun_with_bfu_and">Friday fun with BFU and ZFS root</a>.  Also a <a href="http://blogs.sun.com/timf/entry/an_easy_way_to_manage">script</a> to automate the grub and zfs booting process.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/solaris" rel="tag"> solaris</a>, <a href="http://technorati.com/tag/zfs" rel="tag"> zfs </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/04/01/zfs-booting-some-cool-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS Boot</title>
		<link>http://stateless.geek.nz/2007/03/29/zfs-boot/</link>
		<comments>http://stateless.geek.nz/2007/03/29/zfs-boot/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 00:26:08 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/03/29/zfs-boot/</guid>
		<description><![CDATA[ZFS Boot is going to make things a lot to try out with Opensolaris. Snapshot based system upgrades is a very interesting feature. Technorati Tags: zfs]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.opensolaris.org/os/community/on/flag-days/pages/2007032801/">ZFS Boot</a> is going to make things a lot to try out with Opensolaris. Snapshot based system upgrades is a very interesting feature.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/zfs" rel="tag"> zfs </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/03/29/zfs-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris Wishlist &#8211; Lose the PhDs</title>
		<link>http://stateless.geek.nz/2007/03/29/solaris-wishlist-lose-the-phds/</link>
		<comments>http://stateless.geek.nz/2007/03/29/solaris-wishlist-lose-the-phds/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 23:18:30 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/03/29/solaris-wishlist-lose-the-phds/</guid>
		<description><![CDATA[I really respect Jonathan Schwartz, he has made Sun and Solaris worth considering again. He seems to combined the best qualities of a visionary big company leader who understands technology. A geek who can explain things to big business. Not an straight-forward combination. For along time Sun was the heart of Unix, but with the [...]]]></description>
			<content:encoded><![CDATA[<p>I really respect Jonathan Schwartz, he has made Sun and Solaris worth considering again.  He seems to combined the best qualities of a visionary big company leader who understands technology. A geek who can explain things to big business. Not an straight-forward combination.</p>
<p>For along time Sun was the heart of Unix, but with the advent of GNU+Linux and building of the open-source community in the late 90s Sun has fallen well behind the innovation cycle. Currently people do not (in general) create and use products like Xen, Zimbra, Alfresco, or Asterisk on Solaris. Companies like Google and Paypal use Linux at the edge to drive deployment and increase their innovation productivity, maybe leaving Solaris to the backend traditional well-structured heavy loads.</p>
<p><span id="more-395"></span>However comments like this from <a href="http://blogs.smugmug.com/onethumb/2007/03/23/the-enterprise-linux-problem/">Smugmug</a> are indicative of the gap Solaris has to leap over to make it a first consideration vs Linux for many sysadmins:</p>
<blockquote><p>Which brings us to Solaris. Solaris is now open-source, so it’s on my radar again. I love ZFS, I love the fault-tolerant stuff it has for when memory or CPUs go bad, etc. Sure sounds great. It’s a commercial OS, with free updates, and (I assume) good support options. But the last time I gave it a shot (last year), I was lost in userland. Solaris userland and Linux userland differ so greatly, there’s a steep learning curve for someone like me with 14 years of Linux under my belt. But I’m considering taking a closer look.</p></blockquote>
<p>The ian (Murdock) of Deb-ian is <a href="http://blogs.zdnet.com/BTL/?p=4743">joining</a> Sun as their new  Chief Operating Platforms Officer, and he comments about his view on the past acceleration of Linux past Sun.</p>
<blockquote><p>Everything I know about computing I learned on those Sun workstations, as did so many other early Linux developers; I even had my own for a while, after I joined the University of Arizona computer science department in 1997. But within a year, the Suns were starting to disappear, replaced by Pentiums running Red Hat Linux.</p></blockquote>
<p>I experienced this exact same situation during this period, using Sun machines at University up until 1998 then moving completely to Linux for home and work as it easier and possible to use.  Ian further comments:</p>
<blockquote><p>As a newborn Sun employee, Murdock is thinking about making Solaris more Linux-like. “When people say Linux what do they mean? Linux is a kernel. Cool apps are not written to the kernel. The OS powers higher levels of the stack. What we want is an open OS platform and to make sure that the existing skill sets and knowledge and training investments are leveraged. We don’t want to make them learn a new product or rip and replace,” Murdock said. “You can make a real argument that Solaris innovated more than Linux in the last few years—such as DTrace and ZFS—but usability stands in the way of appreciating that,” Murdock said. “Part of what we are working on is closing the usability gap so that it doesn’t stand in the way.”</p></blockquote>
<p>Although quite rightly <a href="http://vger.kernel.org/~davem/cgi-bin/blog.cgi/2007/03/28#solaris_crap">not everyone</a> agrees with the above comment:</p>
<blockquote><p> In fact, over the past few years Solaris has spent significant amounts of effort copying the innovations within Linux.  One only need to look at their packet filtering and security layer offerings and development.</p></blockquote>
<blockquote><p> Solaris still doesn&#8217;t even have proper TCP Segmentation Offload support, and that&#8217;s a nearly 5 year old feature Linux has had and network cards have been providing this hw acceleration for even longer.</p></blockquote>
<p>It could be quite easy to play a tit-for-tat religious feature war. I think though it might be better to think of Sun is being a <a href="http://blogs.sun.com/jonathan/entry/no_walled_gardens">walled garden</a>, and evolution spread up outside when some of the flowers escape. The forest that grew around this garden has started to over-shadowing. Now there is a new gardener and he&#8217;s deciding how to tear down the wall and the best way to get the sheltered flowers the garden has been hording back out into the sunlight.</p>
<p>Regardless Ian states exact what Sun needs to do with Solaris. At the moment Solaris is too monolithic, feels like you need a PhD just to install and use it. Even if you only want one feature.  Comparatively, Ubuntu is almost to the stage where my grandmother would be able to install and use it.  Make it easier to install and use. Produce more publicly available docs on sysadmin tasks.</p>
<p>Lose the need for a PhD to run Solaris.</p>
<p>Here is my wishlist:</p>
<ol>
<li>Port rBuilder to Solaris &#8211; this vcs like packaging system might work well with Solaris&#8217; monolithic system-style.</li>
<li>Create and build howtoforge.sun.com &#8211; sun docs aren&#8217;t really very googlable at the moment.</li>
<li>Investing in slimming Solaris &#8211; making porting appliance projects like openfiler or freenas on Solaris possible.</li>
<li>Move the PDFs into a wiki</li>
</ol>
<p>I think Ubuntu is a very clear example of what is possible. A technically brilliant platform that was getting bogged down by a slowing innovation cycle and fragmentation of vision. The progress of integration and documentation that has occured over the last three years generating mindshare is something Sun should be hoping to achieve.</p>
<blockquote></blockquote>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/03/29/solaris-wishlist-lose-the-phds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ZFS online replication</title>
		<link>http://stateless.geek.nz/2007/03/28/zfs-online-replication/</link>
		<comments>http://stateless.geek.nz/2007/03/28/zfs-online-replication/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 23:30:35 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/03/28/zfs-online-replication/</guid>
		<description><![CDATA[Zfs is moving pretty quickly. milek&#8217;s blog: ZFS online replication Technorati Tags: zfs, replication]]></description>
			<content:encoded><![CDATA[<p>Zfs is moving pretty quickly. <a href="http://milek.blogspot.com/2007/03/zfs-online-replication.html">milek&#8217;s blog: ZFS online replication</a></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/zfs" rel="tag"> zfs</a>, <a href="http://technorati.com/tag/replication" rel="tag"> replication </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/03/28/zfs-online-replication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC vs Mac &#8211; The Novell Linux version</title>
		<link>http://stateless.geek.nz/2007/03/28/pc-vs-mac-the-novell-linux-version/</link>
		<comments>http://stateless.geek.nz/2007/03/28/pc-vs-mac-the-novell-linux-version/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 22:59:06 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/03/28/pc-vs-mac-the-novell-linux-version/</guid>
		<description><![CDATA[Novell parody on the Apple ads. The second one is very clever. From: Wired, via Crave and digg. Third one via the youtube site:]]></description>
			<content:encoded><![CDATA[<p>Novell parody on the Apple ads. The second one is very clever.</p>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/rtp5gNhBZgo" frameborder="0" allowFullScreen="true"> </iframe></p>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/GVOnFdMf0RU" frameborder="0" allowFullScreen="true"> </iframe></p>
<p>From: <a href="http://blog.wired.com/cultofmac/2007/03/novell_launches.html">Wired</a>, via <a href="http://crave.cnet.com/8301-1_105-9700099-1.html">Crave</a> and <a href="http://digg.com/linux_unix/According_to_Novell_ads_Linux_is_a_cute_girl_who_needs_a_haircut">digg</a>.</p>
<p>Third one via the youtube site:<br />
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/NkFQVcl62qo&#038;NR" frameborder="0" allowFullScreen="true"> </iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/03/28/pc-vs-mac-the-novell-linux-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Look at Conary</title>
		<link>http://stateless.geek.nz/2007/03/07/a-look-at-conary/</link>
		<comments>http://stateless.geek.nz/2007/03/07/a-look-at-conary/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 20:19:48 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/03/07/a-look-at-conary/</guid>
		<description><![CDATA[Conary: An innovative second-generation package manager I agree with the review that all the conary jargon is very confusing.  Seems to be worth the effort though as conary might provide in the long run a good system for not just building software appliances, but a useful system for managing a large number of Linux systems. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linux.com/article.pl?sid=07/02/26/219240">Conary: An innovative second-generation package manager</a></p>
<p>I agree with the review that all the conary jargon is very confusing.  Seems to be worth the effort though as conary might provide in the long run a good system for not just building software appliances, but a useful system for managing a large number of Linux systems.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/conary" rel="tag"> conary</a>, <a href="http://technorati.com/tag/rpath" rel="tag"> rpath </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/03/07/a-look-at-conary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RaidZ discussion</title>
		<link>http://stateless.geek.nz/2007/02/24/raidz-discussion/</link>
		<comments>http://stateless.geek.nz/2007/02/24/raidz-discussion/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 09:39:01 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/02/24/raidz-discussion/</guid>
		<description><![CDATA[Discussion on the pros and cons of raid-z vs mirroring: WHEN TO (AND NOT TO) USE RAID-Z from Bizarre ! Vous avez dit Bizarre. Technorati Tags: zfs, solaris, raid]]></description>
			<content:encoded><![CDATA[<p>Discussion on the pros and cons of raid-z vs mirroring: <a href="http://blogs.sun.com/roch/entry/when_to_and_not_to"><span class="entrytitle">WHEN TO (AND NOT TO) USE RAID-Z</span></a> from <span class="titlehead"><em>Bizarre ! Vous avez dit Bizarre</em>.</span></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/zfs" rel="tag"> zfs</a>, <a href="http://technorati.com/tag/solaris" rel="tag"> solaris</a>, <a href="http://technorati.com/tag/raid" rel="tag"> raid </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/02/24/raidz-discussion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS Best Practices Guide &#8211; Siwiki</title>
		<link>http://stateless.geek.nz/2007/02/24/zfs-best-practices-guide-siwiki/</link>
		<comments>http://stateless.geek.nz/2007/02/24/zfs-best-practices-guide-siwiki/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 09:37:06 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/02/24/zfs-best-practices-guide-siwiki/</guid>
		<description><![CDATA[Useful zfs guide: ZFS Best Practices Guide. Technorati Tags: zfs, solaris]]></description>
			<content:encoded><![CDATA[<p>Useful zfs guide: <a href="http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide">ZFS Best Practices Guide</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/zfs" rel="tag"> zfs</a>, <a href="http://technorati.com/tag/solaris" rel="tag"> solaris </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/02/24/zfs-best-practices-guide-siwiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

