<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>unixzone dot dk</title>
	
	<link>http://unixzone.dk/unix</link>
	<description>another day, another blog..</description>
	<lastBuildDate>Mon, 05 Sep 2011 19:26:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/unixzonedotdk" /><feedburner:info uri="unixzonedotdk" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>OS X Lion driver for Keyspan serial adapters</title>
		<link>http://feedproxy.google.com/~r/unixzonedotdk/~3/OvUVJypftPc/</link>
		<comments>http://unixzone.dk/unix/2011/09/os-x-lion-driver-for-keyspan-serial-adapters/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 19:26:25 +0000</pubDate>
		<dc:creator>Lasse Osterild</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[keypspan]]></category>
		<category><![CDATA[os x lion]]></category>
		<category><![CDATA[usa-19hs]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=1082</guid>
		<description>For those of you who have one of Keyspan&amp;#8217;s awesome serial port adapters, and who use it on Mac, there&amp;#8217;s now a beta version of their driver for Mac OS X Lion (10.7) Go grab it -&gt; here. For other &amp;#8230; &lt;a href="http://unixzone.dk/unix/2011/09/os-x-lion-driver-for-keyspan-serial-adapters/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/unixzonedotdk/~4/OvUVJypftPc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://unixzone.dk/unix/2011/09/os-x-lion-driver-for-keyspan-serial-adapters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://unixzone.dk/unix/2011/09/os-x-lion-driver-for-keyspan-serial-adapters/</feedburner:origLink></item>
		<item>
		<title>pv – monitor the progress of data through a pipe</title>
		<link>http://feedproxy.google.com/~r/unixzonedotdk/~3/z9X5ALgf5KM/</link>
		<comments>http://unixzone.dk/unix/2011/01/pv-monitor-the-progress-of-data-through-a-pipe/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 23:03:32 +0000</pubDate>
		<dc:creator>Lasse Osterild</dc:creator>
				<category><![CDATA[UNIX]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[PV]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=1079</guid>
		<description>As the title says, this tool will let you monitor pipe throughput, something which I find very valuable at times, ie. how fast was my tar or cpio to another host or filesystem, or less useful like how fast does &amp;#8230; &lt;a href="http://unixzone.dk/unix/2011/01/pv-monitor-the-progress-of-data-through-a-pipe/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/unixzonedotdk/~4/z9X5ALgf5KM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://unixzone.dk/unix/2011/01/pv-monitor-the-progress-of-data-through-a-pipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://unixzone.dk/unix/2011/01/pv-monitor-the-progress-of-data-through-a-pipe/</feedburner:origLink></item>
		<item>
		<title>Separating a running job from the shell</title>
		<link>http://feedproxy.google.com/~r/unixzonedotdk/~3/aeSp3wIik0A/</link>
		<comments>http://unixzone.dk/unix/2011/01/separating-a-running-job-from-the-shell/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 11:30:03 +0000</pubDate>
		<dc:creator>Lasse Osterild</dc:creator>
				<category><![CDATA[UNIX]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[disown]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=1074</guid>
		<description>There&amp;#8217;s a little-known, but oh so useful, bash builtin called disown &amp;#8211; We&amp;#8217;ve all started a job that ends up taking way longer than anticipated, now you really wish you had backgrounded it to begin with, or had used Screen. &amp;#8230; &lt;a href="http://unixzone.dk/unix/2011/01/separating-a-running-job-from-the-shell/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/unixzonedotdk/~4/aeSp3wIik0A" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://unixzone.dk/unix/2011/01/separating-a-running-job-from-the-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://unixzone.dk/unix/2011/01/separating-a-running-job-from-the-shell/</feedburner:origLink></item>
		<item>
		<title>Ubuntu 10.04 PV DomU on XenServer 5.6</title>
		<link>http://feedproxy.google.com/~r/unixzonedotdk/~3/lSNabz32IcU/</link>
		<comments>http://unixzone.dk/unix/2010/09/ubuntu-10-04-pv-domu-on-xenserver-5-6/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 09:55:20 +0000</pubDate>
		<dc:creator>Lasse Osterild</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[XenServer]]></category>
		<category><![CDATA[HVM]]></category>
		<category><![CDATA[Para-Virtualized]]></category>
		<category><![CDATA[PV]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=1055</guid>
		<description>Admittedly, I was a bit disappointed to see XenServer 5.6 without support for Ubuntu, Debian 64-bit and Solaris, I wish they&amp;#8217;d at least provide working templates as an unsupported download or something, but they don&amp;#8217;t. So, if you want to &amp;#8230; &lt;a href="http://unixzone.dk/unix/2010/09/ubuntu-10-04-pv-domu-on-xenserver-5-6/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/unixzonedotdk/~4/lSNabz32IcU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/09/ubuntu-10-04-pv-domu-on-xenserver-5-6/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://unixzone.dk/unix/2010/09/ubuntu-10-04-pv-domu-on-xenserver-5-6/</feedburner:origLink></item>
		<item>
		<title>Wiping Transcend V15 USB stick</title>
		<link>http://feedproxy.google.com/~r/unixzonedotdk/~3/NqDoLiC_NQU/</link>
		<comments>http://unixzone.dk/unix/2010/09/wiping-transcend-v15-usb-stick/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 14:20:49 +0000</pubDate>
		<dc:creator>Lasse Osterild</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[read-only]]></category>
		<category><![CDATA[transcend]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=1057</guid>
		<description>Having purchased a Transcend V15 16GB USB stick for a router-on-a-stick project, I was horrified to find out that it came preinstalled with some proprietary Antivirus software which only works under Windows, to make matters worse, the USB stick reports &amp;#8230; &lt;a href="http://unixzone.dk/unix/2010/09/wiping-transcend-v15-usb-stick/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/unixzonedotdk/~4/NqDoLiC_NQU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/09/wiping-transcend-v15-usb-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://unixzone.dk/unix/2010/09/wiping-transcend-v15-usb-stick/</feedburner:origLink></item>
		<item>
		<title>Vyatta 6.1 now available</title>
		<link>http://feedproxy.google.com/~r/unixzonedotdk/~3/p_er_yv-fCk/</link>
		<comments>http://unixzone.dk/unix/2010/08/vyatta-6-1-now-available/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:32:11 +0000</pubDate>
		<dc:creator>Lasse Osterild</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Vyatta]]></category>
		<category><![CDATA[vyatta]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=1048</guid>
		<description>The good people at Vyatta have announced the immediate availability of Vyatta version 6.1 (VC6.1) Vyatta Version 6.1 Highlights include: IPv6 Ready Vyatta Version 6.1 adds IPv6 BGP, IPv6 DCHP and IPv6 SNMP and this release completed IPv6 Forum IPv6 &amp;#8230; &lt;a href="http://unixzone.dk/unix/2010/08/vyatta-6-1-now-available/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/unixzonedotdk/~4/p_er_yv-fCk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/08/vyatta-6-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://unixzone.dk/unix/2010/08/vyatta-6-1-now-available/</feedburner:origLink></item>
		<item>
		<title>Installing XenServer Linux Guest Support</title>
		<link>http://feedproxy.google.com/~r/unixzonedotdk/~3/VHIW53wd4ik/</link>
		<comments>http://unixzone.dk/unix/2010/08/installing-xenserver-linux-guest-support/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 22:58:39 +0000</pubDate>
		<dc:creator>Lasse Osterild</dc:creator>
				<category><![CDATA[XenServer]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xenserver]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=1044</guid>
		<description>It&amp;#8217;s happend a number of times that I&amp;#8217;ve had to install Citrix XenServer and have not had the Linux Guest Support CD with me, so I&amp;#8217;ve later had to install it remotely, which is actually pretty easy. Transfer ISO file &amp;#8230; &lt;a href="http://unixzone.dk/unix/2010/08/installing-xenserver-linux-guest-support/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/unixzonedotdk/~4/VHIW53wd4ik" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/08/installing-xenserver-linux-guest-support/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://unixzone.dk/unix/2010/08/installing-xenserver-linux-guest-support/</feedburner:origLink></item>
		<item>
		<title>Parsing Ahsay OBS logfile timestamps</title>
		<link>http://feedproxy.google.com/~r/unixzonedotdk/~3/c1UR29hPacc/</link>
		<comments>http://unixzone.dk/unix/2010/08/parsing-ahsay-obs-logfile-timestamps/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 13:41:43 +0000</pubDate>
		<dc:creator>Lasse Osterild</dc:creator>
				<category><![CDATA[Ahsay]]></category>
		<category><![CDATA[ahsay]]></category>
		<category><![CDATA[epoch]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[obs]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=1030</guid>
		<description>All Ahsay OBS generated logfile timestamps use milliseconds since Unix epoch on January 1, 1970, 00:00:00 GMT, it&amp;#8217;s great for scripting and programming as it&amp;#8217;s easy to do date math, but if you want to output a humanly readable date &amp;#8230; &lt;a href="http://unixzone.dk/unix/2010/08/parsing-ahsay-obs-logfile-timestamps/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/unixzonedotdk/~4/c1UR29hPacc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/08/parsing-ahsay-obs-logfile-timestamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://unixzone.dk/unix/2010/08/parsing-ahsay-obs-logfile-timestamps/</feedburner:origLink></item>
		<item>
		<title>Building a 52TB SAS-2 ZFS array</title>
		<link>http://feedproxy.google.com/~r/unixzonedotdk/~3/D1pGPvDU1p4/</link>
		<comments>http://unixzone.dk/unix/2010/08/building-a-52tb-sas-2-zfs-array/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 10:47:09 +0000</pubDate>
		<dc:creator>Lasse Osterild</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[l2arc]]></category>
		<category><![CDATA[lsi]]></category>
		<category><![CDATA[raidz2]]></category>
		<category><![CDATA[sas]]></category>
		<category><![CDATA[sas2]]></category>
		<category><![CDATA[sc847]]></category>
		<category><![CDATA[slog]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[supermicro]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=1021</guid>
		<description>Storage can be very expensive, especially if you want a lot of it, want flexibility and expandability, but it doesn&amp;#8217;t have to be! I&amp;#8217;m currently in the process of putting together a new storage system, but because we&amp;#8217;re strapped for &amp;#8230; &lt;a href="http://unixzone.dk/unix/2010/08/building-a-52tb-sas-2-zfs-array/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/unixzonedotdk/~4/D1pGPvDU1p4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/08/building-a-52tb-sas-2-zfs-array/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://unixzone.dk/unix/2010/08/building-a-52tb-sas-2-zfs-array/</feedburner:origLink></item>
		<item>
		<title>Introduction to Vyatta</title>
		<link>http://feedproxy.google.com/~r/unixzonedotdk/~3/I6P7sHnowx0/</link>
		<comments>http://unixzone.dk/unix/2010/08/introduction-to-vyatta/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 10:35:08 +0000</pubDate>
		<dc:creator>Lasse Osterild</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Vyatta]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[vyatta]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=995</guid>
		<description>When you as company are strapped for cash but need a full featured, flexible and redundant firewall/router setup, what do you do? Vyatta! What is Vyatta? It&amp;#8217;s best described using Vyatta&amp;#8217;s own words, &amp;#8220;The free community Vyatta Core software(VC) is &amp;#8230; &lt;a href="http://unixzone.dk/unix/2010/08/introduction-to-vyatta/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/unixzonedotdk/~4/I6P7sHnowx0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/08/introduction-to-vyatta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://unixzone.dk/unix/2010/08/introduction-to-vyatta/</feedburner:origLink></item>
	</channel>
</rss>

