<?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; How-To</title>
	<atom:link href="http://blog.jay2k1.com/category/how-to/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 create rsync-like hard link backups with VSS on Windows</title>
		<link>http://blog.jay2k1.com/2011/08/13/how-to-create-rsync-like-hard-link-backups-with-vss-on-windows/</link>
		<comments>http://blog.jay2k1.com/2011/08/13/how-to-create-rsync-like-hard-link-backups-with-vss-on-windows/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 13:18:29 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[hard links]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[volume shadow copy]]></category>
		<category><![CDATA[VSS]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=178</guid>
		<description><![CDATA[The problem Finding a good backup software for Windows is quite hard, if not next to impossible. But what makes a backup software good? It should be fast It should be able to backup open/locked files, so it will backup your outlook.pst even when Outlook is running (and it&#8217;ll also backup system files, the registry [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2011/08/13/how-to-create-rsync-like-hard-link-backups-with-vss-on-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>db46 Java error while trying to install ffmpeg via macports</title>
		<link>http://blog.jay2k1.com/2010/11/12/db46-java-error-while-trying-to-install-ffmpeg-via-macports/</link>
		<comments>http://blog.jay2k1.com/2010/11/12/db46-java-error-while-trying-to-install-ffmpeg-via-macports/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 13:26:59 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[db46]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=173</guid>
		<description><![CDATA[Today, I tried to do a &#8216;sudo port selfupdate&#8217; and &#8216;sudo port upgrade outdated&#8217;. I say &#8216;tried&#8217; because it failed when it tried to upgrade db46: ---&#62; Configuring db46 Error: db46 requires the Java for Mac OS X development headers. Error: Download the Java Developer Package from: &#60;https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20719&#62; Error: Target org.macports.configure returned: missing Java headers [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2010/11/12/db46-java-error-while-trying-to-install-ffmpeg-via-macports/feed/</wfw:commentRss>
		<slash:comments>10</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>How to open or close the CD/DVD drive on a Mac</title>
		<link>http://blog.jay2k1.com/2009/11/04/how-to-open-or-close-the-cddvd-drive-on-a-mac/</link>
		<comments>http://blog.jay2k1.com/2009/11/04/how-to-open-or-close-the-cddvd-drive-on-a-mac/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 10:35:48 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=112</guid>
		<description><![CDATA[The most common solution is pressing the eject key on the keyboard. If that fails for some reason (in my case the key was not working properly) you could always drag the DVD icon to the trash or right-click (ctrl-click) it and click &#8220;eject&#8221; &#8211; as long as there is a CD or DVD in [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2009/11/04/how-to-open-or-close-the-cddvd-drive-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2003, 2007, IMAP and the message followup reminder</title>
		<link>http://blog.jay2k1.com/2009/07/14/outlook-2003-2007-imap-and-the-message-followup-reminder/</link>
		<comments>http://blog.jay2k1.com/2009/07/14/outlook-2003-2007-imap-and-the-message-followup-reminder/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 09:40:05 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[follow-up]]></category>
		<category><![CDATA[followup]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook 2003]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[reminder]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=93</guid>
		<description><![CDATA[My boss is working with tons of mails every day. Part of his workflow is to use the &#8220;followup&#8221; -&#62; &#8220;add reminder..:&#8221; function in the right-click menu of messages. When I upgraded his Outlook from 2003 to 2007, he asked why that function was gone. I did some investigation, including a phone call at Microsoft [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2009/07/14/outlook-2003-2007-imap-and-the-message-followup-reminder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to remove deleted files from your iTunes library</title>
		<link>http://blog.jay2k1.com/2009/05/01/how-to-remove-deleted-files-from-your-itunes-library/</link>
		<comments>http://blog.jay2k1.com/2009/05/01/how-to-remove-deleted-files-from-your-itunes-library/#comments</comments>
		<pubDate>Fri, 01 May 2009 18:00:41 +0000</pubDate>
		<dc:creator>Jay2k1</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.jay2k1.com/?p=89</guid>
		<description><![CDATA[I use a little tool to manage my MP3s called &#8220;MP3 tag tools&#8220;. It&#8217;s quite powerful, it allows you to mass edit some or all ID3 tag fields, fill them from a file name scheme and vice versa (create folder structures and/or file names from the ID3 tag fields). Now when I recently cleaned up [...]]]></description>
		<wfw:commentRss>http://blog.jay2k1.com/2009/05/01/how-to-remove-deleted-files-from-your-itunes-library/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
	</channel>
</rss>

