<?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"
	>

<channel>
	<title>Ozzy' Stuff</title>
	<atom:link href="http://bill.conradshome.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://bill.conradshome.com</link>
	<description>Various tidbits of info and other stuff</description>
	<pubDate>Sat, 14 Mar 2009 07:03:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Usefull linux commands (ongoing)</title>
		<link>http://bill.conradshome.com/index.php/2009/03/09/usefull-linux-commands-ongoing/</link>
		<comments>http://bill.conradshome.com/index.php/2009/03/09/usefull-linux-commands-ongoing/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 08:32:13 +0000</pubDate>
		<dc:creator>Ozzy</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://bill.conradshome.com/?p=32</guid>
		<description><![CDATA[These are just commnads i had to hunt for in linux and want to remember for possible later use.
this will show the last 10 lines of a file (messages in this example) and monitor the file for changes, press ctrl-c to exit
tail -f /var/log/messages
create a loop file (replace 1024 with the size in MB)
dd if=/dev/zero [...]]]></description>
			<content:encoded><![CDATA[<p>These are just commnads i had to hunt for in linux and want to remember for possible later use.</p>
<p>this will show the last 10 lines of a file (messages in this example) and monitor the file for changes, press ctrl-c to exit</p>
<blockquote><p><span style="color: #808080;"><strong>tail -f /var/log/messages</strong></span></p></blockquote>
<p>create a loop file (replace <span style="color: #ff0000;">1024</span> with the size in MB)</p>
<blockquote><p><span style="color: #999999;"><strong>dd if=/dev/zero of=loop_filename bs=1M  count=<span style="color: #ff0000;">1024</span></strong></span></p>
<p><span style="color: #999999;"><strong><span>mkfs.ext3 -F loop_filename</span></strong></span></p></blockquote>
<p>Check fragmentation of XFS filesystem (50% is not bad really, change <span style="color: #ff0000;">sda6</span> to your xfs partition)</p>
<blockquote><p><strong><span style="color: #808080;">xfs_db -c frag -r /dev/<span style="color: #ff0000;">sda6</span></span></strong></p></blockquote>
<p>Kill a stubborn process, <span style="color: #ff0000;">####</span> is the process id (PID)</p>
<blockquote><p><strong><span style="color: #999999;">kill -9</span> <span style="color: #ff0000;">####</span></strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bill.conradshome.com/index.php/2009/03/09/usefull-linux-commands-ongoing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mythweb weather and doppler radar</title>
		<link>http://bill.conradshome.com/index.php/2009/03/05/mythweb-weather-and-doppler-radar/</link>
		<comments>http://bill.conradshome.com/index.php/2009/03/05/mythweb-weather-and-doppler-radar/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 13:33:17 +0000</pubDate>
		<dc:creator>Ozzy</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://bill.conradshome.com/index.php/2009/03/05/mythweb-weather-and-doppler-radar/</guid>
		<description><![CDATA[I previously posted my fix to get a partial fix to the weather page in MythWeb, but the doppler radar image wasn&#8217;t there&#8230; after further perusing i found a fix&#8230;
sudo ln -s /var/www/mythweb/data/ /var/www/
Seems this one was actually throwning a nice error in the Apache2 error.log&#8230;
[Thu Mar 05 05:02:58 2009] [error] [client 192.168.0.269] File does [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bill.conradshome.com/wp-content/uploads/2009/03/mythweb-doppler.jpg" alt="mythweb doppler" width="225" height="150" align="left" />I previously posted my fix to get a partial fix to the weather page in MythWeb, but the doppler radar image wasn&#8217;t there&#8230; after further perusing i found a fix&#8230;</p>
<p>sudo ln -s /var/www/mythweb/data/ /var/www/</p>
<p>Seems this one was actually throwning a nice error in the Apache2 error.log&#8230;</p>
<p>[Thu Mar 05 05:02:58 2009] [error] [client 192.168.0.269] File does not exist: /var/www/data, referer: http://tv/mythweb/weather</p>
<p>Wheee&#8230; MythWeb weather works for me now (Mythbuntu 8.10)</p>
]]></content:encoded>
			<wfw:commentRss>http://bill.conradshome.com/index.php/2009/03/05/mythweb-weather-and-doppler-radar/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix MythWeb&#8217;s Weather page (partially)</title>
		<link>http://bill.conradshome.com/index.php/2009/03/05/fix-mythwebs-weather-page-partially/</link>
		<comments>http://bill.conradshome.com/index.php/2009/03/05/fix-mythwebs-weather-page-partially/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 13:13:58 +0000</pubDate>
		<dc:creator>Ozzy</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://bill.conradshome.com/?p=27</guid>
		<description><![CDATA[Just installed Mythbuntu and was playing around with the MythWeb feature, really sweet. But, the weather page was only showing a horizontal rule.
Did some poking around with the module code. In the file /var/www/mythweb/modules/weather/handler.php It read:
// Get configured WeatherScreens from the database
$sh = $db-&#62;query(&#8217;SELECT screen_id, draworder
FROM weatherscreens
WHERE hostname=?&#8217;,
$_SESSION['settings']['host']);
Changing the last line to the following like [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bill.conradshome.com/wp-content/uploads/2009/03/mythweb-weather.jpg" alt="mythweb weather" width="225" height="126" align="left" />Just installed Mythbuntu and was playing around with the MythWeb feature, really sweet. But, the weather page was only showing a horizontal rule.</p>
<p>Did some poking around with the module code. In the file /var/www/mythweb/modules/weather/handler.php It read:</p>
<blockquote><p><span style="color: blue;">// Get configured WeatherScreens from the database<br />
$sh = $db-&gt;query(&#8217;SELECT screen_id, draworder<br />
FROM weatherscreens<br />
WHERE hostname=?&#8217;,<br />
$_SESSION['settings']['host']);</span></p></blockquote>
<p>Changing the last line to the following like I found in a similar section in init.php to:</p>
<blockquote><p><span style="color: blue;">hostname);</span></p></blockquote>
<p>actually showed me my current conditions and three day forcast&#8230; the doppler radar image is missing though.</p>
<p>Hope it helps someone out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://bill.conradshome.com/index.php/2009/03/05/fix-mythwebs-weather-page-partially/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Show or Hide the Recycle Bin in Windows XP</title>
		<link>http://bill.conradshome.com/index.php/2009/01/29/show-or-hide-the-recycle-bin-in-windows-xp/</link>
		<comments>http://bill.conradshome.com/index.php/2009/01/29/show-or-hide-the-recycle-bin-in-windows-xp/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 22:29:54 +0000</pubDate>
		<dc:creator>Ozzy</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bill.conradshome.com/index.php/2009/01/29/show-or-hide-the-recycle-bin-in-windows-xp/</guid>
		<description><![CDATA[2 registry files:
To show&#8230;
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
@=&#8221;Recycle Bin&#8221;
&#160;
To hide&#8230;
REGEDIT4
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
]]></description>
			<content:encoded><![CDATA[<p>2 registry files:</p>
<p>To show&#8230;</p>
<p>REGEDIT4</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]<br />
@=&#8221;Recycle Bin&#8221;</p>
<p>&nbsp;</p>
<p>To hide&#8230;</p>
<p>REGEDIT4</p>
<p>[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]</p>
]]></content:encoded>
			<wfw:commentRss>http://bill.conradshome.com/index.php/2009/01/29/show-or-hide-the-recycle-bin-in-windows-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AVG AntiVirus FREE - VERSION 7.5</title>
		<link>http://bill.conradshome.com/index.php/2009/01/24/avg-antivirus-free-version-75/</link>
		<comments>http://bill.conradshome.com/index.php/2009/01/24/avg-antivirus-free-version-75/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 20:44:05 +0000</pubDate>
		<dc:creator>Ozzy</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://bill.conradshome.com/index.php/2009/01/24/avg-antivirus-free-version-75/</guid>
		<description><![CDATA[I have been a long time user of AVG. Sometime last year they went to this bloated version 8&#8230; I had just reinstalled my Windows XP and wanted the old one back.
Being a packrat, i still had AVG-Free-Edition-7.-5.487 (from 9-11-2007)
click click&#8230; This version has expired&#8230;
date &#38; time&#8230; 9-11-2007&#8230; click click&#8230; bingo
basically just set the date [...]]]></description>
			<content:encoded><![CDATA[<p>I have been a long time user of AVG. Sometime last year they went to this bloated version 8&#8230; I had just reinstalled my Windows XP and wanted the old one back.</p>
<p>Being a packrat, i still had AVG-Free-Edition-7.-5.487 (from 9-11-2007)</p>
<p>click click&#8230; This version has expired&#8230;</p>
<p>date &amp; time&#8230; 9-11-2007&#8230; click click&#8230; bingo</p>
<p>basically just set the date and time back to a time near the version you want.</p>
<p>Still updates fine, works much faster with a lower footprint.</p>
<p>find older versions at: <a href="http://www.oldversion.com/program.php?n=avg">http://www.oldversion.com/program.php?n=avg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bill.conradshome.com/index.php/2009/01/24/avg-antivirus-free-version-75/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Firewall Error 5</title>
		<link>http://bill.conradshome.com/index.php/2009/01/24/windows-firewall-error-5/</link>
		<comments>http://bill.conradshome.com/index.php/2009/01/24/windows-firewall-error-5/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 20:33:31 +0000</pubDate>
		<dc:creator>Ozzy</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bill.conradshome.com/index.php/2009/01/24/windows-firewall-error-5/</guid>
		<description><![CDATA[Just reinstalled Windows XP with SP3 slipstreamed via nLite. I use a router so normally have the firewall disabled. Needed to connect directly to the net for another reason and tried to enable the Windows Firewall. Went to control panel, clicked on firewall, was greeted with the normal message telling me it was not on [...]]]></description>
			<content:encoded><![CDATA[<p>Just reinstalled Windows XP with SP3 slipstreamed via nLite. I use a router so normally have the firewall disabled. Needed to connect directly to the net for another reason and tried to enable the Windows Firewall. Went to control panel, clicked on firewall, was greeted with the normal message telling me it was not on and to change settings i would need to enable it. I told windows to make it so, and received an error saying it couldnt be done.</p>
<p>So, i went into services (services.msc), scrolled down to Windows Firewall/Internet Connection Sharing (ICS), right clicked it and chose start&#8230; received an &#8220;Error 5 Access is denied&#8221;&#8230; wtf?!?</p>
<p>Next i was off to google, came across a LENGTHY thread&#8230; <a href="http://forums.techguy.org/4034641-post37.html">http://forums.techguy.org/4034641-post37.html</a> &#8230; that is the portion of the thread that finally solved it for me.</p>
<p>Basically i was somehow missing some registry keys&#8230;</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile]<br />
&#8220;EnableFirewall&#8221;=dword:00000001<br />
&#8220;DoNotAllowExceptions&#8221;=dword:00000000<br />
&#8220;DisableNotifications&#8221;=dword:00000000</p>
<p>
After entering those, i rebooted and all was well.</p>
]]></content:encoded>
			<wfw:commentRss>http://bill.conradshome.com/index.php/2009/01/24/windows-firewall-error-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable the Firefox plugin delay</title>
		<link>http://bill.conradshome.com/index.php/2008/10/08/disable-the-firefox-plugin-delay/</link>
		<comments>http://bill.conradshome.com/index.php/2008/10/08/disable-the-firefox-plugin-delay/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:28:14 +0000</pubDate>
		<dc:creator>Ozzy</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://bill.conradshome.com/index.php/2008/10/08/disable-the-firefox-plugin-delay/</guid>
		<description><![CDATA[Tired of waiting on the timer when installing a Firefox extension? I was, so I typed in about:config into the address bar and added the following preference with a value of 0:
security.dialog_enable_delay
Hurray, no more delay :)
]]></description>
			<content:encoded><![CDATA[<p>Tired of waiting on the timer when installing a Firefox extension? I was, so I typed in about:config into the address bar and added the following preference with a value of 0:</p>
<p>security.dialog_enable_delay</p>
<p>Hurray, no more delay :)</p>
]]></content:encoded>
			<wfw:commentRss>http://bill.conradshome.com/index.php/2008/10/08/disable-the-firefox-plugin-delay/feed/</wfw:commentRss>
		</item>
		<item>
		<title>YSMenu color code converter</title>
		<link>http://bill.conradshome.com/index.php/2008/10/08/ysmenu-color-code-converter/</link>
		<comments>http://bill.conradshome.com/index.php/2008/10/08/ysmenu-color-code-converter/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:21:56 +0000</pubDate>
		<dc:creator>Ozzy</dc:creator>
		
		<category><![CDATA[Nintendo DS]]></category>

		<guid isPermaLink="false">http://bill.conradshome.com/index.php/2008/10/08/ysmenu-color-code-converter/</guid>
		<description><![CDATA[If you know what YSMenu is, and have ever tried to skin it, then you know what a pain it is to figure out the color codes. Yasu uses a 15bit BGR 5bit x3 format.
Normally I would have to do a lot of manual calculations as I found no software available to do a quick [...]]]></description>
			<content:encoded><![CDATA[<p>If you know what <a title="Yasu Software" href="http://home.usay.jp/pc/etc/nds/index_en.html" target="_blank">YSMenu</a> is, and have ever tried to skin it, then you know what a pain it is to figure out the color codes. Yasu uses a 15bit BGR 5bit x3 format.</p>
<p>Normally I would have to do a lot of manual calculations as I found no software available to do a quick conversion. So, I wrote a web page that does it for me. I can be found at: <a title="http://www.conradshome.com/html2bgr15/" href="http://www.conradshome.com/html2bgr15/" target="_blank">http://www.conradshome.com/html2bgr15/</a>.</p>
<p>Enjoy :)</p>
]]></content:encoded>
			<wfw:commentRss>http://bill.conradshome.com/index.php/2008/10/08/ysmenu-color-code-converter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Removing the AVG Safe Search extension in Firefox</title>
		<link>http://bill.conradshome.com/index.php/2008/10/08/removing-the-avg-safe-search-extension-in-firefox/</link>
		<comments>http://bill.conradshome.com/index.php/2008/10/08/removing-the-avg-safe-search-extension-in-firefox/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:06:02 +0000</pubDate>
		<dc:creator>Ozzy</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://bill.conradshome.com/index.php/2008/10/08/removing-the-avg-safe-search-extension-in-firefox/</guid>
		<description><![CDATA[Having a problem with the AVG Safe Search plugin? You can&#8217;t uninstall it because the Uninstall button is greyed out? Yea, Grisoft decided to install this extension and not allow users to remove it&#8230; I always hate that.
Sure you can disable it, but i wanted it GONE. Here is how&#8230; open regedit, and browse to:
KEY_CURRENT_USER\Software\Mozilla\Firefox\Extensions
delete:
{3f963a5b-e555-4543-90e2-c3908898db71}
Restart [...]]]></description>
			<content:encoded><![CDATA[<p>Having a problem with the AVG Safe Search plugin? You can&#8217;t uninstall it because the Uninstall button is greyed out? Yea, Grisoft decided to install this extension and not allow users to remove it&#8230; I always hate that.</p>
<p>Sure you can disable it, but i wanted it GONE. Here is how&#8230; open regedit, and browse to:</p>
<p>KEY_CURRENT_USER\Software\Mozilla\Firefox\Extensions</p>
<p>delete:</p>
<p>{3f963a5b-e555-4543-90e2-c3908898db71}</p>
<p>Restart Firefox and your done :)</p>
]]></content:encoded>
			<wfw:commentRss>http://bill.conradshome.com/index.php/2008/10/08/removing-the-avg-safe-search-extension-in-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IPConfig</title>
		<link>http://bill.conradshome.com/index.php/2008/01/18/ipconfig/</link>
		<comments>http://bill.conradshome.com/index.php/2008/01/18/ipconfig/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 18:34:15 +0000</pubDate>
		<dc:creator>Ozzy</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bill.conradshome.com/index.php/2008/01/18/ipconfig/</guid>
		<description><![CDATA[The default output is to display only IP address, subnet mask and default gateway for each adapter bound to TCP/IP.
Adding /flushdns to this command will purge the local DNS resolver cache, this is handy when a website has VERY recently moved. I learned this command after my webhosts automatic DNS update failed renewing my account. [...]]]></description>
			<content:encoded><![CDATA[<p>The default output is to display only IP address, subnet mask and default gateway for each adapter bound to TCP/IP.</p>
<p>Adding /flushdns to this command will purge the local DNS resolver cache, this is handy when a website has VERY recently moved. I learned this command after my webhosts automatic DNS update failed renewing my account. Other computers in the house could see the website, but this one machine would not. After flushing its DNS cache, all was well.</p>
<p>Another switch is /displaydns, this lists all entries in the cache (including recent entries from the hosts file).</p>
<p>In Linux, the nscd daemon manages the DNS cache. To flush the DNS cache, restart the nscd daemon. To restart the nscd daemon, use the command `/etc/init.d/nscd restart`.</p>
]]></content:encoded>
			<wfw:commentRss>http://bill.conradshome.com/index.php/2008/01/18/ipconfig/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

