<?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>Jay&#039;s IT blog &#187; Linux</title>
	<atom:link href="http://blog.jay2k1.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jay2k1.com</link>
	<description>Hints and rants of a system administrator</description>
	<lastBuildDate>Tue, 29 Nov 2011 23:40:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bash: How to check if your script is already running</title>
		<link>http://blog.jay2k1.com/2011/11/30/bash-how-to-check-if-your-script-is-already-running/</link>
		<comments>http://blog.jay2k1.com/2011/11/30/bash-how-to-check-if-your-script-is-already-running/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 23:05:40 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=186</guid>
		<description><![CDATA[Sometimes, you don&#8217;t want a script to run when it is already running. Maybe it is scheduled as a cronjob but the previous run of that cronjob hasn&#8217;t finished yet. I usually do some &#8220;pre-flight checks&#8221; in almost every script I write. And most times, this is one of them. Here&#8217;s how: #!/bin/bash # check [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2011/11/30/bash-how-to-check-if-your-script-is-already-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to force fsck run on next boot</title>
		<link>http://blog.jay2k1.com/2010/03/24/how-to-force-fsck-run-on-next-boot/</link>
		<comments>http://blog.jay2k1.com/2010/03/24/how-to-force-fsck-run-on-next-boot/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 21:34:47 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=162</guid>
		<description><![CDATA[Run sudo touch /forcefsck Next time you boot, the file system will be checked.]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2010/03/24/how-to-force-fsck-run-on-next-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable &#8220;more&#8221; addresses button in Thunderbird 3</title>
		<link>http://blog.jay2k1.com/2010/03/15/how-to-disable-more-addresses-button-in-thunderbird-3/</link>
		<comments>http://blog.jay2k1.com/2010/03/15/how-to-disable-more-addresses-button-in-thunderbird-3/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 22:59:28 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=153</guid>
		<description><![CDATA[So I upgraded to Thunderbird 3 some time ago. It has nice new features, like the grouped folders. Anyway, there are a few things that annoyed me too; one of them being the fact that whenever someone sends a mail to me and some other people, only the first recipient was displayed, with a &#8220;more&#8230;&#8221; [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2010/03/15/how-to-disable-more-addresses-button-in-thunderbird-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a HTPC with Mythbuntu 9.10</title>
		<link>http://blog.jay2k1.com/2010/02/21/building-a-htpc-with-mythbuntu-910/</link>
		<comments>http://blog.jay2k1.com/2010/02/21/building-a-htpc-with-mythbuntu-910/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 02:52:18 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[hauppauge]]></category>
		<category><![CDATA[htpc]]></category>
		<category><![CDATA[mythbuntu]]></category>
		<category><![CDATA[mythfrontend]]></category>
		<category><![CDATA[mythtv]]></category>
		<category><![CDATA[mythwelcome]]></category>
		<category><![CDATA[nvram-wakeup]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=129</guid>
		<description><![CDATA[So I decided it&#8217;s time to build a HTPC so I can record TV and also use time shifting when watching live TV. I&#8217;ve tried several products, be it software packages or whole linux distributions, including Windows Media Center, Apple Front Row, vdr, c&#8217;t-vdr, yavdr, freevo and mythTV. That last one I liked most by [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2010/02/21/building-a-htpc-with-mythbuntu-910/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Macs may have trouble with fonts from SMB shares</title>
		<link>http://blog.jay2k1.com/2010/02/03/why-macs-may-have-trouble-with-fonts-from-smb-shares/</link>
		<comments>http://blog.jay2k1.com/2010/02/03/why-macs-may-have-trouble-with-fonts-from-smb-shares/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:34:06 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=125</guid>
		<description><![CDATA[The problem Did you ever want to install a font on your Mac that&#8217;s on a SMB share, for example on a Windows/Unix server? Did you experience the font was broken somehow, being displayed in the finder as &#8220;unix executable file&#8221; with 0kb size? We had this issue here often, finally I figured out why [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2010/02/03/why-macs-may-have-trouble-with-fonts-from-smb-shares/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zimbra and Lightning Calendar Issues</title>
		<link>http://blog.jay2k1.com/2009/09/08/zimbra-and-lightning-calendar-issues/</link>
		<comments>http://blog.jay2k1.com/2009/09/08/zimbra-and-lightning-calendar-issues/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:34:01 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Lightning]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=107</guid>
		<description><![CDATA[Trying to integrate Zimbra calendars in Lightning, I ran into a couple of problems. So far I&#8217;ve found four different ways to do it in the internet: ICS: http://zimbrahost.example.com/home/USERNAME/CALENDARNAME ICS: webcal://zimbrahost.example.com/home/USERNAME/CALENDARNAME ICS: webcal://&#60;USERNAME&#62;:&#60;PASSWORD&#62;@zimbrahost.example.com/home/USERNAME/CALENDARNAME CalDAV: http://zimbrahost.example.com/dav/USERNAME/CALENDARNAME Now the ICS solutions don&#8217;t work properly for me, the calendar entries are loaded but Lightning is unable to write [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2009/09/08/zimbra-and-lightning-calendar-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 10 First Steps</title>
		<link>http://blog.jay2k1.com/2008/12/16/fedora-10-first-steps/</link>
		<comments>http://blog.jay2k1.com/2008/12/16/fedora-10-first-steps/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 13:33:11 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=47</guid>
		<description><![CDATA[These are my post-installation steps in Fedora 10. After I read that Fedora 10 is out on heise.de, I thought, let&#8217;s give it a try. Here I&#8217;ll describe what I did to set up the fresh install for my needs. Note: I installed Fedora 10 from the full i386 DVD (not live CD!) on my [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2008/12/16/fedora-10-first-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

