<?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>Ryan Gustason</title>
	<atom:link href="http://www.gustason.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gustason.com</link>
	<description>Random thoughts on technology and other stuff...</description>
	<lastBuildDate>Sat, 19 May 2012 10:28:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Safe Mode Boot for Mac OSX</title>
		<link>http://www.gustason.com/2012/safe-mode-boot-for-mac-osx/</link>
		<comments>http://www.gustason.com/2012/safe-mode-boot-for-mac-osx/#comments</comments>
		<pubDate>Sat, 19 May 2012 10:27:42 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.gustason.com/?p=61</guid>
		<description><![CDATA[Be sure your Mac is shut down. Press the power button. Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the &#8230; <a href="http://www.gustason.com/2012/safe-mode-boot-for-mac-osx/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ol>
<li>Be sure your Mac is shut down.</li>
<li>Press the power button.</li>
<li>Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.</li>
<li>Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.gustason.com/2012/safe-mode-boot-for-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Shutdown Event Tracker in Windows 2003</title>
		<link>http://www.gustason.com/2012/disable-shutdown-event-tracker-in-windows-2003/</link>
		<comments>http://www.gustason.com/2012/disable-shutdown-event-tracker-in-windows-2003/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 19:49:52 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.gustason.com/?p=59</guid>
		<description><![CDATA[Start Run gpedit.msc Expand Computer Configuration, Administrative Templates. Click on System Scroll and locate Display Shutdown Event Tracker Double click it, set to Disable Save and exit GPO editor.]]></description>
			<content:encoded><![CDATA[<p>Start Run gpedit.msc</p>
<p>Expand Computer Configuration, Administrative Templates.</p>
<p>Click on System</p>
<p>Scroll and locate Display Shutdown Event Tracker</p>
<p>Double click it, set to Disable</p>
<p>Save and exit GPO editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gustason.com/2012/disable-shutdown-event-tracker-in-windows-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile WINE from source code</title>
		<link>http://www.gustason.com/2012/compile-wine-from-source-code/</link>
		<comments>http://www.gustason.com/2012/compile-wine-from-source-code/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 01:40:59 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.gustason.com/?p=54</guid>
		<description><![CDATA[You will find the following packages on your Mac OSX installation DVD (at least on Leopard). Most if not all are installed when you install the Xcode IDE. CoreAudioSDK for CoreAudio.h OpenGLSDK X11SDK for /usr/X11/include and libs DevSDK for /usr/include/*.h &#8230; <a href="http://www.gustason.com/2012/compile-wine-from-source-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You will find the following packages on your Mac OSX installation DVD (at least on Leopard). Most if not all are installed when you install the Xcode IDE.</p>
<ul>
<li>CoreAudioSDK for CoreAudio.h</li>
<li>OpenGLSDK</li>
<li>X11SDK for /usr/X11/include and libs</li>
<li>DevSDK for /usr/include/*.h /usr/lib/*.{a,la,dylib}</li>
<li>DeveloperToolsCLI for /usr/bin/make, autoconf, /usr/share/man/ etc.</li>
<li>gcc4.2ADC to use gcc-4.2 instead of gcc-4.0</li>
</ul>
<p>Other key libraries</p>
<ul>
<li><a href="http://wiki.winehq.org/FreeType">FreeType</a>: <a href="http://freetype.org/">http://freetype.org/</a> - Not required to compile, but most text will not be readable without it</li>
<li>LibTIFF: <a href="http://www.libtiff.org/">http://www.libtiff.org/</a> - Not required to compile, but required by some applications</li>
<li>Fontforge: <a href="http://fontforge.sourceforge.net/">http://fontforge.sourceforge.net/</a></li>
<li>LibJPEG: <a href="http://www.ijg.org/">http://www.ijg.org/</a></li>
<li>LibXML2: <a href="http://xmlsoft.org/">http://xmlsoft.org/</a></li>
<li>LibXSLT: <a href="http://xmlsoft.org/xslt/">http://xmlsoft.org/xslt/</a></li>
</ul>
<p>Add &#8211;enable-maintainer-mode or &#8211;verbose to your ./configure line to see a full list of packages that Mac OS X does not provide but Wine may possibly need.</p>
<p>&nbsp;</p>
<hr />
<p>&nbsp;</p>
<pre>./configure --verbose --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib
make</pre>
<p>then type make into terminal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gustason.com/2012/compile-wine-from-source-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applescript script for starting a WINE Windows App on OSX</title>
		<link>http://www.gustason.com/2012/applescript-script-for-starting-a-wine-windows-app-on-osx/</link>
		<comments>http://www.gustason.com/2012/applescript-script-for-starting-a-wine-windows-app-on-osx/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 00:53:31 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.gustason.com/?p=52</guid>
		<description><![CDATA[tell application "Terminal" do script "/opt/local/bin/wine ~/.wine/drive_c/Program\\ Files/$PATH_TO_PROGRAM.exe" end tell]]></description>
			<content:encoded><![CDATA[<pre>tell application "Terminal"
    do script "/opt/local/bin/wine ~/.wine/drive_c/Program\\ Files/$PATH_TO_PROGRAM.exe"
end tell</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gustason.com/2012/applescript-script-for-starting-a-wine-windows-app-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Macports and Wine</title>
		<link>http://www.gustason.com/2012/update-macports-and-wine/</link>
		<comments>http://www.gustason.com/2012/update-macports-and-wine/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 00:12:47 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.gustason.com/?p=50</guid>
		<description><![CDATA[sudo port selfupdate &#38;&#38; sudo port upgrade outdated]]></description>
			<content:encoded><![CDATA[<pre>sudo port selfupdate &amp;&amp; sudo port upgrade outdated</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gustason.com/2012/update-macports-and-wine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean OSX cache</title>
		<link>http://www.gustason.com/2012/clean-osx-cache/</link>
		<comments>http://www.gustason.com/2012/clean-osx-cache/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 22:25:44 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.gustason.com/?p=48</guid>
		<description><![CDATA[Clear your OSX cache. This is done by starting up your computer while holding the left shift key, letting it boot up completely, then restarting it normally (without holding the shift key).]]></description>
			<content:encoded><![CDATA[<p><strong>Clear your OSX cache.</strong> This is done by starting up your computer while holding the left shift key, letting it boot up completely, then restarting it normally (without holding the shift key).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gustason.com/2012/clean-osx-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding out Application extensions using plists in OSX</title>
		<link>http://www.gustason.com/2012/finding-out-application-extensions-using-plists-in-osx/</link>
		<comments>http://www.gustason.com/2012/finding-out-application-extensions-using-plists-in-osx/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 02:17:34 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.gustason.com/?p=40</guid>
		<description><![CDATA[Applications specify file types in their Contents/Info.plist file. You can see and edit it by right-clicking the application bundle and selecting Show Package Contents.]]></description>
			<content:encoded><![CDATA[<p>Applications specify file types in their <code>Contents/Info.plist</code> file. You can see and edit it by right-clicking the application bundle and selecting <em>Show Package Contents</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gustason.com/2012/finding-out-application-extensions-using-plists-in-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detailed app info in a searchable text for OSX</title>
		<link>http://www.gustason.com/2011/detailed-app-info-in-a-searchable-text-for-osx/</link>
		<comments>http://www.gustason.com/2011/detailed-app-info-in-a-searchable-text-for-osx/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 04:38:17 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.gustason.com/?p=37</guid>
		<description><![CDATA[type this into terminal: system_profiler SPApplicationsDataType &#62;~/Desktop/Installed-Apps.txt That will create a text document with detailed info about applications installed on your Mac.]]></description>
			<content:encoded><![CDATA[<p>type this into terminal:</p>
<pre>system_profiler SPApplicationsDataType &gt;~/Desktop/Installed-Apps.txt</pre>
<p>That will create a text document with detailed info about applications installed on your Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gustason.com/2011/detailed-app-info-in-a-searchable-text-for-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IOS Screen Capture</title>
		<link>http://www.gustason.com/2011/ios-screen-capture/</link>
		<comments>http://www.gustason.com/2011/ios-screen-capture/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 23:47:44 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.gustason.com/?p=34</guid>
		<description><![CDATA[To do a screen capture on an iPhone, press the home and power buttons on the phone together briefly. It should &#8220;flash&#8221; the screen and take a pic of your screen on the ios device, saving it to your camera &#8230; <a href="http://www.gustason.com/2011/ios-screen-capture/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To do a screen capture on an iPhone, press the home and power buttons on the phone together briefly.  It should &#8220;flash&#8221; the screen and take a pic of your screen on the ios device, saving it to your camera roll.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gustason.com/2011/ios-screen-capture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showing hidden files in Snow Leopard</title>
		<link>http://www.gustason.com/2011/showing-hidden-files-in-snow-leopard/</link>
		<comments>http://www.gustason.com/2011/showing-hidden-files-in-snow-leopard/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 23:40:10 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.gustason.com/?p=32</guid>
		<description><![CDATA[In terminal type: defaults write com.apple.Finder AppleShowAllFiles YES To turn off, in terminal type: defaults write com.apple.Finder AppleShowAllFiles NO]]></description>
			<content:encoded><![CDATA[<p>In terminal type:</p>
<pre>defaults write com.apple.Finder AppleShowAllFiles YES</pre>
<p>To turn off, in terminal type:</p>
<pre>defaults write com.apple.Finder AppleShowAllFiles NO</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gustason.com/2011/showing-hidden-files-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

