<?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>TechTrouts.com &#187; mac</title>
	<atom:link href="http://techtrouts.com/topics/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtrouts.com</link>
	<description>Doin' the dev dance o/</description>
	<lastBuildDate>Thu, 23 Jul 2009 10:42:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Application deployment shell script using rsync</title>
		<link>http://techtrouts.com/application-deployment-shell-script-using-rsync/</link>
		<comments>http://techtrouts.com/application-deployment-shell-script-using-rsync/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:14:07 +0000</pubDate>
		<dc:creator>Carlos Ouro</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://techtrouts.com/application-deployment-shell-script-using-rsync/</guid>
		<description><![CDATA[Hi all, here is a simple deployment shell script (.sh) using rsync to deploy your local application to a productive location. You can download it here. Follow the README file for setup and usage. Feedback comments are always welcome :)]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>here is a simple deployment shell script (.sh) using rsync to deploy your local application to a productive location.</p>
<p>You can download it <a href="http://techtrouts.com/downloads/deploy_sh.zip" title="Application deployment shell script using rsync">here</a>.</p>
<p>Follow the README file for setup and usage.</p>
<p>Feedback comments are always welcome :)</p>
]]></content:encoded>
			<wfw:commentRss>http://techtrouts.com/application-deployment-shell-script-using-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ut99 mac &#8220;unable to find DrawSprocket context:&#8221; error</title>
		<link>http://techtrouts.com/ut99-mac-unable-to-find-drawsprocket-context-error/</link>
		<comments>http://techtrouts.com/ut99-mac-unable-to-find-drawsprocket-context-error/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 11:14:20 +0000</pubDate>
		<dc:creator>Carlos Ouro</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://techtrouts.com/ut99-mac-unable-to-find-drawsprocket-context-error/</guid>
		<description><![CDATA[This errors reports to the incorrect setting of Unreal Tournament&#8217;s default resolution for your mac (it will probably happen when you copy the game from one machine to another with different resolution). The resolution setted up at at your UnrealTournament.ini is higher then the current machine resolution&#8230; There are two ways of solving this, either [...]]]></description>
			<content:encoded><![CDATA[<p>This errors reports to the incorrect setting of Unreal Tournament&#8217;s default resolution for your mac (it will probably happen when you copy the game from one machine to another with different resolution). The resolution setted up at at your UnrealTournament.ini is higher then the current machine resolution&#8230;</p>
<p>There are two ways of solving this, either you reinstall the game from your original CD (and it will setup the correct resolution for your mac) or correct the settings at UnrealTournament.ini :<br />
find the lines that look something like this:<br />
FullscreenViewportX=1280<br />
FullscreenViewportY=1024</p>
<p>and change them to your current resolution, eg. :<br />
FullscreenViewportX=1024<br />
FullscreenViewportY=768</p>
<p>Save it and UT should now be up and running ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://techtrouts.com/ut99-mac-unable-to-find-drawsprocket-context-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adium set away plugin for QuickSilver</title>
		<link>http://techtrouts.com/adium-set-away-plugin-for-quicksilver/</link>
		<comments>http://techtrouts.com/adium-set-away-plugin-for-quicksilver/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 16:27:15 +0000</pubDate>
		<dc:creator>Carlos Ouro</dc:creator>
				<category><![CDATA[applescript]]></category>
		<category><![CDATA[how-tos]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://techtrouts.com/adium-set-away-plugin-for-quicksilver/</guid>
		<description><![CDATA[Ahhh, i tryed using some Adium away applescripts for QuickSilver posted at  blacktree but couldn&#8217;t get them to work, either no one ever tested it or they were designed for a really old Adium version. So i wrote a couple of simple QuickSilver plugins to support setting away and back on all accounts on Adium [...]]]></description>
			<content:encoded><![CDATA[<p>Ahhh,</p>
<p>i tryed using some Adium away applescripts for <a href="http://blacktree.com/" title="QuickSilver Homepage" target="_blank">QuickSilver</a> posted at  blacktree but couldn&#8217;t get them to work, either no one ever tested it or they were designed for a really old Adium version.<br />
So i wrote a couple of simple QuickSilver plugins to support setting away and back on all accounts on Adium 1.2+.</p>
<p><a href="http://techtrouts.com/downloads/QS_Adium_Away.zip" title="Adium set away plugin for QuickSilver">You can download them here!</a></p>
<p>Just unpack the zip and copy the applescript files to  &#8220;~/Library/Application Support/Quicksilver/Actions&#8221;, you might have to create the &#8220;Actions&#8221; folder.<br />
Restart Quicksilver and you&#8217;re done, just type &#8220;Adium set away&#8221; or &#8220;Adium Back from Away&#8221; in QS to use them :)</p>
]]></content:encoded>
			<wfw:commentRss>http://techtrouts.com/adium-set-away-plugin-for-quicksilver/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mozilla Firefox 3 for Mac is awesome</title>
		<link>http://techtrouts.com/mozilla-firefox-3-for-mac-is-awesome/</link>
		<comments>http://techtrouts.com/mozilla-firefox-3-for-mac-is-awesome/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 11:53:52 +0000</pubDate>
		<dc:creator>Carlos Ouro</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://techtrouts.com/mozilla-firefox-3-for-mac-is-awesome/</guid>
		<description><![CDATA[Hi there, i&#8217;ve used firefox for development for quite some time now, but on a mac i&#8217;ve always liked Safari better for regular web browsing, as it always been much faster and cute. But the recently released Firefox 3 for Mac really changed my mind. It is, without a doubt, awesome. Runs perfectly smoothly, really [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>i&#8217;ve used firefox for development for quite some time now, but on a mac i&#8217;ve always liked Safari better for regular web browsing, as it always been much faster and cute.</p>
<p>But the recently released Firefox 3 for Mac really changed my mind. It is, without a doubt, awesome. Runs perfectly smoothly, really nice design, fastest browser ever.</p>
<p>Firefox 2 versions really dragged around with heavy Javascript applications such as <a href="http://gmail.com" title="Gmail: Email from google" target="_blank">Gmail</a> or our upcoming <a href="http://fallforwardgame.com" title="FallForward: A google maps based multiplayer strategy game" target="_blank">FallForward</a>, but this new version handles javascript even better than Safari 3.<br />
This release has been a really nice boost for my web browsing as i&#8217;ve not been much into the latest beta versions of Firefox 3.</p>
<p>The bad part is <a href="http://getfirebug.com/" title="Firebug - Web Development Evolved" target="_blank">Firebug</a> still hasn&#8217;t come out on it&#8217;s official release for Firefox 3. However, i&#8217;m using the <a href="http://getfirebug.com/releases/" title="Firebug Releases" target="_blank">beta</a> and it works really nice &#8211; and everything is perfect again.</p>
<p>A &#8220;must have&#8221; indeed.</p>
<p>Great work for the guys at <a href="http://www.mozilla.com/en-US/about/" title="About Mozilla" target="_blank">Mozilla</a>!!<br />
By the way, great website design for <a href="http://www.mozilla.com" title="Mozilla | Firefox web browser &amp; Thunderbird email client" target="_blank">http://www.mozilla.com</a> ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://techtrouts.com/mozilla-firefox-3-for-mac-is-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check if unix based machine is linux from command line</title>
		<link>http://techtrouts.com/how-to-check-if-machine-is-linux-from-command-line/</link>
		<comments>http://techtrouts.com/how-to-check-if-machine-is-linux-from-command-line/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:37:51 +0000</pubDate>
		<dc:creator>Carlos Ouro</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://techtrouts.com/how-to-check-if-machine-is-linux-from-command-line/</guid>
		<description><![CDATA[use: uname -s Linux Systems return &#8220;Linux&#8221;. The Macs, for example, return &#8220;Darwin&#8221;.]]></description>
			<content:encoded><![CDATA[<p>use:</p>
<pre>uname -s</pre>
<p>Linux Systems return &#8220;Linux&#8221;.<br />
The Macs, for example, return &#8220;Darwin&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://techtrouts.com/how-to-check-if-machine-is-linux-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flushdns on mac osx leopard 10.5.2</title>
		<link>http://techtrouts.com/flushdns-on-mac-osx-leopard-1052/</link>
		<comments>http://techtrouts.com/flushdns-on-mac-osx-leopard-1052/#comments</comments>
		<pubDate>Tue, 27 May 2008 16:14:33 +0000</pubDate>
		<dc:creator>Carlos Ouro</dc:creator>
				<category><![CDATA[how-tos]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://techtrouts.com/flushdns-on-mac-osx-leopard-1052/</guid>
		<description><![CDATA[The windows &#8220;ipconfig /flushdns&#8221; command for mac os: In Mac OSX versions 10.5.2 and later: $ dscacheutil -flushcache In Mac OSX versions 10.5.1 and before: $ lookupd -flushcache]]></description>
			<content:encoded><![CDATA[<p>The windows &#8220;<em>ipconfig /flushdns</em>&#8221; command for mac os:</p>
<p>In Mac OSX versions 10.5.2 and later:<br />
<strong>$ dscacheutil -flushcache</strong></p>
<p>In Mac OSX versions 10.5.1 and before:<br />
<strong>$ lookupd -flushcache</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://techtrouts.com/flushdns-on-mac-osx-leopard-1052/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mac &#8211; mysql does not connect on localhost but connect&#8217;s on 127.0.0.1</title>
		<link>http://techtrouts.com/mac-mysql-does-not-connect-on-localhost-but-connects-on-127001/</link>
		<comments>http://techtrouts.com/mac-mysql-does-not-connect-on-localhost-but-connects-on-127001/#comments</comments>
		<pubDate>Mon, 26 May 2008 11:23:56 +0000</pubDate>
		<dc:creator>Carlos Ouro</dc:creator>
				<category><![CDATA[how-tos]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://techtrouts.com/mac-mysql-does-not-connect-on-localhost-but-connects-on-127001/</guid>
		<description><![CDATA[Hi, this issue came to me after i got &#8220;Can&#8217;t connect to local MySQL server through socket &#8216;/var/mysql/mysql.sock&#8217;&#8221; on a mysql connection on php on a fresh installed mac &#8211; php connect&#8217;s correctly to 127.0.0.1 , but does not connect to localhost . On a mac the default mysql socket is &#8216;/private/tmp/mysql.sock&#8216; and not &#8216;/var/mysql/mysql.sock&#8217;, [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>this issue came to me after i got &#8220;<em>Can&#8217;t connect to local MySQL server through socket &#8216;/var/mysql/mysql.sock&#8217;</em>&#8221; on a mysql connection on php on a fresh installed mac &#8211; php connect&#8217;s correctly to <em>127.0.0.1</em> , but does not connect to <em>localhost</em> .</p>
<p>On a mac the default mysql socket is  &#8216;<em>/private/tmp/mysql.sock</em>&#8216; and not <em>&#8216;/var/mysql/mysql.sock&#8217;</em>, you can confirm it by using <strong>$ locate mysql.sock</strong> on a Terminal.</p>
<p>So basically you have to change the php default connection socket to mysql to &#8216;<em>/private/tmp/mysql.sock</em>&#8216; . To do this you have to edit your php.ini &#8211; probably located at &#8216;<em>/private/etc/php.ini</em>&#8216; &#8211; via:</p>
<ul>
<li><strong>$ sudo nano /private/etc/php.ini</strong></li>
<li><strong>ctrl+w</strong> (where is) &#8220;<em>mysql.default_socket</em>&#8220;</li>
<li>alter to &#8220;mysql.default_socket = /private/tmp/mysql.sock&#8221;</li>
<li><strong>crtl+x</strong> followed by <strong>y</strong> and <strong>enter</strong> to save php.ini</li>
<li><strong>$ sudo httpd -k restart</strong> to restart Apache 2</li>
</ul>
<p>Retry connecting to mysql localhost on php &#8211; should be working :)</p>
<p>Update:<br />
if you use mysqli you also must set &#8220;mysqli.default_socket  = /private/tmp/mysql.sock&#8221; on php.ini;</p>
]]></content:encoded>
			<wfw:commentRss>http://techtrouts.com/mac-mysql-does-not-connect-on-localhost-but-connects-on-127001/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5: Web Sharing &#8211; &#8220;Forbidden 403&#8243; on http://localhost/~username</title>
		<link>http://techtrouts.com/mac-os-x-105-web-sharing-forbidden-403-on-httplocalhostusername/</link>
		<comments>http://techtrouts.com/mac-os-x-105-web-sharing-forbidden-403-on-httplocalhostusername/#comments</comments>
		<pubDate>Tue, 20 May 2008 15:16:56 +0000</pubDate>
		<dc:creator>Carlos Ouro</dc:creator>
				<category><![CDATA[how-tos]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://techtrouts.com/mac-os-x-105-web-sharing-forbidden-403-on-httplocalhostusername/</guid>
		<description><![CDATA[If, usually after installing/upgrading your mac, you can&#8217;t access your ~/Sites folder on your browser ( http://localhost/~username , where username is your mac username): Open a Terminal and $ sudo nano /private/etc/apache2/httpd.conf ; ctrl+w (where is) : &#8220;&#60;Directory /&#62;&#8221; ; Alter the line below from &#8220;Deny from all&#8221; to &#8220;Allow from all&#8220;; ctrl+x and y [...]]]></description>
			<content:encoded><![CDATA[<p>If, usually after installing/upgrading your mac, you can&#8217;t access your ~/Sites folder on your browser ( http://localhost/~<em>username</em> , where <em>username</em> is your mac username):</p>
<ul>
<li> Open a Terminal and <strong>$ sudo nano /private/etc/apache2/httpd.conf</strong> ;</li>
<li><strong>ctrl+w</strong> (where is) :  &#8220;&lt;Directory /&gt;&#8221; ;</li>
<li>Alter the line below from &#8220;<em>Deny from all</em>&#8221; to &#8220;<em>Allow from all</em>&#8220;;</li>
<li><strong>ctrl+x</strong> and <strong>y</strong> to save;</li>
<li>now <strong>$ sudo httpd -k restart</strong> to restart your Apache 2 server;</li>
</ul>
<p>Now retry accessing http://localhost/~<em>username</em> on your browser &#8211; that should do it;</p>
]]></content:encoded>
			<wfw:commentRss>http://techtrouts.com/mac-os-x-105-web-sharing-forbidden-403-on-httplocalhostusername/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>The best PC is actually a Mac</title>
		<link>http://techtrouts.com/the-best-pc-is-actually-a-mac/</link>
		<comments>http://techtrouts.com/the-best-pc-is-actually-a-mac/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 10:47:38 +0000</pubDate>
		<dc:creator>Carlos Ouro</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[OS X Leopard]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://techtrouts.com/the-best-pc-is-actually-a-mac/</guid>
		<description><![CDATA[That&#8217;s right folks, according to a small study conducted by Popular Mechanics magazine, Windows Vista runs better on Macs than PC&#8217;s. /me listens to Alanis Morisette &#8211; Ironic According to InformationWeek, Popular Mechanics &#8220;tested two all-in-one desktops and notebooks, one Mac and one PC in each category, using a panel of testers ranging from experts [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right folks, according to a small study conducted by <em>Popular Mechanics</em> magazine, Windows Vista runs better on Macs than PC&#8217;s.<br />
<em>/me listens to Alanis Morisette &#8211; Ironic</em></p>
<p>According to <a href="http://www.informationweek.com/shared/printableArticle.jhtml?articleID=207400285" title="InformationWeek - Macs Run Windows Vista Better Than PCs" target="_blank">InformationWeek</a>, <em>Popular Mechanics </em>&#8220;tested two all-in-one desktops and notebooks, one Mac and one PC in each category, using a panel of testers ranging from experts to the I-just-want-it-to-work type of consumer&#8221;.<br />
The results were published in <a href="http://www.popularmechanics.com/technology/reviews/4258725.html" title="Popular Mechanics - May Issue" target="_blank">in <em>Popular Mechanics</em>&#8216;s May issue.</a></p>
<p>There is a logic to it:<br />
Apple&#8217;s hardware is carefully built to be the most stable and compatible as possible, and the driver&#8217;s provided by OS X&#8217;s boot camp are perfectly designed for Vista to work perfectly with all the hardware in a Mac.<br />
Apple tries to give such a perfect environment  to it&#8217;s OS X that Windows Vista becomes actually much better on a Mac than most PC&#8217;s.</p>
<p>They also proved false the &#8220;a Mac&#8217;s way more expensive&#8221; PC lovers line. Apparently the only PC&#8217;s closely matched to their Mac&#8217;s counterparts &#8211; Gateway desktop and Asus notebook, priced the same or even higher than the Mac&#8217;s.</p>
<p>When they tested OS X Leopard vs Vista the results were more or less expected, Leopard won all the trials, and most of them such as performance, application launch times, features, etc. by a long way.<br />
On the downside they found that most users only love OS X Leopard&#8217;s look and feel a little bit more than Vista&#8217;s.</p>
<p>Apple won both in laptops and desktops categories &#8211; Now there&#8217;s no excuse not to buy a mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://techtrouts.com/the-best-pc-is-actually-a-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
