<?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>unixzone dot dk</title>
	<atom:link href="http://unixzone.dk/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://unixzone.dk/unix</link>
	<description>another day, another blog..</description>
	<lastBuildDate>Sat, 15 Sep 2012 18:35:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.4.2</generator>
	<item>
		<title>Flush DNS cache on OS X 10.7 and 10.8</title>
		<link>http://unixzone.dk/unix/2012/09/flush-dns-cache-on-os-x-10-7-and-10-8/</link>
		<comments>http://unixzone.dk/unix/2012/09/flush-dns-cache-on-os-x-10-7-and-10-8/#respond</comments>
		<pubDate>Sat, 15 Sep 2012 18:35:06 +0000</pubDate>
		<dc:creator><![CDATA[Lasse Osterild]]></dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=1084</guid>
		<description><![CDATA[As a reminder to myself, here&#8217;s how to flush DNS cache on OS X. I sometimes need to do this, ie. when I make changes to /etc/hosts. # sudo killall -HUP mDNSResponder]]></description>
		<wfw:commentRss>http://unixzone.dk/unix/2012/09/flush-dns-cache-on-os-x-10-7-and-10-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Lion driver for Keyspan serial adapters</title>
		<link>http://unixzone.dk/unix/2011/09/os-x-lion-driver-for-keyspan-serial-adapters/</link>
		<comments>http://unixzone.dk/unix/2011/09/os-x-lion-driver-for-keyspan-serial-adapters/#respond</comments>
		<pubDate>Mon, 05 Sep 2011 19:26:25 +0000</pubDate>
		<dc:creator><![CDATA[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><![CDATA[For those of you who have one of Keyspan&#8217;s awesome serial port adapters, and who use it on Mac, there&#8217;s now a beta version of their driver for Mac OS X Lion (10.7) Go grab it -> here. For other &#8230; <a href="http://unixzone.dk/unix/2011/09/os-x-lion-driver-for-keyspan-serial-adapters/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
		</item>
		<item>
		<title>pv &#8211; monitor the progress of data through a pipe</title>
		<link>http://unixzone.dk/unix/2011/01/pv-monitor-the-progress-of-data-through-a-pipe/</link>
		<comments>http://unixzone.dk/unix/2011/01/pv-monitor-the-progress-of-data-through-a-pipe/#respond</comments>
		<pubDate>Wed, 12 Jan 2011 23:03:32 +0000</pubDate>
		<dc:creator><![CDATA[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><![CDATA[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 &#8230; <a href="http://unixzone.dk/unix/2011/01/pv-monitor-the-progress-of-data-through-a-pipe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
		</item>
		<item>
		<title>Separating a running job from the shell</title>
		<link>http://unixzone.dk/unix/2011/01/separating-a-running-job-from-the-shell/</link>
		<comments>http://unixzone.dk/unix/2011/01/separating-a-running-job-from-the-shell/#respond</comments>
		<pubDate>Tue, 04 Jan 2011 11:30:03 +0000</pubDate>
		<dc:creator><![CDATA[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><![CDATA[There&#8217;s a little-known, but oh so useful, bash builtin called disown &#8211; We&#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. &#8230; <a href="http://unixzone.dk/unix/2011/01/separating-a-running-job-from-the-shell/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://unixzone.dk/unix/2011/01/separating-a-running-job-from-the-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 PV DomU on XenServer 5.6</title>
		<link>http://unixzone.dk/unix/2010/09/ubuntu-10-04-pv-domu-on-xenserver-5-6/</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><![CDATA[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><![CDATA[Admittedly, I was a bit disappointed to see XenServer 5.6 without support for Ubuntu, Debian 64-bit and Solaris, I wish they&#8217;d at least provide working templates as an unsupported download or something, but they don&#8217;t. So, if you want to &#8230; <a href="http://unixzone.dk/unix/2010/09/ubuntu-10-04-pv-domu-on-xenserver-5-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/09/ubuntu-10-04-pv-domu-on-xenserver-5-6/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Wiping Transcend V15 USB stick</title>
		<link>http://unixzone.dk/unix/2010/09/wiping-transcend-v15-usb-stick/</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><![CDATA[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><![CDATA[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 &#8230; <a href="http://unixzone.dk/unix/2010/09/wiping-transcend-v15-usb-stick/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/09/wiping-transcend-v15-usb-stick/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vyatta 6.1 now available</title>
		<link>http://unixzone.dk/unix/2010/08/vyatta-6-1-now-available/</link>
		<comments>http://unixzone.dk/unix/2010/08/vyatta-6-1-now-available/#respond</comments>
		<pubDate>Tue, 24 Aug 2010 16:32:11 +0000</pubDate>
		<dc:creator><![CDATA[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><![CDATA[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 &#8230; <a href="http://unixzone.dk/unix/2010/08/vyatta-6-1-now-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/08/vyatta-6-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing XenServer Linux Guest Support</title>
		<link>http://unixzone.dk/unix/2010/08/installing-xenserver-linux-guest-support/</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><![CDATA[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><![CDATA[It&#8217;s happend a number of times that I&#8217;ve had to install Citrix XenServer and have not had the Linux Guest Support CD with me, so I&#8217;ve later had to install it remotely, which is actually pretty easy. Transfer ISO file &#8230; <a href="http://unixzone.dk/unix/2010/08/installing-xenserver-linux-guest-support/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/08/installing-xenserver-linux-guest-support/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Parsing Ahsay OBS logfile timestamps</title>
		<link>http://unixzone.dk/unix/2010/08/parsing-ahsay-obs-logfile-timestamps/</link>
		<comments>http://unixzone.dk/unix/2010/08/parsing-ahsay-obs-logfile-timestamps/#respond</comments>
		<pubDate>Sun, 08 Aug 2010 13:41:43 +0000</pubDate>
		<dc:creator><![CDATA[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><![CDATA[All Ahsay OBS generated logfile timestamps use milliseconds since Unix epoch on January 1, 1970, 00:00:00 GMT, it&#8217;s great for scripting and programming as it&#8217;s easy to do date math, but if you want to output a humanly readable date &#8230; <a href="http://unixzone.dk/unix/2010/08/parsing-ahsay-obs-logfile-timestamps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/08/parsing-ahsay-obs-logfile-timestamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a 52TB SAS-2 ZFS array</title>
		<link>http://unixzone.dk/unix/2010/08/building-a-52tb-sas-2-zfs-array/</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><![CDATA[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><![CDATA[Storage can be very expensive, especially if you want a lot of it, want flexibility and expandability, but it doesn&#8217;t have to be! I&#8217;m currently in the process of putting together a new storage system, but because we&#8217;re strapped for &#8230; <a href="http://unixzone.dk/unix/2010/08/building-a-52tb-sas-2-zfs-array/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://unixzone.dk/unix/2010/08/building-a-52tb-sas-2-zfs-array/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
