<?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>Everyone has an opinion &#187; Tech</title>
	<atom:link href="http://www.derekjhunt.org/blog/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derekjhunt.org/blog</link>
	<description>Thoughts and rants about UNIX, music, film and politics.</description>
	<lastBuildDate>Sun, 18 Jul 2010 17:21:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Settings for Philips 32PFL6704D Television</title>
		<link>http://www.derekjhunt.org/blog/2010/07/18/settings-for-philips-32pfl6704d-television/</link>
		<comments>http://www.derekjhunt.org/blog/2010/07/18/settings-for-philips-32pfl6704d-television/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 17:13:56 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[HDTV]]></category>
		<category><![CDATA[Home Theater]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[32/PFL6704D]]></category>

		<guid isPermaLink="false">http://www.derekjhunt.org/blog/?p=79</guid>
		<description><![CDATA[Contrast: 49 Brightness: 55 Color: 38 Tint: 0 Sharpness: 2 Color temperature: Warm Dynamic contrast: Off Digital Natural Motion: Off Noise reduction: Off MPEG artifact reduction: Off Color enhancement: Off Active control: Off Picture format: Unscaled Horizontal shift: 32 Vertical shift: 16 These were from cnet and are relatively accurate. I have two of these [...]]]></description>
			<content:encoded><![CDATA[<p>Contrast: 49<br />
Brightness: 55<br />
Color: 38<br />
Tint: 0<br />
Sharpness: 2<br />
Color temperature: Warm<br />
Dynamic contrast: Off<br />
Digital Natural Motion: Off<br />
Noise reduction: Off<br />
MPEG artifact reduction: Off<br />
Color enhancement: Off<br />
Active control: Off<br />
Picture format: Unscaled<br />
Horizontal shift: 32<br />
Vertical shift: 16</p>
<p>These were from cnet and are relatively accurate.  I have two of these sets, and one of the panels is considerably darker than the other. Adjust the contrast and brightness accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekjhunt.org/blog/2010/07/18/settings-for-philips-32pfl6704d-television/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable UPNP Under FreeBSD</title>
		<link>http://www.derekjhunt.org/blog/2009/10/03/enable-upnp-under-freebsd/</link>
		<comments>http://www.derekjhunt.org/blog/2009/10/03/enable-upnp-under-freebsd/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 14:36:33 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[miniupnpd]]></category>
		<category><![CDATA[pf]]></category>
		<category><![CDATA[upnp]]></category>

		<guid isPermaLink="false">http://www.derekjhunt.org/blog/?p=67</guid>
		<description><![CDATA[build and install from ports (/usr/ports/net/miniupnpd) Add this to your /etc/rc.conf miniupnpd_enable="YES" Next add a few things to your /etc/pf.conf rdr-anchor "miniupnpd" anchor "miniupnpd" pass out on $int_if from any to 239.0.0.0/8 keep state pass in on $int_if from any to 239.0.0.0/8 keep state Also change your NAT entry to add static-port nat on $ext_if [...]]]></description>
			<content:encoded><![CDATA[<p>build and install from ports (/usr/ports/net/miniupnpd)</p>
<p>Add this to your /etc/rc.conf<br />
<pre>miniupnpd_enable="YES"</pre><br />
Next add a few things to your /etc/pf.conf<br />
<pre>rdr-anchor "miniupnpd"
anchor "miniupnpd"</pre><br />
<pre>pass out on $int_if from any to 239.0.0.0/8 keep state
pass in on $int_if from any to 239.0.0.0/8 keep state</pre><br />
Also change your NAT entry to add static-port<br />
<pre>nat on $ext_if from $int_if:network to any -> ($ext_if) static-port</pre><br />
I tested from functionality from a couple OSX boxes with the following:<br />
<pre>dns-sd -X udp 123 456 789</pre><br />
If upnp is working, it should return an address:<br />
<pre>mifune:~ djh29$ dns-sd -X udp 123 456 789</pre><br />
<pre>Timestamp     if   External Address     Protocol        Internal Port   External Port   TTL  
10:32:20.589  0    70.90.241.189        16              123             0               0    
^C
mifune:~ djh29$</pre><br />
I fought with this thing for awhile before I realized  that the multicast address rules were necessary under FreeBSD (per the INSTALL doc for miniupnpd).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekjhunt.org/blog/2009/10/03/enable-upnp-under-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the IR frequency for a Dish Network Remote</title>
		<link>http://www.derekjhunt.org/blog/2009/09/30/change-the-ir-frequency-for-a-dish-network-remote/</link>
		<comments>http://www.derekjhunt.org/blog/2009/09/30/change-the-ir-frequency-for-a-dish-network-remote/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:24:29 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HDTV]]></category>
		<category><![CDATA[Home Theater]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[32/PFL6704D]]></category>
		<category><![CDATA[Dish Network]]></category>
		<category><![CDATA[IR]]></category>
		<category><![CDATA[philips lcd]]></category>

		<guid isPermaLink="false">http://www.derekjhunt.org/blog/?p=65</guid>
		<description><![CDATA[I have a Philips 32&#8243; LCD&#160; - Model 32/PFL6704D - as my bedroom television. It bathes the entire room with IR. This is a massive pain (My Roku refuses to work with this TV doing this). Here is a quick fix for getting a Dish Network receiver to transmit on a different frequency: 1. Display [...]]]></description>
			<content:encoded><![CDATA[<p>I have a Philips 32&#8243; LCD&nbsp; <strong>- Model 32/PFL6704D </strong>- as my bedroom television.<strong><br />
</strong></p>
<p>It bathes the entire room with IR. This is a massive pain (My Roku refuses to work with this TV doing this).  Here is a quick fix for getting a Dish Network receiver to transmit on a different frequency:<br />
1.  Display the System Information screen</p>
<p>2.  Note the Remote Address</p>
<p>3.  Hold the Sat button until all the mode buttons light up</p>
<p>4.  Enter a number between 1 and 15 that is not the number noted in step 2</p>
<p>5.  Press the # key (Sat button should blink three times upon release of the # key)</p>
<p>6.  Press the Record key</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekjhunt.org/blog/2009/09/30/change-the-ir-frequency-for-a-dish-network-remote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing WordPress Upgrade Errors [Table &#039;wp_terms&#039; doesn&#039;t exist]</title>
		<link>http://www.derekjhunt.org/blog/2009/07/08/fixing-wordpress-upgrade-errors-table-wp_terms-doesnt-exist/</link>
		<comments>http://www.derekjhunt.org/blog/2009/07/08/fixing-wordpress-upgrade-errors-table-wp_terms-doesnt-exist/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:41:03 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp_terms]]></category>

		<guid isPermaLink="false">http://www.derekjhunt.org/blog/?p=55</guid>
		<description><![CDATA[If you have ever seen one of these exceptionally annoying errors populating your apache logs after upgrading wordpress: WordPress database error Table 'database.wp_terms' doesn't exist for query SELECT t.*, tt.* FROM wp_ terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt. taxonomy IN ('category') AND ( t.term_id 1 ) ORDER [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever seen one of these exceptionally annoying errors populating your apache logs after upgrading wordpress: <code><br />
WordPress database error Table 'database.wp_terms' doesn't exist for query SELECT t.*, tt.* FROM wp_<br />
terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.<br />
taxonomy IN ('category')  AND ( t.term_id <> 1 ) ORDER BY t.name ASC  made by require, require_once, include, get_sidebar, locate_template, load_template, require_once, wp_list_cats, wp_list_categories, get_categories, get_terms<br />
</code><br />
There is a relatively easy fix, however, finding it was not so easy.</p>
<p>I found a pointer here:</p>
<p>http://osterman.com/wordpress/2007/10/15/wordpress-database-error-table-wp_terms-doesnt-exist</p>
<p>However, this didn&#8217;t work for me. The page always mentioned the database was already upgraded.  Digging around on the WordPress Codex, revealed <a href="http://codex.wordpress.org/FAQ_Installation#How_do_you_force_a_database_upgrade.3F" target="_blank">this handy link</a> about forcing a database upgrade.</p>
<p>Here is what I did to fix the problem</p>
<p>Open mysql and select the db: <code><br />
[root@host ~]# mysql -u dbuser -p<br />
Enter password:<br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 15762<br />
Server version: 5.0.45 Source distribution</p>
<p>Type 'help;' or '\h' for help. Type '\c' to clear the buffer.</p>
<p>mysql> use wordpress;</p>
<p>Database changed<br />
</code><br />
Next change the value of the DB to a previous version or wordpress (check <a href="http://http://codex.wordpress.org/FAQ_Installation#How_do_you_force_a_database_upgrade.3F" target="_blank">here</a> for a list of values). <code><br />
mysql> update wp_options set option_value='6124' where option_name="db_version";</p>
<p>Query OK, 1 row affected (0.00 sec)<br />
Rows matched: 1  Changed: 1  Warnings: 0</p>
<p>mysql><br />
</code><br />
Next, run the upgrade script:</p>
<p>http://domain/wordpress/wp-admin/upgrade.php</p>
<p>If you receive errors, change the db_version to a different value and try again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekjhunt.org/blog/2009/07/08/fixing-wordpress-upgrade-errors-table-wp_terms-doesnt-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice way to clean out Gallery2 spam comments.</title>
		<link>http://www.derekjhunt.org/blog/2009/03/29/53/</link>
		<comments>http://www.derekjhunt.org/blog/2009/03/29/53/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 21:37:36 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.derekjhunt.org/blog/?p=53</guid>
		<description><![CDATA[Nice way to quickly cleanout Gallery2 spam comments. > mysql> delete ce, e, co from g2_ChildEntity ce, g2_Entity e, g2_Comment co where ce.g_id=e.g_id and e.g_id=co.g_id and e.g_entityType=&#8217;GalleryComment&#8217; and (co.g_comment like &#8216;%[url=http://%&#8217;) -> ; Query OK, 930651 rows affected (1 min 5.68 sec) mysql>]]></description>
			<content:encoded><![CDATA[<p>Nice way to quickly cleanout<a title="Gallery2" href="http://gallery.sf.net" target="_blank"> Gallery2 </a>spam comments.<br />
><br />
mysql> delete ce, e, co from g2_ChildEntity ce, g2_Entity e, g2_Comment co where ce.g_id=e.g_id and e.g_id=co.g_id and e.g_entityType=&#8217;GalleryComment&#8217; and (co.g_comment like &#8216;%[url=http://%&#8217;)<br />
-> ;<br />
Query OK, 930651 rows affected (1 min 5.68 sec)</p>
<p>mysql></p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekjhunt.org/blog/2009/03/29/53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horray for decent upgrades.</title>
		<link>http://www.derekjhunt.org/blog/2009/03/16/horray-for-decent-upgrades/</link>
		<comments>http://www.derekjhunt.org/blog/2009/03/16/horray-for-decent-upgrades/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 05:48:02 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.derekjhunt.org/blog/?p=51</guid>
		<description><![CDATA[Upgraded to the latest wordpress. Nice to a simple, and working upgrade for once.]]></description>
			<content:encoded><![CDATA[<p>Upgraded to the latest wordpress. Nice to a simple, and working upgrade for once.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekjhunt.org/blog/2009/03/16/horray-for-decent-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migration to WordPress</title>
		<link>http://www.derekjhunt.org/blog/2006/03/26/migration-to-wordpress/</link>
		<comments>http://www.derekjhunt.org/blog/2006/03/26/migration-to-wordpress/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 20:58:00 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://derek.uberh4x0r.org/archives/41</guid>
		<description><![CDATA[Welp, goodbye Movable type&#8230; Hello wordpress. A couple interesting issues with imports to note, the stock mt-import works like crap, however, the rss import saved it somewhat. I&#8217;m going to start the migration of the old content over shortly. So if you were looking for the old content, sit tight, or email me if you [...]]]></description>
			<content:encoded><![CDATA[<p>Welp, goodbye Movable type&#8230; Hello wordpress.  A couple interesting issues with imports to note, the stock mt-import works like crap, however, the rss import saved it somewhat.  I&#8217;m going to start the migration of the old content over shortly. So if you were looking for the old content, sit tight, or email me if you need something soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekjhunt.org/blog/2006/03/26/migration-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wonderful studio pics</title>
		<link>http://www.derekjhunt.org/blog/2005/04/01/wonderful-studio-pics-2/</link>
		<comments>http://www.derekjhunt.org/blog/2005/04/01/wonderful-studio-pics-2/#comments</comments>
		<pubDate>Fri, 01 Apr 2005 22:01:59 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://derek.uberh4x0r.org/?p=26</guid>
		<description><![CDATA[Welp, slowly but surely I am building up my studio. Check out the pics in the DAW Gallery. Basic config now is: Cubase SX Various VST Instruments POD XT (although I have used my vetta) Parker Nitefly 77&apos; Strat My&#8230;]]></description>
			<content:encoded><![CDATA[<p>Welp, slowly but surely I am building up my studio. Check out the pics in the DAW Gallery. Basic config now is: Cubase SX Various VST Instruments POD XT (although I have used my vetta) Parker Nitefly 77&apos; Strat My&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekjhunt.org/blog/2005/04/01/wonderful-studio-pics-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam, Spam, Spam, Wonderful Spam!</title>
		<link>http://www.derekjhunt.org/blog/2004/12/19/spam-spam-spam-wonderful-spam/</link>
		<comments>http://www.derekjhunt.org/blog/2004/12/19/spam-spam-spam-wonderful-spam/#comments</comments>
		<pubDate>Sun, 19 Dec 2004 22:46:25 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://derek.uberh4x0r.org/?p=27</guid>
		<description><![CDATA[I received a nice rash of spam comments over the last couple days&#8230; Pretty swanky, hundreds for onlnie casinos (do those things actually make any money?). So after a little investigating, I stumbled upon http://www.jayallen.org/projects/mt-blacklist/ &#8211; MT-Blacklist, a nice content&#8230;]]></description>
			<content:encoded><![CDATA[<p>I received a nice rash of spam comments over the last couple days&#8230; Pretty swanky, hundreds for onlnie casinos (do those things actually make any money?). So after a little investigating, I stumbled upon http://www.jayallen.org/projects/mt-blacklist/ &#8211; MT-Blacklist, a nice content&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekjhunt.org/blog/2004/12/19/spam-spam-spam-wonderful-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I love Fox News.</title>
		<link>http://www.derekjhunt.org/blog/2004/07/28/i-love-fox-news/</link>
		<comments>http://www.derekjhunt.org/blog/2004/07/28/i-love-fox-news/#comments</comments>
		<pubDate>Wed, 28 Jul 2004 20:29:00 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://derek.uberh4x0r.org/?p=29</guid>
		<description><![CDATA[I love Fox News. I also love DirecTV. I wanted to watch Fox, or Boomerang, or wathever for that matter, remotely. Here is my cheesy five minute guide to getting it to work on windows (one of my linux boxes&#8230;]]></description>
			<content:encoded><![CDATA[<p>I love Fox News. I also love DirecTV. I wanted to watch Fox, or Boomerang, or wathever for that matter, remotely. Here is my cheesy five minute guide to getting it to work on windows (one of my linux boxes&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekjhunt.org/blog/2004/07/28/i-love-fox-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.derekjhunt.org @ 2012-02-05 05:24:24 -->
