<?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>Clusty&#039;s Blog &#187; clusty</title>
	<atom:link href="http://www.hexorcist.com/wordpress/author/clusty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hexorcist.com/wordpress</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 10 Jul 2010 22:05:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Case insensitive HFS+</title>
		<link>http://www.hexorcist.com/wordpress/2010/07/10/case-insensitive-hfs/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=case-insensitive-hfs</link>
		<comments>http://www.hexorcist.com/wordpress/2010/07/10/case-insensitive-hfs/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 21:56:55 +0000</pubDate>
		<dc:creator>clusty</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[hfs+]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.hexorcist.com/wordpress/?p=195</guid>
		<description><![CDATA[Time for another rant&#8230; What the hell did Apple think when they made their filesystem case insensitive? This makes it impossible to use a MacOS for any serious purpose. HFS+ does support these days case sensitive, but a lot of retarded devs wrote their apps to not be case sensitive (and yes some of them [...]]]></description>
			<content:encoded><![CDATA[<p>Time for another rant&#8230;</p>
<p>What the hell did Apple think when they made their filesystem case insensitive? This makes it impossible to use a MacOS for any serious purpose.</p>
<p>HFS+ does support these days case sensitive, but a lot of retarded devs wrote their apps to not be case sensitive (and yes some of them work for Adobe)</p>
<p><strong>There is not a single *nix OS where the default FS is cause insensitive&#8230;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexorcist.com/wordpress/2010/07/10/case-insensitive-hfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the color of ls under MacOS</title>
		<link>http://www.hexorcist.com/wordpress/2010/06/28/changing-the-color-of-ls-under-macos/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=changing-the-color-of-ls-under-macos</link>
		<comments>http://www.hexorcist.com/wordpress/2010/06/28/changing-the-color-of-ls-under-macos/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 21:11:24 +0000</pubDate>
		<dc:creator>clusty</dc:creator>
				<category><![CDATA[Howto's]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[ls]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.hexorcist.com/wordpress/?p=183</guid>
		<description><![CDATA[I&#8217;ve been disappointed for some time now regarding the output of the ls command. Well curse no more. There are basically two ways of getting this to work: First one is to install ls through macports. This can be accomplished by doing a sudo port install coreutils +with_default_names﻿ This installs the the GNU variant of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been disappointed for some time now regarding the output of the <em>ls</em> command. Well curse no more. There are basically two ways of getting this to work:</p>
<p>First one is to install <em>ls</em> through macports. This can be accomplished by doing a</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo port install coreutils +with_default_names﻿</div></div>
<p>This installs the the GNU variant of sysutils (of which ls is a part of) and overrides the names (the new ls will be called gls). All you have to do is add the following line in your.</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">alias ls='gls --color'</div></div>
<p>The second version is to enable the colours inside the BSD-style <em>ls </em>provided by apple. This is achieved by aliasing <em>ls </em>to <em>ls -G . </em>I found the default colours unusable so I went ahead and defined my own. The colorscheme is controlled by the <em>LSCOLOR </em>environment variable.</p>
<p>There are 11 types of objects that can have colors. These objects are listed in the following order:</p>
<p><span style="font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 16px;"> </span></p>
<ol>
<li><em>directory</em></li>
<li><em>symbolic link</em></li>
<li><em>socket</em></li>
<li><em>pipe</em></li>
<li><em>executable</em></li>
<li><em>block special</em></li>
<li><em>character special</em></li>
<li><em>executable with setuid bit set</em></li>
<li><em>executable with setgid bit set</em></li>
<li><em>directory writable to others, with sticky bit</em></li>
<li><em>directory writable to others, without sticky bit﻿</em></li>
</ol>
<p>For each object you need to define the foreground colour and the background color.</p>
<p>The recognized colours are:<br />
<em><br />
a     black<br />
b     red<br />
c     green<br />
d     brown<br />
e     blue<br />
f     magenta<br />
g     cyan<br />
h     light grey<br />
A     bold black<br />
B     bold red<br />
C     bold green<br />
D     bold brown<br />
E     bold blue<br />
F     bold magenta<br />
G     bold cyan<br />
H     bold light grey<br />
x     default foreground or background ﻿</em></p>
<p>My choice of colours:</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">LSCOLORS=exgxbxbxcxxFxFxxxxeCeC﻿</div></div>
<p>This means: <em>blue foreground, default background dirs, </em>cyan foreground, default background symlinks, &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexorcist.com/wordpress/2010/06/28/changing-the-color-of-ls-under-macos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google with SSL</title>
		<link>http://www.hexorcist.com/wordpress/2010/06/22/google-with-ssl/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-with-ssl</link>
		<comments>http://www.hexorcist.com/wordpress/2010/06/22/google-with-ssl/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 23:20:21 +0000</pubDate>
		<dc:creator>clusty</dc:creator>
				<category><![CDATA[Howto's]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.hexorcist.com/wordpress/?p=179</guid>
		<description><![CDATA[In care you missed it, Google offers now as a beta, google with SSL.: https://www.google.com/﻿ Keep those evil sniffers away&#8230;.]]></description>
			<content:encoded><![CDATA[<p>In care you missed it, Google offers now as a beta, google with SSL.: <a href="https://www.google.com/"> https://www.google.com/﻿</a></p>
<p>Keep those evil sniffers away&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexorcist.com/wordpress/2010/06/22/google-with-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perpetuum mobile/Antigravity engine</title>
		<link>http://www.hexorcist.com/wordpress/2010/05/11/perpetuum-mobileantigravity-engine/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=perpetuum-mobileantigravity-engine</link>
		<comments>http://www.hexorcist.com/wordpress/2010/05/11/perpetuum-mobileantigravity-engine/#comments</comments>
		<pubDate>Wed, 12 May 2010 02:32:02 +0000</pubDate>
		<dc:creator>clusty</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hexorcist.com/wordpress/?p=175</guid>
		<description><![CDATA[Tie a buttered piece of bread to a cat&#8217;s back. For those who did not get it: 1) A cat always falls on it&#8217;s feet 2) A piece of bread always falls with the buttered side down]]></description>
			<content:encoded><![CDATA[<p>Tie a buttered piece of bread to a cat&#8217;s back.</p>
<p><em>For those who did not get it:<br />
1) A cat always falls on it&#8217;s feet<br />
2) A piece of bread always falls with the buttered side down</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexorcist.com/wordpress/2010/05/11/perpetuum-mobileantigravity-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link of the day</title>
		<link>http://www.hexorcist.com/wordpress/2010/02/15/link-of-the-day/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=link-of-the-day</link>
		<comments>http://www.hexorcist.com/wordpress/2010/02/15/link-of-the-day/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 03:33:07 +0000</pubDate>
		<dc:creator>clusty</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hexorcist.com/wordpress/?p=173</guid>
		<description><![CDATA[Stumbled across this awesome video: http://www.viddler.com/explore/failblog/videos/449/32.966/ The face on the guy is priceless&#8230;]]></description>
			<content:encoded><![CDATA[<p>Stumbled across this awesome video: <a href="http://www.viddler.com/explore/failblog/videos/449/32.966/">http://www.viddler.com/explore/failblog/videos/449/32.966/</a></p>
<p>The face on the guy is priceless&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexorcist.com/wordpress/2010/02/15/link-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto show system directories in Finder</title>
		<link>http://www.hexorcist.com/wordpress/2009/11/30/howto-show-system-directories-in-finder/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=howto-show-system-directories-in-finder</link>
		<comments>http://www.hexorcist.com/wordpress/2009/11/30/howto-show-system-directories-in-finder/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 04:52:35 +0000</pubDate>
		<dc:creator>clusty</dc:creator>
				<category><![CDATA[Howto's]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.hexorcist.com/wordpress/?p=165</guid>
		<description><![CDATA[Apple is hiding a lot of the directory structure from the regular user. If for some reason you need to see everything in Finder you can configure this with the following: defaults write com.apple.finder AppleShowAllFiles True; killall Finder To revert to the default setting: defaults write com.apple.finder AppleShowAllFiles False; killall Finder]]></description>
			<content:encoded><![CDATA[<p>Apple is hiding a lot of the directory structure from the regular user.</p>
<p>If for some reason you need to see everything in Finder you can configure this with the following:</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">defaults write com.apple.finder AppleShowAllFiles True; killall Finder</div></div>
<p>To revert to the default setting:</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">defaults write com.apple.finder AppleShowAllFiles False; killall Finder</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.hexorcist.com/wordpress/2009/11/30/howto-show-system-directories-in-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Way to go Apple (&#8230;not)</title>
		<link>http://www.hexorcist.com/wordpress/2009/11/29/way-to-go-apple-not/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=way-to-go-apple-not</link>
		<comments>http://www.hexorcist.com/wordpress/2009/11/29/way-to-go-apple-not/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 02:48:45 +0000</pubDate>
		<dc:creator>clusty</dc:creator>
				<category><![CDATA[Howto's]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://www.hexorcist.com/wordpress/?p=161</guid>
		<description><![CDATA[\rant on Guess everybody is aware of the extremely annoying thing issue of the Mac &#8220;uninstall&#8221;. Almost every app that needs more privileges than the standard user offers comes packaged as a pkg file. These files are absolutely awesome and offer endless possibilities. There is problem though: in their arrogance, almost no application developer can [...]]]></description>
			<content:encoded><![CDATA[<p>\rant on</p>
<p>Guess everybody is aware of the extremely annoying thing issue of the Mac &#8220;uninstall&#8221;. Almost every app that needs more privileges than the standard user offers comes packaged as a <em>pkg</em> file. These files are absolutely awesome and offer endless possibilities. </p>
<p>There is problem though: in their arrogance, almost no application developer can conceive that somebody would ever try to get rid of their software. Effect: you are stuck with a program that you cannot uninstall in a easy/clean way.</p>
<p>A sort of a solution is to crack open the <em>pkg</em> file, and delete one file at a time using the Terminal. </p>
<p>The only free way I found so far to open a package, comes in the form of a QuickView (thing that pops up when you press space in Finder) plugin that allows you to view every operation that was performed on your system (and a list of files belonging to the app).</p>
<p>To view the contents of a <em>pkg</em> download, install <a href="http://www.mothersruin.com/software/SuspiciousPackage/"> SuspiciousPackage </a>. I had to install the plugin globally for it to work.</p>
<p>I guess I hate more this blight then I love the insanely simple app installation procedure to just &#8220;copy to Applications&#8221;&#8230;</p>
<p>Apple should either whip some sense in the developers or provide some system-wide package management system that keeps track of all the files installed.</p>
<p>\rant off</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexorcist.com/wordpress/2009/11/29/way-to-go-apple-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Apple&#8217;s desktop sharing as a VNC client</title>
		<link>http://www.hexorcist.com/wordpress/2009/11/17/using-apples-desktop-sharing-as-a-vnc-client/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=using-apples-desktop-sharing-as-a-vnc-client</link>
		<comments>http://www.hexorcist.com/wordpress/2009/11/17/using-apples-desktop-sharing-as-a-vnc-client/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 03:48:10 +0000</pubDate>
		<dc:creator>clusty</dc:creator>
				<category><![CDATA[Howto's]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.hexorcist.com/wordpress/?p=145</guid>
		<description><![CDATA[To my amazement, Apple has a built in VNC in every OS X. To access it you just have to open Finder and the Connect to Server: vnc://your_ip_address:port I used before JollyFastVNC and ChickenOfTheVNC, but with both the mouse is lagging horribly (for most of the time you got 2 pointers and do not know [...]]]></description>
			<content:encoded><![CDATA[<p>To my amazement, Apple has a built in VNC in every OS X.<br />
To access it you just have to open Finder and the Connect to Server:</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">vnc://your_ip_address:port</div></div>
<p>I used before JollyFastVNC and ChickenOfTheVNC, but with both the mouse is lagging horribly (for most of the time you got 2 pointers and do not know which is the local one and the remote one).</p>
<p>Enjoy!!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexorcist.com/wordpress/2009/11/17/using-apples-desktop-sharing-as-a-vnc-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Curseth be thou Apple</title>
		<link>http://www.hexorcist.com/wordpress/2009/11/14/curseth-be-thou-apple/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=curseth-be-thou-apple</link>
		<comments>http://www.hexorcist.com/wordpress/2009/11/14/curseth-be-thou-apple/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 01:48:10 +0000</pubDate>
		<dc:creator>clusty</dc:creator>
				<category><![CDATA[IPhone]]></category>

		<guid isPermaLink="false">http://www.hexorcist.com/wordpress/?p=141</guid>
		<description><![CDATA[The camera on the new IPhone 3GS is extremely nice, shame for the stupid autoexposure settings&#8230; Since I am such an Apple fanboy I thought it&#8217;s high time to write some small IPhone app. With this occasion I would apply also some of my extensive theoretical photo knowledge. Well guess what? There is no easy, [...]]]></description>
			<content:encoded><![CDATA[<p>The camera on the new IPhone 3GS is extremely nice, shame for the stupid autoexposure settings&#8230;</p>
<p>Since I am such an Apple fanboy I thought it&#8217;s high time to write some small IPhone app. With this occasion I would apply also some of my extensive theoretical photo knowledge.</p>
<p>Well guess what? There is no easy, or official way to access the low level functions related to the camera&#8230;</p>
<p>Way to go Apple for creating another nice gizmo, that gives close to ZERO tinkering possibilities.</p>
<p>The battle will be tough, but my courage I shall prove.</p>
<p>Will have to get my nice titanium plated, unibody I-shovel and start digging for a way that is not &#8220;supported&#8221; to control the camera.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexorcist.com/wordpress/2009/11/14/curseth-be-thou-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing your Mac&#8217;s name</title>
		<link>http://www.hexorcist.com/wordpress/2009/11/06/changing-your-macs-name/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=changing-your-macs-name</link>
		<comments>http://www.hexorcist.com/wordpress/2009/11/06/changing-your-macs-name/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 05:56:06 +0000</pubDate>
		<dc:creator>clusty</dc:creator>
				<category><![CDATA[Howto's]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.hexorcist.com/wordpress/?p=133</guid>
		<description><![CDATA[When I received my Mac, I was so excited that I chose some retarded name which was bothering me for some time. Mac has two different names, The Computer name which is visible on the network and the hostname, which is the thing you see in the terminal. To change the network name you simply [...]]]></description>
			<content:encoded><![CDATA[<p>When I received my Mac, I was so excited that I chose some retarded name which was bothering me for some time. </p>
<p>Mac has two different names, The <strong>Computer name</strong> which is visible on the network and the <strong>hostname</strong>, which is the thing you see in the terminal.</p>
<p>To change the network name you simply go to <strong>System Preferences->Sharing</strong> and change the Computer Name.</p>
<p>To change the <strong>hostname</strong> simply type</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo scutil --set HostName slackbook.local</div></div>
<p>where your desired hostname is <em>slackbook</em><br />
Close the terminal and start it again and you should see the new name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexorcist.com/wordpress/2009/11/06/changing-your-macs-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
