<?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>A Life Without Compunction &#187; Technical</title>
	<atom:link href="http://www.djohnson.info/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.djohnson.info</link>
	<description>Thoughts by Dan on a myriad of topics.</description>
	<lastBuildDate>Wed, 11 Aug 2010 05:51:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Switching to Windows 7</title>
		<link>http://www.djohnson.info/switching-to-windows-7/</link>
		<comments>http://www.djohnson.info/switching-to-windows-7/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 00:01:04 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Babblings]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.djohnson.info/?p=324</guid>
		<description><![CDATA[So I&#8217;ve done the unthinkable. I have Windows 7 64-bit as my primary OS and Ubuntu Linux booting up in a VM. My reason for switching was business related and had nothing to do with OS preference. My Reasons: I&#8217;m going to begin deploying some Exchange/Sharepoint solutions on our network and wanted to see how [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve done the unthinkable. I have Windows 7 64-bit as my primary OS and Ubuntu Linux booting up in a VM. My reason for switching was business related and had nothing to do with OS preference. My Reasons:</p>
<ul>
<li>I&#8217;m going to begin deploying some Exchange/Sharepoint solutions on our network and wanted to see how it really affects our end users.</li>
<li>I need to do some page layout over the next months and Linux does not have a good solution for this.</li>
</ul>
<p>So my Windows 7 OS runs my mail and all tasks and I have Linux now solely as my development center. I&#8217;m working on a write up of the difficulties moving from Linux back to Windows 7 as well as the positives.</p>
<p>The one real nasty aspect of moving to Windows 7 is my bluetooth doesn&#8217;t work. I&#8217;ve tried everything outside of installing the 30-day trial Toshiba BT Stack to no avail. I can&#8217;t get any of my bluetooth devices to properly connect. I&#8217;m runing on an Asus G1S so if anyone has ideas of how to get bluetooth running properly. LMK.</p>
<p>And a rant against ASUS, for a laptop that came with Windows Vista, and was for gamers/high end users it seems logical to release Windows 7 drivers!!!</p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.djohnson.info/switching-to-windows-7/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.djohnson.info/switching-to-windows-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FreePBX: Remove Extension from Company Directory</title>
		<link>http://www.djohnson.info/freepbx-remove-extension-from-company-directory/</link>
		<comments>http://www.djohnson.info/freepbx-remove-extension-from-company-directory/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:01:32 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.djohnson.info/?p=318</guid>
		<description><![CDATA[If you want to remove an extension from the directory with FreePBX, simply edit the file: /var/www/html/admin/modules/core/agi-bin/directory On line 479, replace: if (!empty($box["name"])) { with: if (!empty($box["name"]) &#38;&#38; (substr($box["name"],1)!="(") &#38;&#38; (substr($box["name"],-1) != ")")) { Now you can simply set the Display Name of the extension you want removed from the directory to be enclosed in parentheses [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to remove an extension from the directory with FreePBX, simply edit the file: /var/www/html/admin/modules/core/agi-bin/directory</p>
<p>On line 479, replace:</p>
<pre>if (!empty($box["name"])) {</pre>
<p>with:</p>
<pre>if (!empty($box["name"]) &amp;&amp; (substr($box["name"],1)!="(") &amp;&amp; (substr($box["name"],-1) != ")")) {</pre>
<p>Now you can simply set the Display Name of the extension you want removed from the directory to be enclosed in parentheses such as &#8220;(John Doe)&#8221;.</p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.djohnson.info/freepbx-remove-extension-from-company-directory/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.djohnson.info/freepbx-remove-extension-from-company-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Since June 09</title>
		<link>http://www.djohnson.info/since-june-09/</link>
		<comments>http://www.djohnson.info/since-june-09/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 02:46:30 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Babblings]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.djohnson.info/?p=301</guid>
		<description><![CDATA[An update has been due on this site for a while now. And I do have some content coming up that may give this site a needed jump start. But in the meantime here&#8217;s some highlights: I got an iPhone 3Gs. Still getting used to the device but it&#8217;s definitely been a boost for my [...]]]></description>
			<content:encoded><![CDATA[<p>An update has been due on this site for a while now. And I do have some content coming up that may give this site a needed jump start. But in the meantime here&#8217;s some highlights:</p>
<ul>
<li>I got an iPhone 3Gs. Still getting used to the device but it&#8217;s definitely been a boost for my connectivity and responsiveness. Let&#8217;s see if it will help my blogging too.</li>
<li>Relaunched <a href="http://www.myconclusion.com">My Conclusion</a> with a new thrust and archiving old material. Worth taking a look. Should get interesting. And My Conclusion is also <a href="http://twitter.com/myconclusion">twittering</a> in case you didn&#8217;t see.</li>
<li>Getting down to the wire on a big project but just waiting for a new logo and some imports and testing to be complete.</li>
<li>Gave OpenID a serious spin in the last few weeks trying to plug it into <a href="http://www.activecollab.com/">activeCollab</a>. About 75% progress but still have a few issues to hammer out.</li>
<li>Going on vacation starting tomorrow for 3 weeks so maybe I&#8217;ll have more time to devote to my social life. We&#8217;ll see.</li>
</ul>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.djohnson.info/since-june-09/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.djohnson.info/since-june-09/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0.10 slow on Ubuntu 9.04</title>
		<link>http://www.djohnson.info/firefox-3010-slow-on-ubuntu-904/</link>
		<comments>http://www.djohnson.info/firefox-3010-slow-on-ubuntu-904/#comments</comments>
		<pubDate>Fri, 22 May 2009 21:22:56 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.djohnson.info/?p=271</guid>
		<description><![CDATA[Firefox has been taking about a minute to start up each time I load it and was underperforming. Granted I have a fair number of Extensions installed, I still expected more from it. Finally found something to speed things up. Here was the solution: 1.) Go to about:config 2.) Acknolwedge that &#8220;I&#8217;ll be careful, I [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox has been taking about a minute to start up each time I load it and was underperforming. Granted I have a fair number of Extensions installed, I still expected more from it. Finally found something to speed things up. Here was the solution:</p>
<p>1.) Go to about:config<br />
2.) Acknolwedge that &#8220;I&#8217;ll be careful, I promise!&#8221;<br />
3.) Type &#8220;dns&#8221; in the filter box.<br />
4.) Double click on the line network.dns.disableIPv6 to set it to true.</p>
<p>Firefox should be nice and snappy once again.</p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.djohnson.info/firefox-3010-slow-on-ubuntu-904/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.djohnson.info/firefox-3010-slow-on-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tweets crawled on your website</title>
		<link>http://www.djohnson.info/tweets-crawled-on-your-website/</link>
		<comments>http://www.djohnson.info/tweets-crawled-on-your-website/#comments</comments>
		<pubDate>Thu, 21 May 2009 16:26:22 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[@Blogging]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.djohnson.info/?p=268</guid>
		<description><![CDATA[Definite benefits to having your tweets show up on your website. I tweeted the following yesterday: finished migrating from #trixbox to #pbxinaflash. Still not happy with my AgentCallbackLogin replacement, but it will have to do 4 now Did a  Google search today for &#8220;agentcallbacklogin pbxinaflash&#8221; (no quotations on search string) and saw my site sitting [...]]]></description>
			<content:encoded><![CDATA[<p>Definite benefits to having your tweets show up on your website. I tweeted the following yesterday:</p>
<blockquote><p><span class="status-body"><span class="entry-content">finished migrating from #trixbox to #pbxinaflash. Still not happy with my AgentCallbackLogin replacement, but it will have to do 4 now</span></span></p></blockquote>
<p><span class="status-body"><span class="entry-content">Did a  Google search today for &#8220;agentcallbacklogin pbxinaflash&#8221; (no quotations on search string) and saw my site sitting at #4. It&#8217;s not a huge term so easy to sit at that spot. But does show the value of having your tweets hit at least the frontpage of your website providing fresh content for the crawler.</span></span></p>
<p><span class="status-body"><span class="entry-content"><a href="http://www.djohnson.info/wp-content/2009/05/twittercrawl.png"><img class="aligncenter size-medium wp-image-269" title="Google Screen Grab - Twitter crawl" src="http://www.djohnson.info/wp-content/2009/05/twittercrawl-300x95.png" alt="Google Screen Grab - Twitter crawl" width="300" height="95" /></a><br />
</span></span></p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.djohnson.info/tweets-crawled-on-your-website/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.djohnson.info/tweets-crawled-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infostore 3 .deb and .rpm coming soon</title>
		<link>http://www.djohnson.info/infostore-3-deb-and-rpm-coming-soon/</link>
		<comments>http://www.djohnson.info/infostore-3-deb-and-rpm-coming-soon/#comments</comments>
		<pubDate>Wed, 06 May 2009 04:28:26 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.djohnson.info/infostore-3-deb-and-rpm-coming-soon/</guid>
		<description><![CDATA[Started working on an installer for Infostore 3 for Linux that would take care of all dependencies including setting up Adobe Reader, am about 70% of the way there and then will put it up on the Infostore page. It&#8217;s not native but will definitely make the install process easier.]]></description>
			<content:encoded><![CDATA[<p>Started working on an installer for Infostore 3 for Linux that would take care of all dependencies including setting up Adobe Reader, am about 70% of the way there and then will put it up on the Infostore page. It&#8217;s not native but will definitely make the install process easier.</p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.djohnson.info/infostore-3-deb-and-rpm-coming-soon/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.djohnson.info/infostore-3-deb-and-rpm-coming-soon/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Strange Dual Core CPU</title>
		<link>http://www.djohnson.info/strange-dual-core-cpu/</link>
		<comments>http://www.djohnson.info/strange-dual-core-cpu/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 06:10:34 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.djohnson.info/?p=257</guid>
		<description><![CDATA[As seen in my WHM panel Processor #1 Vendor: GenuineIntel Processor #1 Name: Intel(R) Pentium(R) D CPU 3.40GHz Processor #1 speed: 3400.000 MHz Processor #1 cache size: 2048 KB Processor #2 Vendor: GenuineIntel Processor #2 Name: Intel(R) Pentium(R) D CPU 3.40GHz Processor #2 speed: 2400.000 MHz Processor #2 cache size: 2048 KB]]></description>
			<content:encoded><![CDATA[<p>As seen in my WHM panel</p>
<blockquote><p>Processor #1 Vendor: GenuineIntel<br />
Processor #1 Name: Intel(R) Pentium(R) D CPU 3.40GHz<br />
Processor #1 speed: 3400.000 MHz<br />
Processor #1 cache size: 2048 KB</p>
<p>Processor #2 Vendor: GenuineIntel<br />
Processor #2 Name: Intel(R) Pentium(R) D CPU 3.40GHz<br />
Processor #2 speed: 2400.000 MHz<br />
Processor #2 cache size: 2048 KB</p></blockquote>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.djohnson.info/strange-dual-core-cpu/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.djohnson.info/strange-dual-core-cpu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Glubble</title>
		<link>http://www.djohnson.info/glubble/</link>
		<comments>http://www.djohnson.info/glubble/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 06:22:52 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Spotlight]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.djohnson.info/?p=242</guid>
		<description><![CDATA[I twittered not too long ago that I setup Glubble on my kid&#8217;s computer the other day. Glubble has a lot of online features for families such as an online &#8220;message board&#8221; where they suggest you move your kitchen bulletin board online, share photos, etc. However the main feature I wanted from Glubble was to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-244 alignright" title="glubble" src="http://www.djohnson.info/wp-content/2009/03/glubble.gif" alt="glubble" hspace="5" vspace="5" width="93" height="20" />I twittered not too long ago that I setup <a rel="nofollow" href="http://www.glubble.com/">Glubble</a> on my kid&#8217;s computer the other day. Glubble has a lot of online features for families such as an online &#8220;message board&#8221; where they suggest you move your kitchen bulletin board online, share photos, etc. However the main feature I wanted from Glubble was to allow my kids to visit only certain websites and block everything else. Not a lot of software allows you to do that.</p>
<p>Apparently version 1 of Glubble didn&#8217;t do this too effectively and I&#8217;m thankful that my experience came with v2. So far I have to say it&#8217;s done exactly what I want it to do. I can even see if my kid attempts to access a site they aren&#8217;t allowed to. If I want them to be able to access it I can easily enable it from my computer using the Glubble website. Not too bad.</p>
<p>I think what would be best is a free program that you didn&#8217;t have to make an account to run. But since there&#8217;s nothing out there with that spec, Glubble will just have to do.</p>
<p>I highly recommend the program to any parent who has a kid computer and wants to restrict access to the web. If you do use it, be sure to remove all shortcuts from the menu and desktop to Internet Explorer or other browsers. Eventually your kid will grow up and find their way around it. And when my daughter hits that stage &#8230; well I guess I&#8217;ll have to firewall her outgoing connections. <img src='http://www.djohnson.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.djohnson.info/glubble/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.djohnson.info/glubble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube Network Ranges for Blocking</title>
		<link>http://www.djohnson.info/youtube-network-ranges-for-blocking/</link>
		<comments>http://www.djohnson.info/youtube-network-ranges-for-blocking/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 17:04:18 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.djohnson.info/?p=188</guid>
		<description><![CDATA[I needed to block YouTube for certain portions of the day to certain part of the network. However since at present I&#8217;m using pfSense embedded so I can&#8217;t install any add ons, and thus I was unable to block based on domain name. I spent the better part of an hour searching for their IP [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to block YouTube for certain portions of the day to certain part of the network. However since at present I&#8217;m using pfSense embedded so I can&#8217;t install any add ons, and thus I was unable to block based on domain name. I spent the better part of an hour searching for their IP ranges.</p>
<p>Finally I found them! Putting them here for my easy reference:<br />
64.15.112.0/20<br />
208.65.152.0/22<br />
208.117.224.0/19</p>
<p>Source: http://www.cidr-report.org/cgi-bin/as-report?as=AS36561</p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.djohnson.info/youtube-network-ranges-for-blocking/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.djohnson.info/youtube-network-ranges-for-blocking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04 on Toshiba Magnia SG20</title>
		<link>http://www.djohnson.info/ubuntu-804-on-toshiba-magnia-sg20/</link>
		<comments>http://www.djohnson.info/ubuntu-804-on-toshiba-magnia-sg20/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 16:34:30 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.djohnson.info/?p=181</guid>
		<description><![CDATA[I got Ubuntu 8.04 running on my Magnia SG20. Dropped it into an old Athlon XP system and installed with a USB cable plugged into the 2.5&#8242; HD. If you are going to do this, make sure you isntall OpenSSH before moving the drive into the Magnia otherwise you won&#8217;t be able to get into [...]]]></description>
			<content:encoded><![CDATA[<p>I got Ubuntu  8.04 running on my Magnia SG20. Dropped it into an old Athlon XP system and installed with a USB cable plugged into the 2.5&#8242; HD. If you are going to do this, make sure you isntall OpenSSH before moving the drive into the Magnia otherwise you won&#8217;t be able to get into your machine.</p>
<p>Now all I need to do is edit the LCD app from the <a href="http://tech.groups.yahoo.com/group/magnia_sg20/">Magnia SG20 Yahoo Group</a> for my kernel and setup <a href="http://www.shorewall.net/">Shorewall</a> and I have a greatly customizable firewall. Only bummer is there&#8217;s no extra ports so I can&#8217;t do a true DMZ.</p>
<p>The system is relatively snappy for being a Celeron 533.</p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.djohnson.info/ubuntu-804-on-toshiba-magnia-sg20/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.djohnson.info/ubuntu-804-on-toshiba-magnia-sg20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
