<?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>trick77.com</title>
	<atom:link href="http://trick77.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://trick77.com</link>
	<description>...gadgeteers at work</description>
	<lastBuildDate>Sun, 19 May 2013 18:38:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Running Java applications on OS X with only Java 7 installed</title>
		<link>http://trick77.com/2013/05/19/running-java-applications-on-os-x-with-only-java-7-installed/</link>
		<comments>http://trick77.com/2013/05/19/running-java-applications-on-os-x-with-only-java-7-installed/#comments</comments>
		<pubDate>Sun, 19 May 2013 18:18:12 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4282</guid>
		<description><![CDATA[If Java 7 is the only Java environment on a Mac, quite a few applications demand the installation of a Java 6 environment: To open &#8220;Eclipse&#8221;, you need a Java SE 6 runtime. Would you like to install one now? To open &#8220;Adobe Device Central CS5&#8243;, you need a Java 6 SE runtime. Would you [...]]]></description>
		<wfw:commentRss>http://trick77.com/2013/05/19/running-java-applications-on-os-x-with-only-java-7-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When is the next Apple keynote website update</title>
		<link>http://trick77.com/2013/04/28/when-is-the-next-apple-keynote-website-update/</link>
		<comments>http://trick77.com/2013/04/28/when-is-the-next-apple-keynote-website-update/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 13:03:29 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4250</guid>
		<description><![CDATA[I&#8217;m about to roll out an update for the wheniskeynote.com website, just in time for the WWDC 13 keynote. The changes include: Replaced the countdown with one that supports reflection Replaced Google Analytics with Piwik, which is awesome Removed support for the RSS feed and Google +1 Dropped financial results calls from the list of [...]]]></description>
		<wfw:commentRss>http://trick77.com/2013/04/28/when-is-the-next-apple-keynote-website-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best USB 3.0 controller for a Hackintosh</title>
		<link>http://trick77.com/2013/04/25/best-usb-3-0-controller-for-a-hackintosh/</link>
		<comments>http://trick77.com/2013/04/25/best-usb-3-0-controller-for-a-hackintosh/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 11:51:41 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[asus p6t]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx86]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4234</guid>
		<description><![CDATA[My rather dated ASUS P6T based Hackintosh lacked USB 3.0, a feature I really wanted because I already own an external USB 3 SSD drive which I&#8217;m using on my notebook. Quite a while ago, I bought this dirt cheap PCI-express 4 port USB card for $11 on eBay. However, the controller didn&#8217;t work on [...]]]></description>
		<wfw:commentRss>http://trick77.com/2013/04/25/best-usb-3-0-controller-for-a-hackintosh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speed up MySQL with a RAM disk in Ubuntu Server</title>
		<link>http://trick77.com/2012/12/30/speed-up-mysql-with-a-ram-disk-in-ubuntu-server/</link>
		<comments>http://trick77.com/2012/12/30/speed-up-mysql-with-a-ram-disk-in-ubuntu-server/#comments</comments>
		<pubDate>Sun, 30 Dec 2012 15:19:23 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4194</guid>
		<description><![CDATA[If you have some RAM to spare and want to speed up MySQL a little, you can create a RAM disk for MySQL&#8217;s temporary disk tables. In Ubuntu Server, the MySQL process is being watched by AppArmor which prevents us from using a custom tmpdir unless the AppArmor configuration is changed accordingly. This post shows how [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/12/30/speed-up-mysql-with-a-ram-disk-in-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PhpMyAdmin behind HAProxy</title>
		<link>http://trick77.com/2012/12/29/phpmyadmin-behind-haproxy/</link>
		<comments>http://trick77.com/2012/12/29/phpmyadmin-behind-haproxy/#comments</comments>
		<pubDate>Sat, 29 Dec 2012 13:55:35 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[haproxy]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4126</guid>
		<description><![CDATA[Here&#8217;s a quick one. If HAProxy is used to SSL-offload the PhpMyAdmin web application, the following line has to be added to PhpMyAdmin&#8217;s config.inc.php: $cfg['PmaAbsoluteUri'] = 'https://www.mydomain.net/phpmyadmin';]]></description>
		<wfw:commentRss>http://trick77.com/2012/12/29/phpmyadmin-behind-haproxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure FreePBX for OVH&#8217;s SIP trunk</title>
		<link>http://trick77.com/2012/12/28/how-to-configure-freepbx-for-ovh-sip-trunk/</link>
		<comments>http://trick77.com/2012/12/28/how-to-configure-freepbx-for-ovh-sip-trunk/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 10:16:24 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[freepbx]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4152</guid>
		<description><![CDATA[I&#8217;m still kind of an Asterisk/FreePBX noob so I took me a while to figure out how to configure OVH&#8217;s SIP trunk for inbound and outbound calls. I chose OVH since they offer a SIP trunk for €1/mo (depending on your country the price may be higher) which includes free landline calling to 40 countries: Argentina, [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/12/28/how-to-configure-freepbx-for-ovh-sip-trunk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to compile HAProxy for Debian/Ubuntu</title>
		<link>http://trick77.com/2012/12/28/how-to-compile-haproxy-for-debian-ubuntu/</link>
		<comments>http://trick77.com/2012/12/28/how-to-compile-haproxy-for-debian-ubuntu/#comments</comments>
		<pubDate>Thu, 27 Dec 2012 23:55:09 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[haproxy]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4109</guid>
		<description><![CDATA[If you want to use that latest and greatest feature in HAProxy, you&#8217;ll probably end up having it to build it yourself. If you&#8217;re adventurous enough to run a potentially unstable development version on your server, here&#8217;s how to compile the binary. Get the latest dev version from here: haproxy.1wt.eu/#down Set up the build environment: apt-get [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/12/28/how-to-compile-haproxy-for-debian-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HAProxy and real IP addresses in Apache2 using the RPAF module</title>
		<link>http://trick77.com/2012/12/27/haproxy-and-real-ip-addresses-in-apache2-using-the-rpaf-module/</link>
		<comments>http://trick77.com/2012/12/27/haproxy-and-real-ip-addresses-in-apache2-using-the-rpaf-module/#comments</comments>
		<pubDate>Thu, 27 Dec 2012 08:54:21 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[haproxy]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4102</guid>
		<description><![CDATA[If you&#8217;re using a reverse proxy and want to see the client&#8217;s real IP addresses instead of the proxy&#8217;s localhost address in Apache2&#8242;s log file (or any Apache-based web application which reports the client&#8217;s IP address), you might want to have a look at the RPAF module. The RPAF (Reverse Proxy Add Forward) module will [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/12/27/haproxy-and-real-ip-addresses-in-apache2-using-the-rpaf-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HAProxy and SNI-based SSL offloading with intermediate CA</title>
		<link>http://trick77.com/2012/12/26/haproxy-and-sni-based-ssl-offloading-with-intermediate-ca/</link>
		<comments>http://trick77.com/2012/12/26/haproxy-and-sni-based-ssl-offloading-with-intermediate-ca/#comments</comments>
		<pubDate>Wed, 26 Dec 2012 11:20:25 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[haproxy]]></category>
		<category><![CDATA[sni]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4089</guid>
		<description><![CDATA[In a world of diminishing IPv4 space and slow IPv6 adoption, SNI-based SSL is getting more and more important. Using the TLS extension SNI, only hardware limits the number of virtual SSL-hosts we can put on a single IP address. Most modern web browsers and web servers support SNI nowadays. Since September 2012, HAProxy supports native [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/12/26/haproxy-and-sni-based-ssl-offloading-with-intermediate-ca/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BuyVM/Frantech MySQL Shared SQL offloading review</title>
		<link>http://trick77.com/2012/12/09/buyvm-frantech-sql-offloading-review/</link>
		<comments>http://trick77.com/2012/12/09/buyvm-frantech-sql-offloading-review/#comments</comments>
		<pubDate>Sun, 09 Dec 2012 14:06:17 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4058</guid>
		<description><![CDATA[One of my favourite low-end Linux virtual server provider these days is BuyVM/Frantech from Canada (, eh?). They offer 128MB OpenVZ VPS plans for as low as $15/yr and 128MB KVM plans for $25/yr in Buffalo NY or in San Jose on the west coast. These virtual servers come with 500GB traffic/month and 15 GB [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/12/09/buyvm-frantech-sql-offloading-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to batch-import a phone number blacklist into Asterisk/FreePBX</title>
		<link>http://trick77.com/2012/12/09/how-to-import-a-phone-number-blacklist-into-asterisk-freepbx/</link>
		<comments>http://trick77.com/2012/12/09/how-to-import-a-phone-number-blacklist-into-asterisk-freepbx/#comments</comments>
		<pubDate>Sat, 08 Dec 2012 23:21:34 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=4019</guid>
		<description><![CDATA[Here&#8217;s a simple shell script sample on how to import a list of phone numbers into FreePBX&#8217;s blacklist module. The blacklist module is available for download in the FreePBX &#8220;Module Admin&#8221; menu. Unless you&#8217;re based in Switzerland, the call-center blacklist I&#8217;m using in the script below is probably not relevant to you &#8211; you&#8217;ll have [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/12/09/how-to-import-a-phone-number-blacklist-into-asterisk-freepbx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Call-Center Rufnummern-Sperrliste Schweiz / Telefon-Spam</title>
		<link>http://trick77.com/2012/12/08/call-center-rufnummern-sperrliste-schweiz/</link>
		<comments>http://trick77.com/2012/12/08/call-center-rufnummern-sperrliste-schweiz/#comments</comments>
		<pubDate>Sat, 08 Dec 2012 18:10:22 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3992</guid>
		<description><![CDATA[Aus aktuellem Anlass wieder mal ein Post in Deutsch. Und zwar geht es dieses Mal um Belästigungen. Genauer gesagt um Meinungsforscher, Werbeanrufer und sonstige, gewerbliche Telefonterroristen, welche sich ungeniert über den *-Eintrag im Telefonbuch hinwegsetzen. Der Plan: Mittels einer Sperrliste bekannte Störenfriede automatisch abweisen. Was braucht man dazu: Eine Telefonanlage, welche mit einer Rufnummern-Sperrliste umgehen [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/12/08/call-center-rufnummern-sperrliste-schweiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent SSL redirect loop using WordPress and HAProxy</title>
		<link>http://trick77.com/2012/12/01/prevent-ssl-redirect-loop-using-wordpress-and-haproxy/</link>
		<comments>http://trick77.com/2012/12/01/prevent-ssl-redirect-loop-using-wordpress-and-haproxy/#comments</comments>
		<pubDate>Sat, 01 Dec 2012 21:15:19 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[haproxy]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3974</guid>
		<description><![CDATA[This is a first post in a series on how to use HAProxy in front of WordPress. I&#8217;m using HAProxy to offload SSL connections to a WordPress site. The site itself runs on an internal IP address on port 80 while HAProxy listens on incoming connections on *:80 and *:443. Connections to *:443 will be [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/12/01/prevent-ssl-redirect-loop-using-wordpress-and-haproxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 clean install with upgrade license key error code 0xC004F061</title>
		<link>http://trick77.com/2012/11/01/windows-8-clean-install-with-upgrade-license-key-error-code-0xc004f061/</link>
		<comments>http://trick77.com/2012/11/01/windows-8-clean-install-with-upgrade-license-key-error-code-0xc004f061/#comments</comments>
		<pubDate>Thu, 01 Nov 2012 13:17:57 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3957</guid>
		<description><![CDATA[Even though I&#8217;m a Mac person, I decided to give Windows 8 a try. I was able get a promo code (using an old but genuine Windows 7 serial and this loophole) and the price dropped to $14.99. I wanted to get rid of all the junk from my Windows 7 installation so I decided to [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/11/01/windows-8-clean-install-with-upgrade-license-key-error-code-0xc004f061/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Colocating a Raspberry Pi Debian server in a data center (follow up)</title>
		<link>http://trick77.com/2012/07/14/colocating-a-raspberry-pi-debian-server-in-a-data-center-follow-up/</link>
		<comments>http://trick77.com/2012/07/14/colocating-a-raspberry-pi-debian-server-in-a-data-center-follow-up/#comments</comments>
		<pubDate>Sat, 14 Jul 2012 21:01:40 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[raspberry pi]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3929</guid>
		<description><![CDATA[I mentioned in an earlier post that I&#8217;m planning to host this website on a colocated Raspberry Pi. Meanwhile, my RPi has arrived at EDIS&#8217; data center in Graz, Austria. I transferred all relevant files and database tables from this WordPress installation to the new home on the RPi. I had to tweak my LAMP [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/07/14/colocating-a-raspberry-pi-debian-server-in-a-data-center-follow-up/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Raspberry Pi Model B UnixBench results using a UHS-I card</title>
		<link>http://trick77.com/2012/07/14/raspberry-pi-model-b-unixbench-results-using-a-uhs-i-card/</link>
		<comments>http://trick77.com/2012/07/14/raspberry-pi-model-b-unixbench-results-using-a-uhs-i-card/#comments</comments>
		<pubDate>Sat, 14 Jul 2012 16:32:29 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[raspberry pi]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3926</guid>
		<description><![CDATA[Here&#8217;s the UnixBench v5.1.3 result of my Raspberry Pi (model B). I&#8217;m using a SanDisk Extreme Pro UHS-1 card (up to 95MB/s) in the RPi&#8217;s SD card slot and the RPi is running Debian &#8220;Squeeze&#8221;. # # # # # # # ##### ###### # # #### # # # # ## # # # [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/07/14/raspberry-pi-model-b-unixbench-results-using-a-uhs-i-card/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ASUS P6T Hackintosh &amp; OS X Mountain Lion</title>
		<link>http://trick77.com/2012/07/07/asus-p6t-hackintosh-os-x-mountain-lion/</link>
		<comments>http://trick77.com/2012/07/07/asus-p6t-hackintosh-os-x-mountain-lion/#comments</comments>
		<pubDate>Sat, 07 Jul 2012 19:46:53 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[asus p6t]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx86]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3907</guid>
		<description><![CDATA[I just finished installing OS X Mountain Lion (latest preview) on my new Intel 520 SSD. The 520 is one of the fastest consumer SSD&#8217;s on the market today. Even though my 3 year old ASUS P6T mainboard doesn&#8217;t support SATA-3, the 520 still performs ridiculously fast. It takes a mere 6 seconds from the [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/07/07/asus-p6t-hackintosh-os-x-mountain-lion/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Colocating a Raspberry Pi Debian server in a data center</title>
		<link>http://trick77.com/2012/07/02/colocating-a-raspberry-pi-debian-server-in-a-data-center/</link>
		<comments>http://trick77.com/2012/07/02/colocating-a-raspberry-pi-debian-server-in-a-data-center/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 19:13:53 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[raspberry pi]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3892</guid>
		<description><![CDATA[After weeks of waiting I finally received my first (but certainly not last) Raspberry Pi last week. This one is going to be colocated in a data center in Austria and I&#8217;m planning to run this website on it. I sent it off today and it&#8217;s due to arrive at the data center later this [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/07/02/colocating-a-raspberry-pi-debian-server-in-a-data-center/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Best Ethernet network adapter/NIC for a Hackintosh</title>
		<link>http://trick77.com/2012/06/14/best-ethernet-network-adapter-nic-for-a-hackintosh/</link>
		<comments>http://trick77.com/2012/06/14/best-ethernet-network-adapter-nic-for-a-hackintosh/#comments</comments>
		<pubDate>Thu, 14 Jun 2012 20:24:26 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx86]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3875</guid>
		<description><![CDATA[My ASUS P6T motherboard features a gigabit-capable Realtek 8111C onboard NIC. There&#8217;s an official but old OS X driver for this network adapter available from Realtek, but it crashes my Hackintosh whenever I try to use an OpenVPN connection to a remote server. Luckily, there&#8217;s an alternate RTL 81xx driver from Lnx2Mac which doesn&#8217;t suffer from this [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/06/14/best-ethernet-network-adapter-nic-for-a-hackintosh/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Kindle Fire reboot loop problem &#8211; solved!</title>
		<link>http://trick77.com/2012/05/20/kindle-fire-reboot-loop-problem-solved/</link>
		<comments>http://trick77.com/2012/05/20/kindle-fire-reboot-loop-problem-solved/#comments</comments>
		<pubDate>Sun, 20 May 2012 13:51:08 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[kindle fire]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3870</guid>
		<description><![CDATA[One day last week my Amazon Kindle Fire shut itself down because its battery was empty. I forgot about it for a few days but eventually I hooked it up to a USB charger and left it charging overnight. Next morning I found the Kindle Fire in a reboot loop. When connected to the USB [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/05/20/kindle-fire-reboot-loop-problem-solved/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>OS X 10.7.4 update breaks Asus P6T X58 compatibility</title>
		<link>http://trick77.com/2012/05/17/os-x-10-7-4-update-breaks-asus-p6t-x58-compatibility/</link>
		<comments>http://trick77.com/2012/05/17/os-x-10-7-4-update-breaks-asus-p6t-x58-compatibility/#comments</comments>
		<pubDate>Thu, 17 May 2012 16:53:27 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[asus p6t]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx86]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3864</guid>
		<description><![CDATA[For the first time ever, an OS X update breaks compatibility with the X58 chipset. After applying the 10.7.4 update most X58-based Hackintoshs will see (if booted with the -v option) an ACPI related kernel panic or the kernel will just hang early in the boot process with a message like IOAPIC: Version 0&#215;20 Vectors [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/05/17/os-x-10-7-4-update-breaks-asus-p6t-x58-compatibility/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Watch Netflix, MTV, CBS, Hulu &amp; more outside the U.S.</title>
		<link>http://trick77.com/2012/03/25/watch-netflix-mtv-cbs-hulu-more-outside-the-u-s/</link>
		<comments>http://trick77.com/2012/03/25/watch-netflix-mtv-cbs-hulu-more-outside-the-u-s/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 20:48:44 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3858</guid>
		<description><![CDATA[Tunlr is a web site that let&#8217;s you watch on-demand video streams from U.S.-based television networks outside the U.S. I&#8217;m able to watch ABC, CBS and MTV TV shows on my Mac. MTV even streams some shows in HD quality. Looks great! I can watch full Saturday Night Live episodes on Hulu, pretty cool. Tunlr [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/03/25/watch-netflix-mtv-cbs-hulu-more-outside-the-u-s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wget binary for Mac OS X</title>
		<link>http://trick77.com/2012/02/26/wget-binary-for-mac-os-x/</link>
		<comments>http://trick77.com/2012/02/26/wget-binary-for-mac-os-x/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 08:01:25 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3838</guid>
		<description><![CDATA[&#8220;wget&#8221; is a very handy Unix command line utility to download files over http. It not only shows details about the connection but also tracks current and overall download speed in KB/s or MB/s. Unfortunately, it&#8217;s not part of Mac OS X. If you already own Apple&#8217;s Xcode development environment you could easily compile your [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/02/26/wget-binary-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About low end VPS network performance benchmarking</title>
		<link>http://trick77.com/2012/02/20/about-low-end-vps-network-performance-benchmarking/</link>
		<comments>http://trick77.com/2012/02/20/about-low-end-vps-network-performance-benchmarking/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 22:18:38 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3823</guid>
		<description><![CDATA[One thing most folks do with their newly rented low end Linux VPS (virtual private server) is to run some benchmarks. Wildly popular are the &#8220;Cachefly test&#8221; for network performance, dd for disk IO and UnixBench for overall system performance analysis including the CPU. The results are then posted in threads on web hosting communities [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/02/20/about-low-end-vps-network-performance-benchmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Iodine DNS Tunnel using Namecheap DNS</title>
		<link>http://trick77.com/2012/01/08/mac-os-x-iodine-dns-tunnel-using-namecheap-dns/</link>
		<comments>http://trick77.com/2012/01/08/mac-os-x-iodine-dns-tunnel-using-namecheap-dns/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 13:23:27 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://trick77.com/?p=3791</guid>
		<description><![CDATA[Iodine is a software that let&#8217;s you tunnel IPv4 data through a DNS server. If you&#8217;re wondering why on earth you&#8217;d ever need such a thing, read here. You basically need a client (in my case an Apple MacBook Air) and a Linux server (see here for some super cheap low end Linux VPS boxes) [...]]]></description>
		<wfw:commentRss>http://trick77.com/2012/01/08/mac-os-x-iodine-dns-tunnel-using-namecheap-dns/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
