<?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>Dave&#039;s Tech Blog &#187; Rant</title>
	<atom:link href="http://davestechsupport.com/blog/category/rant/feed/" rel="self" type="application/rss+xml" />
	<link>http://davestechsupport.com/blog</link>
	<description>A Third Eye on Technology</description>
	<lastBuildDate>Fri, 16 Jul 2010 17:39:55 +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>Why You Don&#8217;t Need Anti-Virus Software For Linux</title>
		<link>http://davestechsupport.com/blog/2010/03/10/why-you-dont-need-anti-virus-software-for-linux/</link>
		<comments>http://davestechsupport.com/blog/2010/03/10/why-you-dont-need-anti-virus-software-for-linux/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:57:20 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[HOWTO: Ubuntu]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=1042</guid>
		<description><![CDATA[I was just browsing Ubuntu Forums recently and someone wanted to get a second opinion to see if it were indeed true that Linux doesn&#8217;t need anti-virus software.  I humbly obliged them with my own answer on the matter: You don&#8217;t need anti-virus for Linux. Others in here will do a better job at explaining [...]]]></description>
			<content:encoded><![CDATA[<p>I was just browsing <a href="http://ubuntuforums.org/showthread.php?t=1426848&amp;page=2">Ubuntu Forums</a> recently and someone wanted to get a second opinion to see if it were indeed true that Linux doesn&#8217;t need anti-virus software.  I humbly obliged them with my own answer on the matter:</p>
<p>You don&#8217;t need anti-virus for Linux. Others in here will do a better job at explaining why this is, but in short, the OS has a big advantage here due to it being open source. The operating system is a product of crowd-sourcing, much in the same way as Wikipedia has been since it first showed up several years ago. And much like the highly-moderated articles of Wikipedia that require membership and an approval process for changes made to locked articles, so to is a strict moderation that goes on with the source code for Linux before it&#8217;s allowed to become part of the official distribution. Everybody is out to identify possible flaws or weaknesses or bugs in the source code and it&#8217;s much easier for any single person to make a contribution because the OS and much of the software that runs on it is open-source.</p>
<p>In Windows, the users don&#8217;t have the luxury of being able to dig through the source code to look for flaws. All they can do is report symptoms of problems to Microsoft, and the limited number of paid programmers that do have access to the source code then have to decide what flaws are the most important and which ones don&#8217;t merit their attention. So with Windows, a bug that affects only 500 people won&#8217;t be as important as a bug that affects 500,000 and probably won&#8217;t be fixed at all. But if it were Linux and if just one or two of those 500 people were a programmer who had access to the source code and figured out how to fix the problem on their own, the other 498 would actually stand to benefit from a patch that ends up being released thanks to the work of that one developer who had some spare time on his hands and decided to do something about a bug simply because he could.</p>
<p>So throughout the long life of Linux there has been this much more diversified, seasoned, multi-cultured source for development feedback that has helped to make it a much stronger, more &#8220;mature&#8221; operating system, especially in terms of the way security was designed. If there was ever a person out there who found a way to circumvent that security, there is at least one other who knows exactly how to repair the flaw. The reason viruses are able to best Windows is because their developers can only patch so many holes, and the ones they don&#8217;t have time to get around to end up being exploited the most. Third-party software developers that make Anti-Virus software make a killing because Microsoft is unable to handle this responsibility all by themselves, and even still, the best anti-virus software isn&#8217;t perfect.</p>
<p>The reason anti-virus software isn&#8217;t necessary in Linux is simply because the OS and its updates that patch vulnerabilities do the exact job anti-virus software in Windows is meant for: Prevent unwanted, malicious software or network activity from compromising the system. If there were a flaw in Linux found that allowed something like that, it wouldn&#8217;t be the job of some third-party software to safeguard the user against but the job of the OS itself. The reason anti-virus software even exists is simply because Microsoft is unable to handle the immense work load of patching their own source code as well as a crowd of Linux geeks can.</p>
<p>Am I saying Linux is perfect and invincible to viruses? Might it become more susceptible to viruses in the future if it were to ever become as popular as Windows is today? I would think that with an increase in the number of users would also come a complimentary increase in the number of clever developers that would only help to increase the number of eyes available to find flaws and fix them. Saying that Linux would get a lot of viruses down the road because more people are going to use it is like saying Wikipedia will become rife with widespread, uncontrollable vandalism because more people visit it. It hasn&#8217;t happened yet, and very likely never will happen because of the way it is designed, moderated and improved upon by the hive mind.</p>
<p><strong>EDIT to add: </strong> As mentioned in the first comments below, I failed to acknowledge that while Linux is more robust in the area of security, nothing can compensate for the weakest link in this arrangement:  The User.  A novice user could easily be enticed by a sinister website  that tells them to download a deb file which might contain malicious code and absentmindedly install it or execute a destructive command from the terminal window because they didn&#8217;t know any better (like rm -rf ~/*).  Fortunately for novice users there is little if any need to actually venture out into uncharted territory like a terminal window or strange websites to get software, thanks to the official repositories that contain a HUGE collection of software which continues to grow.  I&#8217;ve even heard you will soon be able to purchase proprietary Linux-based software through it.  Unfortunately, little can really be done to compensate for user negligence, and trying to compensate for all possibilities would likely result in too many annoying alerts and prompts for the average user (like when Windows Vista sprang the UAC on its users).</p>
<p>There are only a couple of circumstances that I believe anti-virus software on a Linux platform <span style="text-decoration: line-through;">would</span> might be worth having which involve helping to protect other Windows systems.  Say you got an email from someone that contained a virus but you never knew it was there and forwarded it onto someone else who uses Windows, resulting in their day being ruined and you being blamed.  So that&#8217;s one scenario.  You might also have a Linux server administrating a network of Windows based workstations which you have read/write access to and use the server to conduct scans of these machines over the network, but at the expense of finite network bandwidth and CPU cycles on the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2010/03/10/why-you-dont-need-anti-virus-software-for-linux/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Techguy.org Mods Think Bittorent Is Illegal</title>
		<link>http://davestechsupport.com/blog/2009/06/07/techguyorg-mods-think-bittorent-is-illegal/</link>
		<comments>http://davestechsupport.com/blog/2009/06/07/techguyorg-mods-think-bittorent-is-illegal/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 04:55:15 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Neutrality]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Weird]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=921</guid>
		<description><![CDATA[Every now and then I post questions on www.techguy.org when I&#8217;m having difficultly with something computer/networking related.  It was a good place to get your feet wet when aspiring to become a grade A guru and occasionally pull your hair out if you wanted to get into a civil debate with someone about politics. Recently, [...]]]></description>
			<content:encoded><![CDATA[<p>Every now and then I post questions on www.techguy.org when I&#8217;m having difficultly with something computer/networking related.  It was a good place to get your feet wet when aspiring to become a grade A guru and occasionally pull your hair out if you wanted to get into a civil debate with someone about politics.</p>
<p>Recently, I posted <a href="http://forums.techguy.org/networking/833254-port-forwarding-linksys-router-works.html" target="_blank">the following</a> in their Networking forum:</p>
<blockquote><p>I have a new Linksys/Cisco router WRT54G2 v.1 with the latest firmware installed. I currently use port forwarding for things like VNC and SSH into my home PC. However, every time I try to set a new rule (for both TCP and UDP) up for bittorrent, the bittorrent clients I try say the port is closed. I&#8217;m using an Ubuntu Linux system, and both Transmission and Deluge will say the ports I select are closed, even if I change the port numbers and do another test. So I&#8217;m just wondering if anyone has encountered anything like this before and might have an idea of what could be causing this problem.</p></blockquote>
<p>The thread was alive for a matter of seconds before a moderator locked the thread and replied with the following:</p>
<blockquote><p>Please read the rules. We will not help with P2P apps.</p></blockquote>
<p>I was surprised to see this happen, and that&#8217;s probably because I use www.ubuntuforums.org more often than any other forum for technical assistance.  Linux people like me approach the controversial topic of bittorrent a little differently&#8230;  I decided to send the moderator a private message to let him know what I thought about his decision:</p>
<blockquote><p>Sorry for violating the rules. However, I would argue that I did not ask a question pertaining to P2P applications at all but a question strictly about networking problems with a Linksys router. I should also remind you that bittorrent is a common protocol used for the transfer of free, non-copyrighted information spanning from GPL licensed open-source software to free music or movies released under the creative-commons license, which is becoming more popular. There is nothing inherently illegal about using bittorrent (the protocol), but it would seem the moderators of techguy.org hold a contrary consensus that I feel they should consider revising in recognition of the legitimate and legal uses of bittorrent.</p>
<p>The above comment and any replies received in any form will be posted publicly on my blog. Thank you for your time.</p></blockquote>
<p>I got a reply fairly fast.  Here&#8217;s what it said:</p>
<blockquote><p>We cannot and will not assist in the illegal downloading of software through P2P applications, and that includes any impediments offered by networking components to such downloading. Any legal uses of such software are few and will unfortunately need to be included in this prohibition.</p>
<p>The policy has been in place for quite some time now and will not be changed.</p>
<p>Thank you for your concern,<br />
Elvandil</p></blockquote>
<p>I like his use of the word &#8220;prohibition&#8221;; like bittorrent is some sort of drug paraphernalia.  I also noticed Mr. Elvandil happens to be Microsoft MVP and a die-hard Windows user who is probably adverse to anything of value that isn&#8217;t proprietary.  This is just my own opinion as he is ignoring the fact that millions of people use Linux and a large portion of us download <em>and share </em>our Linux ISO files (for burning to CD) via bittorrent, among many other things 100% legal to share.  It is a world he is unfamiliar with or in denial about.</p>
<p>Fortunately in the world of Linux it&#8217;s recognized that bittorrent itself is not illegal at all and I was glad to see a helpful <a href="http://ubuntuforums.org/showthread.php?t=1180533" target="_blank">reply</a> in ubuntuforums.org within minutes; a reply that made me realize that sometimes I can be a completely narrow-minded person, <em>too</em>.  &#8221;Did you check your host-firewall?&#8221;  Why&#8230; NO!    So I opened my firewall manager Firestarter and sure enough saw blocked events taking place on the port I told my bittorrent client and router to use.  All I had to do with allow inbound traffic to take place on that port.  Talk about overlooking the obvious!</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2009/06/07/techguyorg-mods-think-bittorent-is-illegal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ll Never Buy A Netgear Router Again</title>
		<link>http://davestechsupport.com/blog/2009/05/30/ill-never-buy-a-netgear-router-again/</link>
		<comments>http://davestechsupport.com/blog/2009/05/30/ill-never-buy-a-netgear-router-again/#comments</comments>
		<pubDate>Sat, 30 May 2009 05:44:13 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=903</guid>
		<description><![CDATA[For about 4 years I&#8217;ve had a lot of faith placed in Netgear routers and networking equipment in general and had great luck with an old Wireless G router for years.  Until a couple weeks ago, when I began to notice that my downloads were actually being subjected to a tiny bit of packet corruption/swapping.  [...]]]></description>
			<content:encoded><![CDATA[<p>For about 4 years I&#8217;ve had a lot of faith placed in Netgear routers and networking equipment in general and had great luck with an old Wireless G router for years.  Until a couple weeks ago, when I began to notice that my downloads were actually being subjected to a tiny bit of packet corruption/swapping.  MD5 file integrity checks were repeatedly failing and I couldn&#8217;t get downloaded software to install, even if I used an Ethernet cable instead of a wireless connection.  Only a direct connect from laptop to the modem always did the trick, and so narrowed things down to the router.  Keep in mind that I troubleshot this problem for at least 5 hours across two days of experimenting using a PC and a Laptop, doing everything from full factory resets time after time, dismantling the router to blow it out with compressed air, to testing without wireless encryption enabled.  The sad fact became clear that if any data passed through the router at all there was a good chance it would be screwed up by the time it got to the computers.  And so began my quest for a replacement.</p>
<p>The dead router this little journey into hell all started off with was a Netgear WGT624 v3 with the latest firmware installed.  I&#8217;d owned this router for several years with nary a hiccup or serious problem the occasional power cycle couldn&#8217;t fix.  But as mentioned above, things started to get flaky and I had tried everything I and other forum crawling network experts could think of.  So I decided to head to my nearby Wal-Mart just a couple blocks away and pick up a new one; a Netgear WGR614 v9 router (and I installed the latest firmware after it arrived).  To my shock and disgust it had the exact same problem as the WGT624: data corruption.</p>
<p>So I exchanged it for a third router (a Netgear WPN824 v3) spending about 25 dollars extra after exchanging in the WGR614.  This new router solved the problem I was having with corrupted packets and I was relieved.  But then a new fucking problem cropped up!  For some reason the router would require a power cycle at least two or three times a day.  This was often because for some odd reason it would just randomly stop passing HTTP traffic between me and the Internet.  I could ping the modem (gateway) IP, as well as the ISP&#8217;s DNS server addresses, but I couldn&#8217;t ping Google nor visit any website except the routers internal configuration utility page (e.g., 192.168.1.1).  Even more bizarre was that one time this occurred after I had already accessed my computer by remote while I was away from home, using VNC on port 5900.  Let me say that again:  I had accessed my home PC over the Internet, and the router told me there was no active Internet connection when it went to check for firmware updates automatically after I logged into it to see if I could find the problem.</p>
<p>I put up with this router for a few days, hoping that after a while things would smooth out and I wouldn&#8217;t have to do power cycles so often.  They didn&#8217;t get better.  In fact, they got even worse.  I was already having to power cycle the router on a regular basis until one day PORT FORWARDING STOPPED WORKING!!  I couldn&#8217;t access my remote desktop over the Internet anymore and more importantly, I couldn&#8217;t accept incoming connection requests from <a href="http://www.davestechsupport.com/vdave.html" target="_blank">Virtual Dave</a> users.</p>
<p>Unfortunately I made the mistake early on (because the packet corruption problem had been resolved by the WPN824) that I was going to be happy with this router, and I threw the receipt away, so I couldn&#8217;t exchange it for a different router.  The only option I had left was to take this router back to Wal-Mart and exchange it for another one exactly like it.</p>
<p>Not only did this replacement WPN824 mimic all the problems the previous WPN824 had, but the packaging had evidence of actually being a refurbished product, sold off the shelf by Wal-Mart as a new item at full price!</p>
<p style="text-align: center; "><img class="alignnone" src="http://www.davestechsupport.com/blog/images/netgearsucks.png" alt="" width="500" height="564" /></p>
<p>I&#8217;m sure it&#8217;s one of the ways Netgear cuts corners for the sake of competing with other &#8220;rolled-back prices&#8221; in Wal-Mart; I hope they don&#8217;t pull this shit with other vendors.  I can&#8217;t assert that Wal-Mart is knowingly selling refurbished products at the same cost as a new item, but from the look of the professional shrink wrap job, they may not actually be aware of what&#8217;s going on.</p>
<p>Now you might say to me, &#8220;just because you have two seals doesn&#8217;t mean that you have refurbished rather than new. It may simply mean that at one point someone had to open the package for a customer, and the customer ended up not wanting it, or it was returned.&#8221;</p>
<p>Okay, I see your point, but it doesn&#8217;t change the fact that the router still didn&#8217;t work, nor did another one exactly like it I had purchased just a couple days earlier. Something odd I noticed between the two is the first of those two needed a firmware upgrade, but the second one didn&#8217;t. Just an observation.</p>
<p>There was one other suspicious piece of &#8220;evidence&#8221; I didn&#8217;t photograph and that was the &#8220;install the netgear software on your PC before you setup your router&#8221; sticker that covers the downlink ports on the back. It had obviously been re-applied before.</p>
<p>Also, the shrink wrap on the box wasn&#8217;t something you&#8217;d see from the standard cheap heat gun seal you&#8217;d find in most stores that will re-stock items with explicit &#8220;open-item&#8221; sticker with a reduced price on it; this LOOKED brand new from the outside, like it was sealed at the factory. So I guess the theory is, someone bought it from another Wal-Mart, found it didn&#8217;t work, returned it, Wal-Mart sent it to Netgear because they were told it was defective, Netgear put a new sticker on the bag around the router, and re-wrapped the packaging in house with little or no testing done on the hardware. I highly doubt Wal-Mart has spare Netgear stickers laying around to help disguise an open router bag.  And good lord, what does this say about the state of our economy!  I mean, if I were Netgear and I were serious about deception, I would still at least use a NEW replacement bag with a NEW tamper-sticker, instead of reusing an old one with a broken label stuck to it to save a few cents.</p>
<p>So to recap the sequence of routers I&#8217;ve been through:</p>
<p>Original Netgear WGT624 v3 (loved for years, dying of old age I thought), followed by a WGR614 v9 (which had the same problems as the previous router), followed by TWO WPN824 v3 routers. 4 Netgear routers, one old, two &#8220;new&#8221; and one that was obviously opened/returned/refurbished being sold as a new item.  They all failed me in the end.</p>
<p>I&#8217;ve said to hell with Netgear and Wal-Mart, caving in and going to pick up a Linksys/Cisco from Best Buy, but I&#8217;m not going to give it a thumbs up or down until I&#8217;ve had some time to test it out.  From what I hear, Linksys/Cisco&#8217;s are back up to snuff and have a better reputation than they did when I stopped using their products years ago.  We&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2009/05/30/ill-never-buy-a-netgear-router-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vote For This Idea On Ubuntu Brainstorm</title>
		<link>http://davestechsupport.com/blog/2009/02/08/vote-for-this-idea-on-ubuntu-brainstorm/</link>
		<comments>http://davestechsupport.com/blog/2009/02/08/vote-for-this-idea-on-ubuntu-brainstorm/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 14:56:39 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[HOWTO: Ubuntu]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=714</guid>
		<description><![CDATA[EDIT:  My idea has been marked as a duplicate of another that was posted back in March of 2008.  So visit this link to go vote for its posted solution. Every now and then I drop by the Ubuntu Brainstorm website to post an idea that I think would help improve the user experience of [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff6600;">EDIT</span></strong>:  <em>My idea has been marked as a duplicate of another that was posted back in March of 2008.  So visit </em><a href="http://brainstorm.ubuntu.com/idea/4755/" target="_blank"><em>this link</em></a><em> to go vote for its posted solution.</em></p>
<p>Every now and then I drop by the <a href="http://brainstorm.ubuntu.com/" target="_blank">Ubuntu Brainstorm</a> website to post an idea that I think would help improve the user experience of Ubuntu Linux.  Sometimes these ideas are geared more towards a specific application rather than the operating system and in this case <a href="http://brainstorm.ubuntu.com/idea/17780/" target="_blank">the suggestion I made recently</a> has to do with Firefox.</p>
<p>One of the things that&#8217;s bothered me about using Firefox in Linux is the fact that when you click on a link for a file, an Open With dialog box appears, but if you want to open the file with something other than the default application shown, you are forced to browse the Linux root file system.  This strikes me as an unfriendly way to have the user select an alternate application.  If anything it wreaks of Linux elitism, the kind that acts like nothing is wrong with the way things are currently being done.  If this were Windows or Mac OS and you wanted to find a different application to open a file, you wouldn&#8217;t expect to have to wade through sub-directories of a file structure most sane users wouldn&#8217;t want to be familiar with.</p>
<p>Let me show you what I&#8217;m talking about.  This is what appears when you hit Browse (for applications) button in Firefox on a Windows PC:</p>
<p style="text-align: center;"><img class="alignnone" src="http://www.davestechsupport.com/blog/images/appbrowse.png" alt="" width="331" height="405" /></p>
<p>You&#8217;re presented with a simple list of applications to scroll through and pick the one you want.  It works the same way with Internet Explorer, and I would suspect all browsers do this in Mac OS X as well.</p>
<p>Now, here&#8217;s what you get in Linux when you click on the &#8220;Other&#8230;&#8221; button (which is equivalent to Browse in this context):</p>
<p style="text-align: center;"><img class="alignnone" src="http://www.davestechsupport.com/blog/images/filesystembrowse2.png" alt="" width="417" height="608" /></p>
<p style="text-align: left;"><strong>Do I even have to ask you which of the two above examples looks more user-friendly?</strong></p>
<p style="text-align: left;">Anyway, if you&#8217;re a member of Ubuntu Brainstorm, I encourage you to <a href="http://brainstorm.ubuntu.com/idea/17780/" target="_blank">vote for my idea by clicking here</a>. And if you&#8217;re not a member, sign up! It&#8217;s free and only takes a minute and you could post an idea that will forever change Ubuntu Linux for the better.</p>
<p style="text-align: left;">Now, I&#8217;m not the first person to submit a suggestion about this quirk.  In fact <a href="https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/18995" target="_blank">someone submitted a bug report about 4 years ago suggesting the exact same thing</a>.  You might ask yourself, &#8220;If they submitted a bug report that long ago, why hasn&#8217;t it been fixed by now?&#8221;  Because in the eyes of developers (who are obviously a strange, bizarre species of emotionally sensitive anti-social hermits), this isn&#8217;t a bug.  It&#8217;s a &#8220;feature request&#8221;, and is considered something of a lower priority as a result.</p>
<p>It&#8217;s damn frustrating, I know.  Just <a href="http://ubuntuforums.org/showthread.php?t=1056093" target="_blank">look at the responses I got</a> when I tried to point out that Amarok was installing missing a certain mp3 decoder package in GNOME systems, and was told that in order to get it to work correctly out of the box, a &#8220;feature request&#8221; would have to be submitted and approved before the app would install with all the necessary packages.  So for things like this it seems the only thing that gets developers off their pias/lazy asses are statistics (votes, in this case) showing them that people (normal earth-dwelling humans) actually want a feature to be added to an app.  I would suspect they need this kind of persuading because they have a very difficult time understanding what non-technical people expect from their computers.  But seriously, what idiot out there thought it was smarter to force users to browse the root file system instead of present a simple list of installed applications to pick from?  So please <a href="http://brainstorm.ubuntu.com/idea/17780/" target="_blank">go vote this idea up</a>, because it seems that sometimes a &#8220;feature&#8221; is actually something that should have been there in the first place, but wasn&#8217;t implimented for very stupid reasons.</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2009/02/08/vote-for-this-idea-on-ubuntu-brainstorm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;CRITICAL&#8221; Internet Explorer Flaw!  AGAIN!</title>
		<link>http://davestechsupport.com/blog/2008/12/17/critical-internet-explorer-flaw-again/</link>
		<comments>http://davestechsupport.com/blog/2008/12/17/critical-internet-explorer-flaw-again/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 01:47:07 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=605</guid>
		<description><![CDATA[As much as it would probably sooth the stiffness in my neck and shoulders from doing busy work inventorying computer equipment today, I&#8217;m going to try to not turn this into a sarcastic sounding slam against Microsoft&#8230; although they damn well deserve it. I&#8217;ll just keep this very short.  Internet Explorer has once again dropped [...]]]></description>
			<content:encoded><![CDATA[<p>As much as it would probably sooth the stiffness in my neck and shoulders from doing busy work inventorying computer equipment today, I&#8217;m going to try to not turn this into a sarcastic sounding slam against Microsoft&#8230; although they damn well deserve it.</p>
<p>I&#8217;ll just keep this very short.  Internet Explorer has once again dropped the ball in the realm of Internet security and it&#8217;s something that&#8217;s been present for over 48 hours already.  You can read about the problem via BBC&#8217;s website by <a href="http://news.bbc.co.uk/2/hi/technology/7784908.stm" target="_blank">clicking here</a>.</p>
<p>The article states in bold letters at the top, &#8220;Security experts recommend switching to a rival browser until the problem is fixed.&#8221;  Need a rival web browser?  Download Firefox at <a href="http://www.firefox.com" target="_blank">www.firefox.com</a>.  It&#8217;s free, faster and much more secure than Internet Explorer ever will be.  Seriously.  Why is it more secure, you ask?  Because it&#8217;s <a href="http://en.wikipedia.org/wiki/Open_source" target="_blank">open-source</a>, just like Linux.  But again&#8230; don&#8217;t wanna turn this into a &#8220;Microsoft sucks&#8221; bashing post.</p>
<p>Also, on the side, I should mention that I&#8217;ve see a LOT of Windows systems get hit with viruses in the last 3 weeks, a good chunk of which have come in from emails on Facebook.  Which isn&#8217;t to say that Facebook is bad.  It just doesn&#8217;t have much of an effective spam filter or virus scanner built into it.  You would think that after a few people have recieved the same spam from their friend whose computer was compromised, they&#8217;d start filtering messages with the same links, the same stupid subject line, and all the rest that comes along with basic social engineering-based viruses.  It&#8217;s what Yahoo and Google do.  So to you Facebook/Myspace users out there (and everyone else who doesn&#8217;t uses these services), be VERY cautious about clicking on links to websites you&#8217;ve never visited to before in email sent to you by a friend.  They may not have actually sent you something.  In fact, it&#8217;s possible their account password was phished, changed, and their account used as a lauch pad for spreading the same infection to other people (like you).  So be careful.</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2008/12/17/critical-internet-explorer-flaw-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Forums Closes Its Watercooler Hangout</title>
		<link>http://davestechsupport.com/blog/2008/09/27/ubuntu-forums-promotes-silence-thumb-sucking/</link>
		<comments>http://davestechsupport.com/blog/2008/09/27/ubuntu-forums-promotes-silence-thumb-sucking/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 15:08:01 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=267</guid>
		<description><![CDATA[For those of you out there who use Ubuntu Linux (or any Linux distro for that matter), recent events on the Ubuntu Forums might intrigue you.  Ever since I became acquainted with this online community, I have paid many a visit to their &#8220;off topic&#8221; forum, originally dubbed &#8220;The Backyard&#8221;.  This forum was intended to [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you out there who use Ubuntu Linux (or any Linux distro for that matter), recent events on the Ubuntu Forums might intrigue you.  Ever since I became acquainted with this online community, I have paid many a visit to their &#8220;off topic&#8221; forum, originally dubbed &#8220;The Backyard&#8221;.  This forum was intended to be a place for people to post threads that had either absolutely nothing to do with Ubuntu, or in fact caused controversy (often on a political or social level).  Apparently, over the last few months, some posts in this forum have required moderator intervention.  In fact, a lot of threads have required moderator intervention lately.</p>
<p>As you can imagine, the variety of topics in this forum are often all over the place and unpredictable, and of the threads that are closed: often they are closed justifiably.  This is nothing new.  But lately, most of these threads have been closed, not because of the original topic at hand, but because of one or two assholes who don&#8217;t know how to act a little more civilized, when debating something controversial or sensitive, show up and spoil the discussion with personally degrading insults.  Rather than ban such users and let the conversations continue, the mods have thought the best thing would be closing the thread.  This has caused a lot of their time to be wasted because the same problems have been repeating more frequently, and they&#8217;ve finally gotten fed up with having to spend so much time censoring the forum.  They&#8217;ve been hearing opinions from users about the possible closing of the forum for the last few weeks and I always thought that, while the tone of the moderators threatening to close the forum has been stern, you wouldn&#8217;t have believed it&#8230; until now.</p>
<p>Recently, a new policy has been enacted by the moderators, which allows members to continue visiting the forum and posting in already existing threads, but prevent people from posting new threads.  The theory is that this will cause interest in the forum to dwindle down to a more controllable murmur, as well as experiment to see what the result of closing the forum might be without actually closing the forum cold turkey.</p>
<p>Having discovered this today (a little too late), I wrote the following in <a href="http://ubuntuforums.org/showpost.php?p=5864257&amp;postcount=73" target="_blank">a thread</a> that originally suggested the idea of disallowing new threads forever:</p>
<blockquote><p>It seems I am unable to post a new thread in OMGPP.</p>
<p>This saddens me because:</p>
<p>1. Despite the abuse the forum gets and the trouble moderators have dealt with in an effort to keep things clean and inviting to new Ubuntu forum users, it stands to silence a lot of relevant, healthy debate.</p>
<p>2. The motto, &#8220;Anywhere but here&#8221; sounds rather the opposite of what open-source communities are supposed to be proud of: being open.</p>
<p>3. The moderators can close the forum if they&#8217;d like, but there will be consequences down the road. One consequence is the need to continue closing unwanted threads that land in forums outside of OMGPP at a higher frequency because new users might think it would be acceptable. The community cafe would be forced to absorb the traffic that used to come here.</p>
<p>Idea: Stealing from the comments management system on digg and reddit, why not make the posts on this forum vote-able, and anybody who gets a certain number of negative votes will have their post &#8220;muted&#8221; or something to that effect. You could even impose a minimum age requirement if you&#8217;re concerned about offending easily offended individuals.</p>
<p>Why do I suggest this?! Because I don&#8217;t think the moderators have provided the users a way to more easily self-moderate the forum themselves. You have a &#8220;report&#8221; button. Super! Does it work? Not for the moderators; they work <em>for that button</em>. Why can&#8217;t they create a few more buttons that <em>work for them</em> and the <em>rest of us</em> at the same time?</p></blockquote>
<p>It will be interesting to wait and see what kind of feedback this late suggestion gets, now that some whiny moderators have got the ball rolling on closing it down.  But I have to say that it just seems rather outrageous to see other tech forum websites (like <a href="http://techguy.org" target="_blank">techguy.org</a> and their &#8220;Civilized Debate&#8221; forum which are dominated with Windows users) exhibit more ability to tolerate or manage &#8220;offensive&#8221; users/posts/threads than Ubuntu forum users and moderators can tolerate.  What a bunch of thumb sucking babies.  Now, if I had said something like that in the forum that used to be called the Backyard, I&#8217;d probably get some sort of silly reprimand from a moderator because it made someone cry (if I had said something more insulting, I would expect to be fairly repremanded&#8230; but it feels like things have gotten more and more childish lately).  Of course, making someone cry isn&#8217;t my goal in posting in that forum.  My goal would be to express opinions that may very well be more justified than the opinions of someone who would prefer to self-censor what they read and think via complaining to moderators about being &#8220;offended.&#8221;</p>
<p>Now, I can&#8217;t say anything bad about the rest of the forum or the community as a whole.  My hats off to developers, the mods and the forum community users.  And I know that the general consensus says the forum does not get much traffic and thus, won&#8217;t be a great loss to the rest of the community.  But I get this feeling that some of what&#8217;s going on in this forum lately is being done because someone perceives the Backyard/OGMPP forum as being an embarrassment to the community, or worse, Ubuntu (the operating system) itself.  How pretentious do we have to be?  Well, enough that the forum is going to be officially closed on October the 1st.  It remains to be seen how the rest of the community will react when they find their backyard water-cooler hangout was closed down because Dennis the Menace and Bart Simpson broke in wielding silly string and water pistols and nobody could come up with a decent solution to the problem.  &#8221;<em>Let&#8217;s just close the forum!</em>&#8221;  What kind of a solution is that?  Oh well.  Like they say, no <em>great</em> loss&#8230; but it&#8217;s still a loss.</p>
<p>One user stepped up to create a replacement forum on his own server.  You can find it here:</p>
<p><a href="http://grubbn.org/omgpp" target="_blank">http://grubbn.org/omgpp</a></p>
<p>Unforuantely, this alternative forum only has about 70 members in it so far, compared to Ubuntu forums ~67,000 active members (~671,000 registered members).  I&#8217;m not saying 67,000 made use out of the soon to be killed Backyard forum, but it was at least convenient for them in the off chance they felt like talking with other fellow Ubuntu fans about something other than Ubuntu.  I&#8217;ll never be allowed to post a new thread about my puppy dog, or ask people if they think the economy is going to collapse or poll people on how much longer they think Sarah Palin will be able to go without answering a difficult questions.  These topics are not offensive, and I really appreciated the quality of interaction I got from the Ubuntu community over any one of many random topics.  And now it&#8217;s about to be locked up and demolished with nothing to replace it, making Ubuntu Forums a dry, less emotional place to be.  I mean this with all due respect, but I sincerely feel the moderators at Ubuntu Forums has failed the community they govern.  Though their take is that the community <em>failed them!</em> That&#8217;s pretty rich, I have to tell you.</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2008/09/27/ubuntu-forums-promotes-silence-thumb-sucking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spoofing Holiday Inn&#8217;s WiFi For Nintendo Wii</title>
		<link>http://davestechsupport.com/blog/2008/05/20/spoofing-holiday-in/</link>
		<comments>http://davestechsupport.com/blog/2008/05/20/spoofing-holiday-in/#comments</comments>
		<pubDate>Tue, 20 May 2008 07:36:33 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[Nintendo Wii]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=85</guid>
		<description><![CDATA[My girlfriend works as a manager for a major restaurant chain that has a catchy theme song about ribs. About a month ago, one of the restaurants located in a city about 50 minutes west of where we live lost three managers. I&#8217;m not very clear on the details, but I understand two walked out [...]]]></description>
			<content:encoded><![CDATA[<p>My girlfriend works as a manager for a major restaurant chain that has a catchy theme song about ribs.  About a month ago, one of the restaurants located in a city about 50 minutes west of where we live lost three managers.  I&#8217;m not very clear on the details, but I understand two walked out without giving advanced notice (why oh why, I <em>wonder</em>) and a third was fired for breaking a serious policy (I mean a federal law, but its been dealt with).  As a result, the place is essentially in a state of needing emergency life support.  They&#8217;ve called upon my girlfriend to help pick up the pieces (hopefully with the intention of letting her go someday, and not use this as an opportunity to coerce her to stay permanently).  So far, she&#8217;s been scheduled to stay through till the end of July, and this was a very recent revelation on the part of her boss.  I would not be surprised if &#8220;the end of July&#8221; becomes &#8220;the end of August&#8221; sometime soon.</p>
<p>Fortunately she is being put up in nice hotels (which I would imagine is coming out of her bosses bonus checks this year, and that sort of makes me feel a tad bit better about the whole long-distance relationship mini-drama).  But there are many days I can&#8217;t stay with her, and spending time in a hotel alone can get really boring after a month or two or three (hopefully not four, but I&#8217;m a little pessimistic at this point).</p>
<h3>Holiday Inn&#8217;s WiFi Meets Nintendo Wii</h3>
<p>One of the things my girlfriend purchased before this stretch of work was delivered to her was a Nintendo Wii.  I showed her at my house how to configure the wireless network connection settings and talked her through it over the phone when the time came.  But for some reason, it just wouldn&#8217;t connect.  By &#8220;connect&#8221;, I don&#8217;t mean wireless association followed by authentication (which, in this case, means nothing because the network does not use encryption).  What I mean is, you&#8217;re not granted gateway access to external IP addresses until you&#8217;ve clicked on a link indicating that you agree to certain legal usage terms.  Once you click the &#8220;I agree&#8221; button, you are then given full access to the Internet.</p>
<p style="text-align: center;"><img src="http://www.davestechsupport.com/blog/images/holidayinn.png" alt="" width="500" height="308" /></p>
<p>What the Nintendo Wii is trying to do is phone home (access Nintendo&#8217;s servers) immediately after it&#8217;s assigned a default gateway with the assumption that the gateway is not blocking traffic to external IP addresses.  If it were to ping the gateway, it would likely get a reply.  Any other site, nothing.  The Wii assumes your router to be working, but the cable modem is broken, so it gives up and asks you to try a different network.</p>
<p>Since I&#8217;ve already agreed to a certain group of usage terms I shouldn&#8217;t be required to click &#8220;agree&#8221; again so as to personally access the Internet.  But it&#8217;s the MAC address that acts as my identity, more like a name-badge, and the MAC on the Wii will be different from the MAC on the laptop.  Your MAC address is a hard-coded number used to uniquely identify your wireless networking adapter.  No two MAC addresses are said to be the same.  So at first, it would seem there&#8217;s nothing I can do with the Wii to get it to connect to the Internet&#8230;  Or is there?</p>
<h3>What can be done about this?</h3>
<p>There are a couple solutions.  The first is to contact customer service and see if they can get their IT guy on the phone.  I would then ask him if he could manually add the MAC address of the Wii to their routing tables and grant the device access.  For some, this would be the simpler solution&#8230; though your mileage may vary.  How long do you think it would take?  Because I really don&#8217;t feel like placing bets on them being immediately available.  I&#8217;m just telling you right now that the IT people at this particular hotel are not very advanced.  The reason I say this is because the channels they picked for their 3 routers are all within the same frequency range (channels 1, 2 and 3) instead of spread out (channels 1, 6 and 11).  In other words:  They&#8217;re not very professional.  Bandwidth is being lost because the routers are overlapping each others frequencies, and this is basic wireless network design technique we&#8217;re talking about here.</p>
<p>The other solution is to trick their wireless networks into thinking my laptop is the Wii and click &#8220;I agree&#8221; a second time, and then disconnect.  I would do this by changing the MAC address of my wireless adapter.  This is what is known as &#8220;MAC address spoofing&#8221;, the act of using a networking device to appear to be another (not to be confused with a &#8220;spoofing attack&#8221;, because we&#8217;re not going to attack anybody).  Not all networking devices can do this.  I happen to be using one that contains an Atheros chipset (it&#8217;s a <a href="http://www.google.com/products?q=D-Link+WNA-2330&amp;btnG=Search+Products&amp;hl=en" target="_self">D-Link WNA-2330</a> to be exact), which can be made to do anything I want it to do in the world of Linux.  (Another blog I&#8217;m going to write in the future about Wireless Adapter hacking is turning my laptop into a Wireless router, and then share my cellphone&#8217;s Internet access wirelessly).</p>
<h3>The Trick</h3>
<p>I intend to use a copy of <a href="http://en.wikipedia.org/wiki/BackTrack" target="_blank">Backtrack</a> 3 beta to carry out this little experiment.  But it&#8217;s late, I&#8217;m away from home and have to download a fresh ISO and burn it to a disc first before I can try this out.  By the way, spoofing a MAC address can be done in Windows, but I&#8217;m not going to write about Windows software that does this in here (because I&#8217;m lazy.  But if you&#8217;re really curious, <a href="http://www.google.com/search?hl=en&amp;q=spoof+mac+windows&amp;btnG=Google+Search" target="_blank">google can help</a>).</p>
<p>In Backtrack (or even Ubuntu if I install the MadWifi drivers, which is not as easy as burning a Backtrack Live CD) the commands to change the MAC are as follows (<a href="http://backtrack.offensive-security.com/index.php/Howto:_How_to_connect_to_the_internet_on_BT2_using_a_spoofed_MAC_address" target="_blank">reference link</a>):</p>
<ul>
<li><strong>wlanconfig ath0 destroy</strong></li>
</ul>
<p>You can use any mac address you like. In this example: 00:11:22:33:44:55</p>
<ul>
<li><strong>macchanger -m 00:11:22:33:44:55 wifi0<br />
</strong></li>
<li><strong>wlanconfig ath0 create wlandev wifi0 wlanmode managed </strong></li>
<li><strong>ifconfig wifi0 up</strong></li>
</ul>
<p>After this, I can just use a plain old connection manager to connect to the network.  I could also use this command to do it manually:</p>
<ul>
<li><strong>iwconfig ath0 essid [NetworkName] key [WepKeyHere]</strong></li>
</ul>
<p>Pretty simple.  Note though that if your card uses a chipset other than Atheros, you might not be able to do this with your card, and the first command &#8220;wlanconfig ath0 destroy&#8221; might be slightly different (like &#8220;eth1&#8243; for instance), depending on the device name Linux assigns your wireless adapter.</p>
<h3>Isn&#8217;t this a little extreme?</h3>
<p>If by &#8220;extreme&#8221; you mean &#8220;illegal&#8221;, the answer is no.  Spoofing doesn&#8217;t become illegal until you use it in  to acquire private information you&#8217;re not supposed to have access to (which requires a lot more work anyway).  The Nintendo Wii is flawed in that it doesn&#8217;t included a web browser with it by default, and even if it were installed, it wouldn&#8217;t believe it was actually able to connect to the Internet.  Perhaps I&#8217;ll send Nintendo a little suggestion so they&#8217;ll release a patch in their next update sweep.  Though it surprises me that they&#8217;ve not encountered this problem, considering they sell Nintendo <a href="http://images.google.com/images?q=wii%20carrying%20case&amp;ie=UTF-8&amp;oe=utf-8&amp;rls=com.ubuntu:en-US:unofficial&amp;client=firefox-a&amp;um=1&amp;sa=N&amp;tab=wi" target="_blank">Wii carrying cases</a> for smug Wii-owners to take their Wii&#8217;s to their non-Wii-owning friends&#8217; house so they can show it off over and over&#8230; though this probably doesn&#8217;t take place in nice Hotels with moderate network security in place. And Nintendo would probably ignore me because they charge people to buy their web browser (you have to be able to download it from their servers anyway), which is required to agree to view Holiday Inn&#8217;s agreement page.</p>
<p>So I suppose the next best place to put the blame is on Holiday Inn&#8230;.and we know that IT guy isn&#8217;t in the mood to revamp company policy (and I can&#8217;t really think of an easy solution, other than unblocking the MAC).  You see, it becomes this dilemma of, &#8220;Just how out of my way should I have to go?&#8221;  If I had a backtrack CD with me right now, I&#8217;d hopefully be able to solve this problem in 5 minutes.  To me, that&#8217;s the opposite of extreme.  I&#8217;d call it practical (for me).  For most people, they&#8217;re either stuck with a design flaw in their game console, or hotel Internet policies that were not designed to accommodate these kinds of dumb devices.  Quite a double-bind we have here.</p>
<p>Well, I&#8217;ve got some sleep to get&#8230;  At least they have nice pillows here and the bathroom sink is to die for!</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2008/05/20/spoofing-holiday-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;To the dumb ass at Best Buy&#8221; by an 11 year old</title>
		<link>http://davestechsupport.com/blog/2008/04/15/to-the-dumb-ass-at-best-buy-by-an-11-year-old/</link>
		<comments>http://davestechsupport.com/blog/2008/04/15/to-the-dumb-ass-at-best-buy-by-an-11-year-old/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 03:40:46 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=77</guid>
		<description><![CDATA[This note just hit Digg&#8217;s front page a short moment ago. I thought I&#8217;d share it with you all.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://www.davestechsupport.com/blog/images/bestbuydumbass.jpg" alt="" width="362" height="528" /></p>
<p style="text-align: center;">
<p style="text-align: left;">This note just hit Digg&#8217;s front page a short moment ago.  I thought I&#8217;d share it with you all.  <img src='http://davestechsupport.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2008/04/15/to-the-dumb-ass-at-best-buy-by-an-11-year-old/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>It&#8217;s gonna be a long night&#8230;</title>
		<link>http://davestechsupport.com/blog/2008/04/08/its-gonna-be-a-long-night/</link>
		<comments>http://davestechsupport.com/blog/2008/04/08/its-gonna-be-a-long-night/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 07:42:17 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=72</guid>
		<description><![CDATA[It&#8217;s about 2:30 on Tuesday morning. The Kansas Jayhawks just won the NCAA championship. It appears they&#8217;ve brought on some thunder&#8230; So I&#8217;ve unplugged almost everything you could possibly call a computer at my place, and am now hunkered in my girlfriend&#8217;s bedroom at her apartment, running on lithium ion and T-Mobile cellular Internet access&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s about 2:30 on Tuesday morning.  The Kansas Jayhawks just won the NCAA championship. It appears they&#8217;ve brought on some thunder&#8230;</p>
<p style="text-align: center;"><img src="http://www.davestechsupport.com/blog/images/thunder.png" alt="" width="498" height="166" /></p>
<p>So I&#8217;ve unplugged almost everything you could possibly call a computer at my place, and am now hunkered in my girlfriend&#8217;s bedroom at her apartment, running on lithium ion and T-Mobile cellular Internet access&#8230;  I&#8217;m still adapting to this place.  And I&#8217;m about to run out of power.  I could go off on a rant&#8230; but it&#8217;d be pointless.</p>
<p>To pass the time by, I&#8217;ll probably crack the blinds open a bit so I can watch the lightning.  It can be pretty impressive.  And if that doesn&#8217;t keep me up, my girlfriends roommates&#8217; noisy friends probably will.</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2008/04/08/its-gonna-be-a-long-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creative Labs Outrages Windows Vista Users</title>
		<link>http://davestechsupport.com/blog/2008/03/31/creative-labs-outrages-windows-vista-users/</link>
		<comments>http://davestechsupport.com/blog/2008/03/31/creative-labs-outrages-windows-vista-users/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 20:10:50 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/2008/03/31/creative-labs-outrages-windows-vista-users/</guid>
		<description><![CDATA[Creative Labs is causing a stir among open-source developers and Windows Vista users alike. Apparently there have been a lot of driver issues happening exclusively within Windows Vista with many Sound Blaster cards made by Creative Labs. In response to this, many Vista users have resorted to a user modified (hacked) version of Creative Labs&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Creative Labs is causing a stir among open-source developers and Windows Vista users alike.  Apparently there have been a lot of driver issues happening exclusively within Windows Vista with many Sound Blaster cards made by Creative Labs.  In response to this, many Vista users have resorted to a user modified (hacked) version of Creative Labs&#8217; set of Vista drivers, which enable and fix many flaws with the company sanctioned drivers.</p>
<p>The sound card manufacturers <strong><a href="http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&amp;thread.id=116332&amp;view=by_date_ascending&amp;page=1" target="_blank">response</a></strong> to this act has caused an uproar, as it appears they do not want users to modify the drivers in such a way as to make them&#8230;what&#8217;s the word?&#8230;.FUNCTIONAL!?</p>
<p>Responses from users have varied&#8230;</p>
<p style="text-align: center"><img src="http://www.davestechsupport.com/blog/images/deadxfi.png" height="253" width="500" /></p>
<p>Here&#8217;s a <a href="http://digg.com/hardware/Creative_threatens_community_modder" target="_blank">great link</a> if you would like to read more about all this in great detail.</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2008/03/31/creative-labs-outrages-windows-vista-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNA Crash Course: Day 3</title>
		<link>http://davestechsupport.com/blog/2008/03/23/ccna-crash-course-day-3/</link>
		<comments>http://davestechsupport.com/blog/2008/03/23/ccna-crash-course-day-3/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 12:34:50 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/2008/03/23/ccna-crash-course-day-3/</guid>
		<description><![CDATA[For some f&#8212;ed up reason, WordPress would give me a 403 error every time I tried to post something about access control lists. That last failed attempt at a post for this CCNA series was caused by the same problem: IOS command syntax in the writing. Really, I think that&#8217;s the problem. I can&#8217;t prove [...]]]></description>
			<content:encoded><![CDATA[<p>For some f&#8212;ed up reason, WordPress would give me a 403 error every time I tried to post something about access control lists.  That last failed attempt at a post for this CCNA series was caused by the same problem: IOS command syntax in the writing.  Really, I think that&#8217;s the problem.  I can&#8217;t prove it for certain, but I can <a href="http://forums.asmallorange.com/index.php?showtopic=3631&amp;st=0&amp;p=26154&amp;" target="_blank">point to another WordPress bug</a> that would do the same thing to people who wrote posts that included a couple of very common Linux commands.</p>
<p>So, yesterday after losing over half of what I wrote AGAIN, I copied and pasted my text to a word file first before producing that damn 403 error again.  I reinstalled my whole blog twice, and the same error was being produced by that specific text.  I didn&#8217;t have a problem posting other test blogs, or that other super long one I put up yesterday.</p>
<p>Anyway, enough ranting.  Without further a due, here&#8217;s a link to the <a href="http://www.davestechsupport.com/blog/downloads/ccna_day_3.doc" target="_blank">word file I wrote</a> my notes into.  Topics touched on are Advanced ACL&#8217;s and the Cisco Discovery Protocol.</p>
<p>Now&#8230;.back to the mystery that is my day of trying to remember where I put that f&#8212;ing thumb drive!!  Don&#8217;t you just hate it when you lose tiny stuff like that?</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2008/03/23/ccna-crash-course-day-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best Video I&#8217;ve Seen Explaining Net Neutrality</title>
		<link>http://davestechsupport.com/blog/2008/03/05/the-best-video-ive-seen-explaining-net-neutrality/</link>
		<comments>http://davestechsupport.com/blog/2008/03/05/the-best-video-ive-seen-explaining-net-neutrality/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 16:36:55 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Neutrality]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/2008/03/05/the-best-video-ive-seen-explaining-net-neutrality/</guid>
		<description><![CDATA[If you like the above video, you may wish to read an older blog post of mine: &#8220;What if George Orwell had written about Net Neutrality?&#8220;]]></description>
			<content:encoded><![CDATA[<p><object height="417" width="500"><param name="movie" value="http://www.youtube.com/v/JP_3WnJ42kw"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/JP_3WnJ42kw" type="application/x-shockwave-flash" wmode="transparent" height="417" width="500"></embed></object><br />If you like the above video, you may wish to read an older blog post of mine:  &#8220;<a href="http://davestechsupport.com/blog/2007/11/25/what-if-george-orwell-had-written-about-net-neutrality/">What if George Orwell had written about Net Neutrality?</a>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2008/03/05/the-best-video-ive-seen-explaining-net-neutrality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digging Mainstream Media&#8217;s Grave</title>
		<link>http://davestechsupport.com/blog/2007/12/09/digging-mainstream-medias-grave/</link>
		<comments>http://davestechsupport.com/blog/2007/12/09/digging-mainstream-medias-grave/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 17:51:14 +0000</pubDate>
		<dc:creator>david_steinlage</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://davestechsupport.com/blog/2007/12/09/digging-mainstream-medias-grave/</guid>
		<description><![CDATA[&#8220;Mainstream Media&#8221; is a term used to describe any major news publication (TV/Newspaper/Magazine, etc.) which is well known and arguably influential. Examples include CNN, the New York times, Time Magazine and many more. Each of these publications take pride in the work and material that they produce and do what they can to avoid tarnishing [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Mainstream Media&#8221; is a term used to describe any major news publication (TV/Newspaper/Magazine, etc.) which is well known and arguably influential. Examples include CNN, the New York times, Time Magazine and many more. Each of these publications take pride in the work and material that they produce and do what they can to avoid tarnishing their own reputation and their public image. Each also have distinguishable differences in style, professionalism and journalistic integrity. But nearly all of these types of media suffer from a few common (perhaps fatal) flaws. Flaws such as: lack of objectivity (&#8220;embedded journalism&#8221;), sensationalism (lets talk about Britney Spears for a half hour, then talk about spring break in Cancun for a half hour after that), concision (that&#8217;s all the time we have folks/&#8221;cut his mic&#8221;), censorship (war is ugly, lets avoid showing it), and occasionally misrepresentation of public opinion/concerns (the questions selected <em>by CNN</em> for their recent Youtube debate. Really, do you wanna talk about immigration for over a half hour?).</p>
<p>Such flaws exist for a variety of reasons. The most prominent reason involves advertisers or special interest groups who pay the owners of news publications to run ads. For example, if a news paper has an account with Nike, but decides to run a story which reflects negatively on Nike&#8217;s use of child labor in the Dominican Republic, the news paper faces the possibility of Nike retracting that advertising account and taking their money somewhere else. In addition, such news publication companies also have their own obligation to keep a tight lid on negative criticism against the internal business activities of their owners. NBC is owned by General Electric, which has been known in the past to be not so environmentally friendly. Naturally, you probably didn&#8217;t see NBC saying much about GE being obligated to clean PCB contamination on a 40 mile stretch of the Hudson River a few years ago. A more recent example might be CNN&#8217;s negative criticism of Michael Moore&#8217;s movie Sicko, while CNN was/is simultaneously receiving large amounts of advertising dollars from pharmaceutical companies such as Eli Lilly or Pfizer. These are just a few examples. (On the Internet: A recent <a href="http://kotaku.com/gaming/rumor/gamespot-editor-fired-over-kane--lynch-review-328244.php">controversy over the firing of an editor</a> who worked for <a href="http://www.gamespot.com" title="Screw 'em">Gamespot.com</a> resulted in a widespread boycott of the website by many of it&#8217;s regular visitors after it was suspected that he was fired for giving a poor review to a game which Gamespot was paid well by Eidos to advertise on its website).</p>
<p>Another flaw which I personally detest about television news in particular is its linearity; the progression from one story to another with a selection of stories that you didn&#8217;t actually select. You are forced to sit down and watch whatever the media tells you is important that day. There is little if any interactivity or feedback available from other viewers that you can read in real-time, and again, time constraints severely limit the depth of coverage on any given topic in the first place.</p>
<p style="text-align: center"><a href="http://www.flickr.com/photo_zoom.gne?id=2129414819&amp;size=o" title="Click for original image"><img src="http://www.davestechsupport.com/blogimages/cnnhalfhour.jpg" height="267" width="500" /></a></p>
<p>With such conflicts between commercial interests and public interests, it can be debated that the mainstream media we&#8217;ve been raised to admire and respect might not be representing the public it purports to be serving as best as it could. Granted, no form of media is flawless and it is ultimately the responsibility of the viewer to triangulate multiple news sources and judge reality for themselves. But it&#8217;s difficult to do when the traditional news sources skew their coverage of reality because they are more interested in taking money from advertisers instead of volunteer to fulfill any sort of moral obligations on behalf of the viewers.</p>
<p><strong><em>The good news is that there is change on the horizon,</em></strong> and it greatly involves the Internet. I&#8217;d like to focus on one particular website for a moment which I&#8217;ve been a fan of for a little over a year. That website is <a href="http://www.digg.com" title="Digg">Digg.com</a>.</p>
<p>Digg is a community-driven social bookmarking website. The way it works is simple:</p>
<p>1. Digg users submit links to web pages containing something interesting (such as a news story, youtube video or a picture).<br />
2. Other Digg users are able to view the link, and if they like it, can &#8220;Digg it&#8221; (essentially, vote for it).<br />
3. If the diversity of users who digg a story is wide, it will hit the front page sooner. And if the number of those digs take off after hitting the front page, it&#8217;ll end up in the top-ten list for a short period of time.</p>
<p>If a user submits a link to something inaccurate or obscene, other users can vote to bury the submitted story.</p>
<p>I am not bringing Digg up to promote it exclusively. There are other websites out there that function in very similar fashion, such as <a href="http://www.reddit.com" title="Reddit, another social bookmarking website">Reddit.com</a>. The point of all this is that the popularity of Digg and other such sites has been increasing and similar clone websites have been creeping up to cater to different audiences. Why are such websites gaining in popularity? Well, primarily because of the ability for the public (the users) to rank the importance, legitimacy or popularity of any given item submitted, and feel more participatory in the process of bringing important things to the attention of others. This is much different than sitting down to watch the 6 o&#8217;clock news to listen to 10 or 15 stories you have no say in selecting, nor have any idea how much other viewers/readers actually care about any given subject.</p>
<p>With social bookmarking websites, the source of the news stories is more open. You could call it open-source news, much in the same way that Wikipedia is an open-source encyclopedia, or Linux being an open source operating system. Another term used to describe this kind of productivity model is &#8220;<a href="http://en.wikipedia.org/wiki/Crowdsourcing">crowdsourcing</a>.&#8221;</p>
<p>The next ingredient you can add into this is the <a href="http://en.wikipedia.org/wiki/Blogosphere">blogosphere</a>. Granted, a majority of blogs out there are opinion oriented, but quality of these opinions can be taken into account before a person diggs or votes in favor of a blog. Another factor you can take in is Youtube, or more specifically, freelance video news coverage of public events not closely covered or even looked at by the mainstream media. A few people actually do this professionally, but more often than not, cell phones are being used to document events in public places. The quality of these types of small video cameras is getting better, and having a video of something controversial instead of just writing about it can make all the difference. I think one thing we&#8217;re going to see during the presidential elections in 2008 are the use of cell phones to root out flaws in electronic voting systems or people potentially cheating, and stuff like that.</p>
<p>In the future, the mainstream media will still have a role to play. But as the popularity of such community driven methods of news reporting evolve and become more popular, mainstream media will find itself in fierce competition and under constant surveillance by the public (as is the current trend on Digg right now).</p>
]]></content:encoded>
			<wfw:commentRss>http://davestechsupport.com/blog/2007/12/09/digging-mainstream-medias-grave/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
