<?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>beta.blog</title>
	<atom:link href="http://www.betamaster.us/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.betamaster.us/blog</link>
	<description>imagine. create. innovate.</description>
	<lastBuildDate>Sun, 19 May 2013 14:23:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Mac OS X: Make Command + Q work with Finder as well</title>
		<link>http://www.betamaster.us/blog/?p=1303</link>
		<comments>http://www.betamaster.us/blog/?p=1303#comments</comments>
		<pubDate>Sat, 04 May 2013 09:29:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC OS X]]></category>

		<guid isPermaLink="false">http://www.betamaster.us/blog/?p=1303</guid>
		<description><![CDATA[If you&#8217;re used to closing windows with Command+Q and you&#8217;d also like this trick to work with Finder, you can simply add a &#8220;Quit Finder&#8221; menu item to all Finder instances which will also enable closing the window with Command+Q. Just open up your Terminal and enter the following command: Now you just have to [...]]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re used to closing windows with <strong>Command+Q</strong> and you&#8217;d also like this trick to work with Finder, you can simply add a &#8220;Quit Finder&#8221; menu item to all Finder instances which will also enable closing the window with <strong>Command+Q</strong>.</p>
<p>Just open up your Terminal and enter the following command:</p>
<pre class="brush: plain; title: ; notranslate">defaults write com.apple.finder QuitMenuItem -bool yes</pre>
<p>Now you just have to restart finder (<strong>Command+ALT+ESC</strong> =&gt; <strong>Select Finder</strong> =&gt; <strong>Restart Finder</strong>) or optionally just enter the following terminal command in order to kill all Finder windows:</p>
<pre class="brush: plain; title: ; notranslate">killall Finder</pre>
<p><span style="color: #ff9900;"><strong>Note:</strong> </span>This solution, however, will quit all Finder windows at once. If you&#8217;d like to close the active window only, simply use <strong>Command+W <img src='http://www.betamaster.us/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p>In order to <span style="text-decoration: underline;"><strong>undo</strong></span> above changes, you can simply enter the following command:</p>
<pre class="brush: plain; title: ; notranslate">defaults delete com.apple.finder QuitMenuItem</pre>
<p>(and restart Finder again)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.betamaster.us/blog/?feed=rss2&#038;p=1303</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X: wine: cannot find Lunix *solution*</title>
		<link>http://www.betamaster.us/blog/?p=1301</link>
		<comments>http://www.betamaster.us/blog/?p=1301#comments</comments>
		<pubDate>Fri, 03 May 2013 22:46:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC OS X]]></category>

		<guid isPermaLink="false">http://www.betamaster.us/blog/?p=1301</guid>
		<description><![CDATA[I got this error today after I messed around just a little bit with my winecfg. Turned out I changed stuff with my wine drives and couldn&#8217;t execute anything outside of drive_c anymore. The solution is fairly simple, just fire up a Terminal, type in winecfg, choose the Drives tab and add a new drive [...]]]></description>
				<content:encoded><![CDATA[<p>I got this error today after I messed around just a little bit with my winecfg.</p>
<p>Turned out I changed stuff with my wine drives and couldn&#8217;t execute anything outside of drive_c anymore.</p>
<p>The solution is fairly simple, just fire up a <strong>Terminal</strong>, type in <strong>winecfg</strong>, choose the <strong>Drives</strong> tab and <strong>add a new drive</strong> (e.g. drive Z:). The default path will be <strong>/</strong> and this is already everything that&#8217;s needed to be done there. Apply your changes, click on OK and it should work again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.betamaster.us/blog/?feed=rss2&#038;p=1301</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X: Remove Known SSH Host (Terminal)</title>
		<link>http://www.betamaster.us/blog/?p=1298</link>
		<comments>http://www.betamaster.us/blog/?p=1298#comments</comments>
		<pubDate>Fri, 03 May 2013 04:17:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC OS X]]></category>

		<guid isPermaLink="false">http://www.betamaster.us/blog/?p=1298</guid>
		<description><![CDATA[I just wanted to remove a known SSH host from my MacBook, because I re-installed my iPhone and I just couldn&#8217;t connect to it via SSH anymore. MacBook-Air: beta$ ssh root@192.168.1.9 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on [...]]]></description>
				<content:encoded><![CDATA[<p>I just wanted to remove a known SSH host from my MacBook, because I re-installed my iPhone  and I just couldn&#8217;t connect to it via SSH anymore.</p>
<blockquote><p>MacBook-Air: beta$ ssh root@192.168.1.9<br />
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@<br />
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @<br />
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@<br />
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!<br />
Someone could be eavesdropping on you right now (man-in-the-middle attack)!<br />
It is also possible that a host key has just been changed.<br />
The fingerprint for the RSA key sent by the remote host is<br />
xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.<br />
Please contact your system administrator.</p></blockquote>
<p>Getting rid of this behaviour is fairly easy, just enter your Terminal and type the following command:</p>
<pre class="brush: plain; title: ; notranslate">ssh-keygen -R server-name</pre>
<p>Afterwards, when SSH&#8217;ing to your device for the next time, you should be able to connect as usual.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.betamaster.us/blog/?feed=rss2&#038;p=1298</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X: Open .webloc files with Firefox by default</title>
		<link>http://www.betamaster.us/blog/?p=1292</link>
		<comments>http://www.betamaster.us/blog/?p=1292#comments</comments>
		<pubDate>Tue, 23 Apr 2013 08:06:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC OS X]]></category>

		<guid isPermaLink="false">http://www.betamaster.us/blog/?p=1292</guid>
		<description><![CDATA[I recently noticed that .webloc files will only open in the system&#8217;s standard browser, regardless of what you set in &#8220;always open with&#8221; options. Thus you&#8217;ve to make Firefox your standard browser. If it doesn&#8217;t ask you automatically to become the default browser, you can change that in the Firefox settings dialog:]]></description>
				<content:encoded><![CDATA[<p>I recently noticed that .webloc files will only open in the system&#8217;s standard browser, regardless of what you set in &#8220;always open with&#8221; options. Thus you&#8217;ve to make Firefox your standard browser.</p>
<p>If it doesn&#8217;t ask you automatically to become the default browser, you can change that in the Firefox settings dialog:</p>
<p><a href="http://www.betamaster.us/blog/wp-content/uploads/2013/04/fiefox-advanced-settings-make-firefox-default-browser.png" class="gallery_colorbox"><img src="http://www.betamaster.us/blog/wp-content/uploads/2013/04/fiefox-advanced-settings-make-firefox-default-browser.png"  alt="fiefox-advanced-settings-make-firefox-default-browser" width="500" class="alignleft size-full wp-image-1293" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.betamaster.us/blog/?feed=rss2&#038;p=1292</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAC OS X: Minimize all Windows (even Finder windows)</title>
		<link>http://www.betamaster.us/blog/?p=1290</link>
		<comments>http://www.betamaster.us/blog/?p=1290#comments</comments>
		<pubDate>Mon, 22 Apr 2013 00:46:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC OS X]]></category>

		<guid isPermaLink="false">http://www.betamaster.us/blog/?p=1290</guid>
		<description><![CDATA[I was looking for a decent way of minimizing all windows on my OS X system (Snow Leopard aka OS X 10.8.x). I&#8217;ve found several solutions for this matter, but most of them left various windows still open instead of just minimizing all of them. Luckily I found the following little keystroke which allows to [...]]]></description>
				<content:encoded><![CDATA[<p>I was looking for a decent way of minimizing all windows on my OS X system (Snow Leopard aka OS X 10.8.x). I&#8217;ve found several solutions for this matter, but most of them left various windows still open instead of just minimizing all of them.</p>
<p>Luckily I found the following little keystroke which allows to minimize all windows (hint: it won&#8217;t work when Firefox is your active window, but it works with pretty much everything else)</p>
<pre class="brush: plain; title: ; notranslate">COMMAND + OPTION + H + M</pre>
<p>Just gives a blank desktop. <img src='http://www.betamaster.us/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.betamaster.us/blog/?feed=rss2&#038;p=1290</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAC OS X: Serious WinRAR Alternative</title>
		<link>http://www.betamaster.us/blog/?p=1282</link>
		<comments>http://www.betamaster.us/blog/?p=1282#comments</comments>
		<pubDate>Thu, 11 Apr 2013 17:38:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC OS X]]></category>

		<guid isPermaLink="false">http://www.betamaster.us/blog/?p=1282</guid>
		<description><![CDATA[This is a pretty decent alternative to WinRAR for MacOS X: http://macitbetter.com/. It&#8217;s called BetterZip 2, supports many archive formats and it opens a window showing the archive contents without extracting it instantly. Unfortunately it&#8217;s a commercial package, but hey &#8211; this is the internet so it&#8217;s just possible to pirate the most recent version [...]]]></description>
				<content:encoded><![CDATA[<p>This is a pretty decent alternative to WinRAR for MacOS X: <a href="http://macitbetter.com/">http://macitbetter.com/</a>. It&#8217;s called BetterZip 2, supports many archive formats and it opens a window showing the archive contents without extracting it instantly. </p>
<p>Unfortunately it&#8217;s a commercial package, but hey &#8211; this is the internet so it&#8217;s just possible to pirate the most recent version from countless pertinent websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.betamaster.us/blog/?feed=rss2&#038;p=1282</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Bada: Factory Reset Code</title>
		<link>http://www.betamaster.us/blog/?p=1280</link>
		<comments>http://www.betamaster.us/blog/?p=1280#comments</comments>
		<pubDate>Sat, 06 Apr 2013 22:10:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.betamaster.us/blog/?p=1280</guid>
		<description><![CDATA[This is the master reset code for Samsung Bada based devices. Entering it will cause a full factory reset (hard reset) which means all data, contacts, &#8230; will be DELETED from your phone.]]></description>
				<content:encoded><![CDATA[<p>This is the master reset code for Samsung Bada based devices.</p>
<p>Entering it will cause a full factory reset (hard reset) which means all data, contacts, &#8230; will be DELETED from your phone.</p>
<pre class="brush: plain; title: ; notranslate"> *2767*3855#</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.betamaster.us/blog/?feed=rss2&#038;p=1280</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X &#8211; Remove files which resist in Trash</title>
		<link>http://www.betamaster.us/blog/?p=1278</link>
		<comments>http://www.betamaster.us/blog/?p=1278#comments</comments>
		<pubDate>Mon, 01 Apr 2013 14:11:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.betamaster.us/blog/?p=1278</guid>
		<description><![CDATA[Sometimes files you deleted won&#8217;t delete when emptying the trash. There&#8217;s an easy fix for this, though. 1. Enter the Terminal 2. Type: 3. Type: Should work fine. If you get an error such as &#8220;Permission Denied&#8221; when deleting the files type:]]></description>
				<content:encoded><![CDATA[<p>Sometimes files you deleted won&#8217;t delete when emptying the trash. There&#8217;s an easy fix for this, though.</p>
<p>1. Enter the Terminal<br />
2. Type: </p>
<pre class="brush: plain; title: ; notranslate">cd .Trash/ </pre>
<p>3. Type:</p>
<pre class="brush: plain; title: ; notranslate">rm *</pre>
<p>Should work fine. If you get an error such as &#8220;Permission Denied&#8221; when deleting the files type:</p>
<pre class="brush: plain; title: ; notranslate">sudo rm *</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.betamaster.us/blog/?feed=rss2&#038;p=1278</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to play Deponia on Mac OS X without login into Steam</title>
		<link>http://www.betamaster.us/blog/?p=1268</link>
		<comments>http://www.betamaster.us/blog/?p=1268#comments</comments>
		<pubDate>Sat, 30 Mar 2013 12:57:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://www.betamaster.us/blog/?p=1268</guid>
		<description><![CDATA[This is my solution for playing the game Deponia on your Mac system without being logged in to Steam (NoSteam, NoCD, NoDVD fix). 1. Open up the Terminal 2. Type the following console command: ln -s /Users/USERNAME/Library/Application\ Support/Steam/SteamApps/common/Deponia/Deponia.app /Users/USERNAME/Desktop/Deponia.app Make sure to replace USERNAME with your actual username. If the command returns nothing it means [...]]]></description>
				<content:encoded><![CDATA[<p>This is my solution for playing the game Deponia on your Mac system without being logged in to Steam (NoSteam, NoCD, NoDVD fix).</p>
<p>1. Open up the Terminal<br />
2. Type the following console command:</p>
<p><code>ln -s /Users/<span style="color: #ff9900;">USERNAME</span>/Library/Application\ Support/Steam/SteamApps/common/Deponia/Deponia.app /Users/<span style="color: #ff9900;">USERNAME</span>/Desktop/Deponia.app</code></p>
<p>Make sure to replace <span style="color: #ff9900;"><em>USERNAME</em></span> with your actual username. If the command returns nothing it means it was executed successfully. After entering the command properly you&#8217;ll get a new icon on your Desktop which allows you to play Deponia without being connected to Steam.</p>
<p>The reason this works is because the original Deponia desktop shortcut automatically launched Steam (because it started the game indirectly via Steam) whereas my shortcut launches the game directly. Fortunately no crack is required for the OS X version (as for the time being). <img src='http://www.betamaster.us/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.betamaster.us/blog/?feed=rss2&#038;p=1268</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DotNetNuke &#8211; Bad Request &#8211; Invalid Hostname</title>
		<link>http://www.betamaster.us/blog/?p=1263</link>
		<comments>http://www.betamaster.us/blog/?p=1263#comments</comments>
		<pubDate>Tue, 26 Mar 2013 13:06:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random()]]></category>

		<guid isPermaLink="false">http://www.betamaster.us/blog/?p=1263</guid>
		<description><![CDATA[After installing dotnetnuke I received the following error message when accessing my site through a different computer on the network: Bad Request &#8211; Invalid Hostname HTTP Error 400. The request hostname is invalid. I searched for the reason of this error and found a working solution: 1. Launch Microsoft WebMatrix and choose your site 2. [...]]]></description>
				<content:encoded><![CDATA[<p>After installing dotnetnuke I received the following error message when accessing my site through a different computer on the network:</p>
<blockquote><p>Bad Request &#8211; Invalid Hostname<br />
HTTP Error 400. The request hostname is invalid.</p></blockquote>
<p>I searched for the reason of this error and found a working solution:</p>
<p><strong><span style="color: #ffcc00;">1</span>.</strong> Launch <strong>Microsoft WebMatrix</strong> and choose your site<br />
<strong><span style="color: #ffcc00;">2</span>.</strong> At the left side of the screen you get a <strong>Settings</strong> option<br />
<strong><span style="color: #ffcc00;">3</span>.</strong> Replace http://localhost:21606 with your <strong>IP address</strong>, for me it would be http://172.21.2.110:21606</p>
<p>Should work fine afterwards.</p>
<p><a href="http://www.betamaster.us/blog/wp-content/uploads/2013/03/dotnetnuke.png" class="gallery_colorbox"><img class="alignleft size-full wp-image-1264" alt="dotnetnuke" src="http://www.betamaster.us/blog/wp-content/uploads/2013/03/dotnetnuke.png"  width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.betamaster.us/blog/?feed=rss2&#038;p=1263</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
