<?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>MaconMacGuy.com &#187; OS</title>
	<atom:link href="http://www.maconmacguy.com/category/os/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maconmacguy.com/index.php</link>
	<description>Serving Middle Georgia with Intelligent Computer Help &#38; Web Hosting</description>
	<lastBuildDate>Thu, 17 Nov 2011 17:15:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ubuntu &amp; Netgear WG311 PCI card</title>
		<link>http://www.maconmacguy.com/index.php/2011/05/13/ubuntu-netgear-wg311-pci-card/</link>
		<comments>http://www.maconmacguy.com/index.php/2011/05/13/ubuntu-netgear-wg311-pci-card/#comments</comments>
		<pubDate>Fri, 13 May 2011 13:50:34 +0000</pubDate>
		<dc:creator>MaconMacGuy</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[card]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[maconmacguy]]></category>
		<category><![CDATA[netgear]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 10.10 netgear wireless card configuration help maconmacguy]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.maconmacguy.com/index.php/?p=125</guid>
		<description><![CDATA[I&#8217;ve been putting together an Ubuntu system for my parents, who just setup internet access at their house. Sadly they will be using wireless at the house (more on my opinion of wireless in another article), so I had to pickup a PCI wireless card for the machine [the motherboard is an Acer with a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been putting together an Ubuntu system for my parents, who just setup internet access at their house. Sadly they will be using wireless at the house (more on my opinion of wireless in another article), so I had to pickup a PCI wireless card for the machine [the motherboard is an Acer with a P4 1.6Ghz processor &amp; a gig of ram.]</p>
<p>It&#8217;s been interesting trolling the &#8216;net for installation instructions &#8211; I&#8217;ve seen conflicting reports on the process, and nothing that specifically mentioned Ubuntu 10.10.</p>
<p><strong>So here &#8211; for the sake of others and myself &#8211; is how I got Ubuntu 10.10 to work with a Netgear WG311 PCI wireless access card:</strong></p>
<h2></h2>
<h2>What you&#8217;ll need:</h2>
<ol>
<li>A working Ubuntu 10.10 system</li>
<li>Admin access (i.e. your admin password)</li>
<li>Internet Access &#8211; and all the passwords and such to access the home network</li>
<li>A Netgear WG311 PCI card already installed into the machine</li>
</ol>
<h2></h2>
<h2>The Process:</h2>
<ol>
<li>Start the machine running. Login. Get to the desktop.</li>
<li>Start a console (<em>Applications&#8211;&gt;Accessories&#8211;&gt;Terminal</em>)</li>
<li>Type this: <strong> lspci | grep Marvell<br />
</strong></li>
<li>You should see something like this showup: <em><br />
Ethernet controller: Marvell Technology Group Ltd. 88w8835 [Libertas] 802.11b/g Wireless (rev 03)</em><br />
(As long as you see something related to &#8220;Marvell&#8221; you are OK. Your screen will likely look somewhat different)</li>
<li>Get the drivers from either<br />
<a href="ftp://downloads.netgear.com/files/wg311v3_1_0.zip">ftp://downloads.netgear.com/files/wg311v3_1_0.zip</a> or<br />
<a href="http://www.soft32.com/Download/Free/NETGEAR_WG311v3_80211g_Wireless_PCI_Adapter/4-181522-1.html">http://www.soft32.com/Download/Free/NETGEAR_WG311v3_80211g_Wireless_PCI_Adapter/4-181522-1.html</a> or<br />
possibly <a href="http://www.marvell.com/drivers/upload/MV-S800374-00.zip">http://www.marvell.com/drivers/upload/MV-S800374-00.zip</a></li>
<li>Open up the &#8220;Downloads&#8221; folder (Places&#8211;&gt;Downloads).<br />
Doubleclick the zip archive you see there to unpack the archive.</li>
<li>Fire up the Synaptic Package Manager  (<em>System&#8211;&gt;Administration&#8211;&gt;Synaptic Package Manager</em>).<br />
Search for  &#8220;ndiswrapper&#8221;.<br />
Install <em>ndisgtk</em>, <em>ndiswrapper-utils-1.9</em> and <em>ndiswrapper-common</em>.</li>
<li>Back at the console/terminal, type this:<br />
<strong>ndiswrapper -h</strong>.<br />
If you get a reply with some help text, that means ndiswrapper is indeed installed. If it isn&#8217;t, redo Step 6.</li>
<li>Switch back to your open downloads folder.<br />
Open up the folder you extracted back in step 5.<br />
You&#8217;ll see several folders there &#8211; find the WinXP folder inside the Driver folder and open it.</li>
<li>Set your screen &#8211; i.e. move the windows around -  so you can see both the console and the contents of the WinXP folder at the same time.</li>
<li>In the console type this: <strong><br />
sudo ndiswrapper -i</strong><br />
-make sure you leave a space at the end of the line, and DON&#8217;T HIT ENTER YET</li>
<li>Switch to the WinXP folder.<br />
Click and drag the file <em>WG311v3.INF</em> into the console.<br />
Let go of the mouse button when your pointer reaches the end of the line you typed in step 11.<br />
The line should end with the full path of the .INF file. Hit enter now.</li>
<li>Type <strong>ndiswrapper -l</strong>.<br />
The console should reply:<br />
<em>wg311v3 : driver installed,           device (11AB:1FAA) present<br />
</em></li>
<li>If that doesn&#8217;t work, try typing this:  <strong><br />
ndiswrapper -a </strong><em>devid</em><strong> wg311v3</strong>.<br />
[Replace "devid" with the PCI ID or the USB ID of your card, in the form <tt>XXXX:XXXX</tt>.<br />
To get those numbers, run the command <strong><tt>lspci -n</tt></strong> or <strong><tt>lspci -nn</tt></strong> (for PCI cards, the -nn option adds a human readable device name so you  can easily identify the device your are targeting) or the command <strong><tt>lsusb</tt></strong> (for USB devices]</li>
<li>Now you have to insert the software module into the system. Type this: <strong><br />
sudo modprobe ndiswrapper<br />
</strong></li>
<li>Check to see if it worked by typing this command:<br />
<strong>iwconfig</strong><br />
You should see a reference to &#8220;<em>wlan0</em>&#8221; in the output. If you do, it&#8217;s working!</li>
<li>Now add it to the list of things to automatically startup by typing this command:<br />
<strong>sudo ndiswrapper -m</strong></li>
<li>&#8230;and then type this: <strong><br />
sudo gedit /etc/modules</strong><br />
[gedit is a text editor- you could also use pico or any other text editor you have available in your system.]<br />
Add a line that says <em>ndiswrapper</em><br />
Hit CTRL-X to write the file.<br />
Exit your text editor.</li>
</ol>
<p>That should do the trick! I suggest shutting down the system and then restarting, just because I like to make sure things are working &#8211; and will continue to work after I&#8217;ve gone back home!</p>
<h2>Sources for more help:</h2>
<p><a href="https://help.ubuntu.com/community/WifiDocs/Device/Netgear_WG311_v3">https://help.ubuntu.com/community/WifiDocs/Device/Netgear_WG311_v3</a></p>
<p><a href="http://madwifi.org/">http://madwifi.org/</a></p>
<p><a href="http://switch2linuxnow.com/home/netgear-wg311-ver-3-wireless-network-cards">http://switch2linuxnow.com/home/netgear-wg311-ver-3-wireless-network-cards</a></p>
<p><a href="http://ubuntuforums.org/archive/index.php/t-5141.html">http://ubuntuforums.org/archive/index.php/t-5141.html</a></p>
<p><a href="http://www.linux-wireless.org/Drivers/">http://www.linux-wireless.org/Drivers/</a></p>
<p><a href="http://www.cyberciti.biz/faq/marvell-88w8335-chipset-netgear-wg311-pcicard-driver/">http://www.cyberciti.biz/faq/marvell-88w8335-chipset-netgear-wg311-pcicard-driver/</a></p>
<p><a href="http://www.google.com/cse?cx=partner-pub-9300639326172081%3Ac6lzq8-dhwz&amp;ie=UTF-8&amp;sa=Search&amp;q=NEtgear+WG311+linux+driver&amp;hl=en-+">http://www.google.com/cse?cx=partner-pub-9300639326172081%3Ac6lzq8-dhwz&amp;ie=UTF-8&amp;sa=Search&amp;q=NEtgear+WG311+linux+driver&amp;hl=en-+</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Ubuntu+%26+Netgear+WG311+PCI+card+http%3A%2F%2Fmaconmacguy.com%2Findex.php%2F%3Fp%3D125" title="Post to Twitter"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.maconmacguy.com/index.php/2011/05/13/ubuntu-netgear-wg311-pci-card/&amp;t=Ubuntu+%26+Netgear+WG311+PCI+card" title="Post to Facebook"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.maconmacguy.com/index.php/2011/05/13/ubuntu-netgear-wg311-pci-card/&amp;title=Ubuntu+%26+Netgear+WG311+PCI+card&amp;summary=I%27ve+been+putting+together+an+Ubuntu+system+for+my+parents%2C+who+just+setup+internet+access+at+their+house.+Sadly+they+will+be+using+wireless+at+the...&amp;source=MaconMacGuy.com" title="Post to LinkedIn"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/linkedin/tt-linkedin-micro3.png" alt="Post to LinkedIn" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Ubuntu+%26+Netgear+WG311+PCI+card&amp;link=http://www.maconmacguy.com/index.php/2011/05/13/ubuntu-netgear-wg311-pci-card/" title="Post to Ping.fm"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/ping/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p></div><div style="clear:both;margin-bottom:5px;">
				<a href="http://twitter.com/share?url=http://www.maconmacguy.com/index.php/2011/05/13/ubuntu-netgear-wg311-pci-card/&text=Ubuntu & Netgear WG311 PCI card" target="_blank" title="Click here if you liked this article">
					<img src="http://www.maconmacguy.com/index.php/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
				</a>
			</div>]]></content:encoded>
			<wfw:commentRss>http://www.maconmacguy.com/index.php/2011/05/13/ubuntu-netgear-wg311-pci-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.0.4 on an Apple iMac DV &#8211; installation tips</title>
		<link>http://www.maconmacguy.com/index.php/2011/03/09/ubuntu-10-0-4-on-an-apple-imac-dv-installation-tips/</link>
		<comments>http://www.maconmacguy.com/index.php/2011/03/09/ubuntu-10-0-4-on-an-apple-imac-dv-installation-tips/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 14:16:17 +0000</pubDate>
		<dc:creator>MaconMacGuy</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[blueberry]]></category>
		<category><![CDATA[DV]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.maconmacguy.com/index.php/?p=116</guid>
		<description><![CDATA[I just installed Ubuntu 10.0.4 [Lucid Lynx] on a vintage 2000 Apple iMac DV [Blueberry color]. There is a ton of old information about how to do this on the web, but most of it relates to Ubuntu 6 or earlier. The primary issue is that Ubuntu out of the box doesn&#8217;t talk to the [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed Ubuntu 10.0.4 [Lucid Lynx] on a vintage 2000 Apple iMac DV [Blueberry color]. There is a ton of old information about how to do this on the web, but most of it relates to Ubuntu 6 or earlier.</p>
<p>The primary issue is that Ubuntu out of the box doesn&#8217;t talk to the internal monitor correctly. The monitor is limited in terms of refresh rates and screen resolution &#8211; granted, it was fairly advanced for it&#8217;s time, but time moves on.</p>
<p>First, some links:</p>
<ul>
<li><a href="https://wiki.ubuntu.com/PowerPCDownloads" target="_blank">Ubuntu PowerPc Downloads page</a></li>
<li><a href="https://wiki.ubuntu.com/PowerPCFAQ" target="_blank">Ubuntu PowerPC FA</a>Q</li>
<li><a href="http://mac.linux.be/" target="_blank">Mac-Linux site</a> &#8211; has a PowerPC wiki that is useful, not much Ubuntu info, though</li>
</ul>
<h2>Here is the procedure to install Ubuntu onto an iMac DV:</h2>
<p><strong> 1.</strong> Download/create an Ubuntu PPC live cd. See links above.</p>
<p><strong>2.</strong> Turn the machine on, pop the CD into the slot, and hold the C key until you see type on the screen.  The C key makes the machine to boot off the CD.</p>
<p><strong>3.</strong> Once you get some type on the screen and the machine is waiting for a response, type this:<br />
<strong>live video=ofonly</strong><br />
Hit enter</p>
<p><strong>4. </strong>It will take several minutes for the machine to boot, and the screen will flash a few times. At some point you will see a warning dialog box telling you that ubuntu is running in &#8220;Low Graphics mode&#8221;. Click the OK button.</p>
<p><strong>5.</strong> Then you will see a selection box &#8211; select &#8220;Exit to Console login&#8221; and click the OK button.</p>
<p>====<br />
<em>I would think the odds are good that someone on the planet trying this would actually get lucky and Ubuntu would finish booting. In that case, once everything is up &#8211; it will take a while! &#8211; switch to console mode</em><em><br />
</em><em><br />
</em><em>To switch to Console mode -&gt; Press Ctrl + Alt + F1</em><em><br />
</em><em><br />
</em><em>You&#8217;ll need to kill gdm and X at this point. Some sites have said the command to do this is</em><em><br />
</em><strong><em>killall gdm</em></strong></p>
<p><em>Other sites said that wouldn&#8217;t work.</em><br />
====</p>
<p><strong>6.</strong> In either case, at the command line, type this:<br />
<strong>lspci | grep Rage</strong></p>
<p>Write down what you see there.</p>
<p><em>The lspci command gives a ton of system hardware information. The | part &#8220;pipes&#8221; the information into another program, grep, which prints to the screen any lines with the word &#8220;Rage&#8221;, which is the video card used in this model.</em></p>
<p><strong>7.</strong> Then type:<br />
<strong>sudo nano /etc/X11/xorg.conf</strong></p>
<p>You are going to create a configuration file [<em>named xorg.conf that will be stashed in the  etc/X11 directory</em>] that will tell the GUI how to talk to the internal monitor.</p>
<p><strong>8.</strong> Type this:</p>
<p><strong>Section &#8220;Device&#8221;</strong><br />
<strong>VendorName &#8220;****&#8221;</strong> <em>&lt;- the vendor from the lspci command</em><br />
<strong>BoardName &#8220;*****&#8221;</strong> <em>&lt;- the card from the lspci command</em><br />
<strong>BusID &#8220;*****&#8221;</strong> <em>&lt;- the RIGHTMOST three numbers at the beginning of the info from the lspci command</em><br />
<strong>EndSection</strong></p>
<p><strong>Section &#8220;Monitor&#8221;</strong><strong><br />
Identifier &#8220;Generic Monitor&#8221;<br />
Option &#8220;DPMS&#8221;<br />
HorizSync 60-60<br />
VertRefresh 43-117<br />
EndSection</strong></p>
<p>=====</p>
<p><em>For example, for my iMac the lspci command returned<br />
00000:00:10.0 Ati Technologies Inc Rage 128 PR/PRO AGP 4x TMDS</p>
<p>So those lines from the Device section read like this:</p>
<p>VendorName &#8220;Ati Technologies Inc&#8221;<br />
BoardName &#8220;Rage 128 PR/PRO AGP 4x TMDS&#8221;<br />
BusID &#8220;00.10.0&#8243;</em></p>
<p>=====</p>
<p><strong>9.</strong> Hit <strong>CTRL-O</strong> to write the file</p>
<p><strong>10.</strong> <strong>CTRL-X</strong> to exit from nano</p>
<p><strong>11:</strong> Then give this command:<br />
<strong>sudo startx</strong></p>
<p>You should see the desktop popup onto the internal monitor &#8211; but it WILL take some time.</p>
<p><strong>12.</strong> Now you are ready to install Ubuntu onto the internal hard drive.  There is a command to &#8220;Install Ubuntu&#8221; &#8211; it will either be on the desktop, or inside either the System or Administration menus. Find it, select it, and follow the prompts.</p>
<p>The internal drive on my machine is only 10gig, so I opted to wipe the hard drive and put Ubuntu on the entire drive &#8211; goodbye OS X 10.2 and MacOS 9.2.2!  After all of the updates have been installed I still have about 40% of the drive still available.</p>
<p>Using Mac OS 10.2 the machine was barely usable for even basic web work (email etc). I&#8217;ve found the speed under Ubuntu to make the machine useful again for a variety of tasks, especially anything office-related.</p>
<p>===</p>
<p>Tom Rule<br />
the MaconMacGuy<br />
<a href="http://maconmacguy.com" target="_blank">MaconMacGuy.com<br />
</a><a href="http://midgahosting.com" target="_blank">MidGaHosting.com</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Ubuntu+10.0.4+on+an+Apple+iMac+DV+%E2%80%93+installation+tips+http%3A%2F%2Fmaconmacguy.com%2Findex.php%2F%3Fp%3D116" title="Post to Twitter"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.maconmacguy.com/index.php/2011/03/09/ubuntu-10-0-4-on-an-apple-imac-dv-installation-tips/&amp;t=Ubuntu+10.0.4+on+an+Apple+iMac+DV+%E2%80%93+installation+tips" title="Post to Facebook"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.maconmacguy.com/index.php/2011/03/09/ubuntu-10-0-4-on-an-apple-imac-dv-installation-tips/&amp;title=Ubuntu+10.0.4+on+an+Apple+iMac+DV+%E2%80%93+installation+tips&amp;summary=I+just+installed+Ubuntu+10.0.4+%5BLucid+Lynx%5D+on+a+vintage+2000+Apple+iMac+DV+%5BBlueberry+color%5D.+There+is+a+ton+of+old+information+about+how+to+do+th...&amp;source=MaconMacGuy.com" title="Post to LinkedIn"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/linkedin/tt-linkedin-micro3.png" alt="Post to LinkedIn" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Ubuntu+10.0.4+on+an+Apple+iMac+DV+%E2%80%93+installation+tips&amp;link=http://www.maconmacguy.com/index.php/2011/03/09/ubuntu-10-0-4-on-an-apple-imac-dv-installation-tips/" title="Post to Ping.fm"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/ping/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p></div><div style="clear:both;margin-bottom:5px;">
				<a href="http://twitter.com/share?url=http://www.maconmacguy.com/index.php/2011/03/09/ubuntu-10-0-4-on-an-apple-imac-dv-installation-tips/&text=Ubuntu 10.0.4 on an Apple iMac DV - installation tips" target="_blank" title="Click here if you liked this article">
					<img src="http://www.maconmacguy.com/index.php/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
				</a>
			</div>]]></content:encoded>
			<wfw:commentRss>http://www.maconmacguy.com/index.php/2011/03/09/ubuntu-10-0-4-on-an-apple-imac-dv-installation-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A visit from St. Geek</title>
		<link>http://www.maconmacguy.com/index.php/2010/12/22/a-visit-from-st-geek/</link>
		<comments>http://www.maconmacguy.com/index.php/2010/12/22/a-visit-from-st-geek/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 13:46:51 +0000</pubDate>
		<dc:creator>MaconMacGuy</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://www.maconmacguy.com/index.php/?p=107</guid>
		<description><![CDATA[[Originally posted in 2008 and republished over at TechRepublic.com] ‘Twas the night before Christmas (or “holiday break”) But I was still working — I kicked off a rake. Secure shells were placed on my desktop with care, So no one could sniff what I typed away there. My clients’ hot issues were all put to bed, [...]]]></description>
			<content:encoded><![CDATA[<p><em>[Originally posted in 2008 and republished over at </em><a href="http://blogs.techrepublic.com.com/project-management/?p=277&amp;tag=nl.e011"><em>TechRepublic.com]</em></a></p>
<p>‘Twas the night before Christmas (or “holiday break”)<br />
But I was still working — I kicked off a <a href="http://rake.rubyforge.org/" target="_blank">rake</a>.<br />
<a href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">Secure shells</a> were placed on my desktop with care,<br />
So no one could sniff what I typed away there.<br />
My clients’ hot issues were all put to bed,<br />
But what those had preempted still caused me to dread.<br />
So I in my bathrobe (’twas cold in that room)<br />
Had just settled down for a long game of Doom.<br />
When out on the WAN there arose such a mess<br />
I thought that it must be a <a href="http://en.wikipedia.org/wiki/Denial-of-service_attack" target="_blank">DDoS</a>!<br />
Away to the firewall I flew like <a href="http://en.wikipedia.org/wiki/Jet_Li" target="_blank">Jet Li</a><br />
Denied all incoming, even SMTP.<br />
But as I more closely inspected each packet,<br />
I realized with awe what was causing the racket:<br />
A download! What format? I couldn’t have known it<br />
But I found it included a textual component:<br />
“Now JavaScript! Perl! Now Python and Ruby!<br />
On Haskell! on Clojure! on Scala and Groovy!<br />
To the Web-facing site, to the edge firewall,<br />
Now bash away, bash away, bash away all!”<br />
The download completed, though I tried to abort,<br />
And a little man popped out a USB port!<br />
His glasses — how thick! His gut — a real softy!<br />
And his beard was all stained with cold pizza and coffee.<br />
He was nerdy and plump, a right jolly old geek,<br />
Though he smelled like he hadn’t had a bath in a week.<br />
He spoke not a word, but went right ahead<br />
He wiped off all Windows, installed *nix instead<br />
The software I’d need, he downloaded it all<br />
(Still using less space than a fresh Win install).<br />
In the USB port he inserted his thumb<br />
And vanished right into it the way he had come<br />
But I heard him exclaim, ere I even had missed ‘im<br />
Happy Christmas to all, and to all a good system!</p>
<p>&#8211;Chip Camden</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=A+visit+from+St.+Geek+http%3A%2F%2Fmaconmacguy.com%2Findex.php%2F%3Fp%3D107" title="Post to Twitter"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.maconmacguy.com/index.php/2010/12/22/a-visit-from-st-geek/&amp;t=A+visit+from+St.+Geek" title="Post to Facebook"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.maconmacguy.com/index.php/2010/12/22/a-visit-from-st-geek/&amp;title=A+visit+from+St.+Geek&amp;summary=%5BOriginally+posted+in+2008+and+republished+over+at+TechRepublic.com%5D%0D%0A%0D%0A%E2%80%98Twas+the+night+before+Christmas+%28or+%E2%80%9Choliday+break%E2%80%9D%29%0D%0ABut+I+was+still+work...&amp;source=MaconMacGuy.com" title="Post to LinkedIn"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/linkedin/tt-linkedin-micro3.png" alt="Post to LinkedIn" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=A+visit+from+St.+Geek&amp;link=http://www.maconmacguy.com/index.php/2010/12/22/a-visit-from-st-geek/" title="Post to Ping.fm"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/ping/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p></div><div style="clear:both;margin-bottom:5px;">
				<a href="http://twitter.com/share?url=http://www.maconmacguy.com/index.php/2010/12/22/a-visit-from-st-geek/&text=A visit from St. Geek" target="_blank" title="Click here if you liked this article">
					<img src="http://www.maconmacguy.com/index.php/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
				</a>
			</div>]]></content:encoded>
			<wfw:commentRss>http://www.maconmacguy.com/index.php/2010/12/22/a-visit-from-st-geek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iPhone vs. Google Android</title>
		<link>http://www.maconmacguy.com/index.php/2010/03/25/apple-iphone-vs-google-android/</link>
		<comments>http://www.maconmacguy.com/index.php/2010/03/25/apple-iphone-vs-google-android/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 05:01:09 +0000</pubDate>
		<dc:creator>MaconMacGuy</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple vs google]]></category>
		<category><![CDATA[cell phone]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://www.maconmacguy.com/index.php/?p=76</guid>
		<description><![CDATA[Ran across an article on TechRepublic article A very personal Google Android vs. Apple iPhone war just got some more personality. According to the article there is some real rancor between the iPhone and Android teams/CEO/whatever. Although that might make for some good soap opera type of entertainment &#8211; I&#8217;m more interested in a comment [...]]]></description>
			<content:encoded><![CDATA[<p>Ran across an article on TechRepublic article <a href="http://blogs.techrepublic.com.com/smartphones/?p=372&amp;tag=nl.e008"><em><strong>A very personal Google Android vs. Apple iPhone war just got some  more personality</strong></em></a>.</p>
<p>According to the article there is some real rancor between the iPhone and Android teams/CEO/whatever. Although that might make for some good soap opera type of entertainment &#8211; I&#8217;m more interested in a comment the article made comparing this spat with the Apple-Microsoft &#8220;war&#8221; of the 1980s-90s.</p>
<p style="padding-left: 60px;"><em>For those of you that have been around for a while, the Apple iPhone vs.  Google Android war looks a lot like the Microsoft-Apple battles decades  ago. Apple went closed ecosystem and Microsoft went with the “we’ll  flood you with partners” approach. Nowadays, Google is playing up the  Microsoft flood the zone approach with an open source twist.</em></p>
<p>I thought that was an interesting take on the business/coding/user/and mindshare battles that went on between the Apple OS and <span style="text-decoration: line-through;">Winders</span>&#8230;.uh, I mean Windows. As a synopsis I suppose it works fairly well &#8211; but let&#8217;s take a look at what the aftermath has meant for the two companies, and see if there are any parallels to draw in the phone OS space.</p>
<p>Microsoft is now supporting well over TEN operating systems &#8211; there are multiple versions of Vista and Windows 7, all which have significant differences (although the cores are basically the same). Apple? 6, assuming you count the Server editions of 10.4, 10.5, and 1.06 separately. That doesn&#8217;t sound like a big difference until you factor in all of the possible hardware configurations that can affect system stability and usability &#8211; indeed, hardware can make the software look stupid in a blink of an eye, and an untrained user may not be able to tell the difference.</p>
<p>Plus Apple machines are MUCH less likely to go haywire on you &#8211; whether OS or hardware related.</p>
<p>In the marketplace, you can buy Macs from a variety of places, but have a relatively few models (albeit well-positioned in terms of capabilities!), all which perform well. The Windows side is a confusing array of options, sizes, price levels, support levels, performance levels, and even quality levels &#8211; none of which is easy to discern.</p>
<p>So assuming a similar path in the phonespace means that in a few years we&#8217;ll still have a few iPhone models (more than now, if you included the iPad in this scenario) &#8211; and tons of Android phones at varying levels of functionality, quality level, and usability.</p>
<p>&#8230;. and Google will be using the then-current release of the OS to integrate the features Apple added in their LAST release.</p>
<p>In any case, this is gonna be interesting to watch!</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Apple+iPhone+vs.+Google+Android+http%3A%2F%2Fmaconmacguy.com%2Findex.php%2F%3Fp%3D76" title="Post to Twitter"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.maconmacguy.com/index.php/2010/03/25/apple-iphone-vs-google-android/&amp;t=Apple+iPhone+vs.+Google+Android" title="Post to Facebook"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.maconmacguy.com/index.php/2010/03/25/apple-iphone-vs-google-android/&amp;title=Apple+iPhone+vs.+Google+Android&amp;summary=Ran+across+an+article+on+TechRepublic+article+A+very+personal+Google+Android+vs.+Apple+iPhone+war+just+got+some++more+personality.%0D%0A%0D%0AAccording+to+...&amp;source=MaconMacGuy.com" title="Post to LinkedIn"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/linkedin/tt-linkedin-micro3.png" alt="Post to LinkedIn" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Apple+iPhone+vs.+Google+Android&amp;link=http://www.maconmacguy.com/index.php/2010/03/25/apple-iphone-vs-google-android/" title="Post to Ping.fm"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/ping/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p></div><div style="clear:both;margin-bottom:5px;">
				<a href="http://twitter.com/share?url=http://www.maconmacguy.com/index.php/2010/03/25/apple-iphone-vs-google-android/&text=Apple iPhone vs. Google Android" target="_blank" title="Click here if you liked this article">
					<img src="http://www.maconmacguy.com/index.php/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
				</a>
			</div>]]></content:encoded>
			<wfw:commentRss>http://www.maconmacguy.com/index.php/2010/03/25/apple-iphone-vs-google-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to keep your office from working well</title>
		<link>http://www.maconmacguy.com/index.php/2009/07/16/how-to-keep-your-office-from-working-well/</link>
		<comments>http://www.maconmacguy.com/index.php/2009/07/16/how-to-keep-your-office-from-working-well/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 17:39:44 +0000</pubDate>
		<dc:creator>MaconMacGuy</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[computer use]]></category>
		<category><![CDATA[efficient tech]]></category>
		<category><![CDATA[office processes]]></category>

		<guid isPermaLink="false">http://www.maconmacguy.com/index.php/?p=45</guid>
		<description><![CDATA[I have a client who called with some computer issues, and their situation serves as the inspiration for this entry. This is a small business, with a couple of people in the office taking care of &#8220;just about everything&#8221;. So, if you want to keep your office from working well, do these things: 1) Put [...]]]></description>
			<content:encoded><![CDATA[<p>I have a client who called with some computer issues, and their situation serves as the inspiration for this entry.</p>
<p>This is a small business, with a couple of people in the office taking care of &#8220;just about everything&#8221;.</p>
<p>So, if you want to keep your office from working well, do these things:</p>
<p>1) Put the absolute minimum of RAM in your computers. (One machine has 260K for the OS &#8211; Windows2000). This will make your office personnel spend most of their time WAITING for their machines to do anything.</p>
<p>2) Never train them in anything. That way they won&#8217;t know anything about tools that will help them do their work &#8211; like Outlook, or web browsers, or&#8230;.</p>
<p>3) Don&#8217;t share ANYTHING, even though they are on a network already. This way one person will have to wait until the other machine is open to get anything done.</p>
<p>4) Never backup anything. That way you&#8217;ll REALLY be hosed when (not if) a machine breaks down!</p>
<p>5) Don&#8217;t setup any standard communication lines &#8211; like a REAL email address based on the business&#8217;s domain. That way no one will know how to contact anyone &#8211; they&#8217;ll all be using yahoo, or hotmail, or&#8230;&#8230;.</p>
<p>6) Don&#8217;t crosstrain &#8211; don&#8217;t let anyone know what anyone else is doing, especially in terms of websites, usernames, and passwords!</p>
<p>7) Don&#8217;t setup guest accounts on your machines &#8211; that way anyone who walks by can mess around with the machine.</p>
<p>So how is YOUR office doing? Need some help? Contact the MaconMacGuy for some mostly intelligent help!</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+keep+your+office+from+working+well+http%3A%2F%2Fmaconmacguy.com%2Findex.php%2F%3Fp%3D45" title="Post to Twitter"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.maconmacguy.com/index.php/2009/07/16/how-to-keep-your-office-from-working-well/&amp;t=How+to+keep+your+office+from+working+well" title="Post to Facebook"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.maconmacguy.com/index.php/2009/07/16/how-to-keep-your-office-from-working-well/&amp;title=How+to+keep+your+office+from+working+well&amp;summary=I+have+a+client+who+called+with+some+computer+issues%2C+and+their+situation+serves+as+the+inspiration+for+this+entry.%0D%0A%0D%0AThis+is+a+small+business%2C+wi...&amp;source=MaconMacGuy.com" title="Post to LinkedIn"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/linkedin/tt-linkedin-micro3.png" alt="Post to LinkedIn" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+to+keep+your+office+from+working+well&amp;link=http://www.maconmacguy.com/index.php/2009/07/16/how-to-keep-your-office-from-working-well/" title="Post to Ping.fm"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/ping/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p></div><div style="clear:both;margin-bottom:5px;">
				<a href="http://twitter.com/share?url=http://www.maconmacguy.com/index.php/2009/07/16/how-to-keep-your-office-from-working-well/&text=How to keep your office from working well" target="_blank" title="Click here if you liked this article">
					<img src="http://www.maconmacguy.com/index.php/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
				</a>
			</div>]]></content:encoded>
			<wfw:commentRss>http://www.maconmacguy.com/index.php/2009/07/16/how-to-keep-your-office-from-working-well/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good way to experiment with Linux / Ubuntu</title>
		<link>http://www.maconmacguy.com/index.php/2009/07/13/good-way-to-experiment-with-linux-ubuntu/</link>
		<comments>http://www.maconmacguy.com/index.php/2009/07/13/good-way-to-experiment-with-linux-ubuntu/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:00:12 +0000</pubDate>
		<dc:creator>MaconMacGuy</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wubi]]></category>

		<guid isPermaLink="false">http://www.maconmacguy.com/index.php/?p=43</guid>
		<description><![CDATA[I&#8217;ve had a few clients express interest in Linux, especially for their older machines which would be doing real basic computing tasks (web, email, word processing, etc). Many are afraid to muck around with the standard installation &#8211; the idea of messing around with the hard drive, or wiping out their current OS is enough [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a few clients express interest in Linux, especially for their older machines which would be doing real basic computing tasks (web, email, word processing, etc). </p>
<p>Many are afraid to muck around with the standard installation &#8211; the idea of messing around with the hard drive, or wiping out their current OS is enough to scare them away.</p>
<p>I&#8217;ve begin recommending WUBI to them (Windows-based Ubuntu Installer). Aside from being actually fun to say (try it three times, as fast as you can, while sitting at a traffic light with your car windows down&#8230;.) it is a non-destructive way to install Linux onto your WIndows machine to see if you like it.</p>
<p>You download and install Wubi, which then takes over the rest of the installation. You do have to give it an amount of the hard drive for it t &#8220;take over&#8221; &#8211; I used 10gig which has been enough for my needs. You&#8217;ll also give it an administration username and password &#8211; WRITE IT DOWN!</p>
<p>On reboot you&#8217;ll see a &#8220;Pick which OS you want&#8221; menu. Select Ubuntu and the machine will boot in Ubuntu. It&#8217;s a full fledged installation, and works MUCH faster on my glacial Athlon 2200+ machine. My rough guess is tasks are about 25-35% faster on this machine under Ubunut compared to Win XP Home.</p>
<p>I can provide training on this, and installation help.</p>
<p>More information:<br />
<a href="http://en.wikipedia.org/wiki/Wubi_(Linux_distribution)">Wikipedia article on Wub</a>i<br />
<a href="http://wubi-installer.org/">The Wubi Installer</a></p>
<p><a href="https://wiki.ubuntu.com/WubiGuide">The Wubi Guide</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Good+way+to+experiment+with+Linux+%2F+Ubuntu+http%3A%2F%2Fmaconmacguy.com%2Findex.php%2F%3Fp%3D43" title="Post to Twitter"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.maconmacguy.com/index.php/2009/07/13/good-way-to-experiment-with-linux-ubuntu/&amp;t=Good+way+to+experiment+with+Linux+%2F+Ubuntu" title="Post to Facebook"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.maconmacguy.com/index.php/2009/07/13/good-way-to-experiment-with-linux-ubuntu/&amp;title=Good+way+to+experiment+with+Linux+%2F+Ubuntu&amp;summary=I%27ve+had+a+few+clients+express+interest+in+Linux%2C+especially+for+their+older+machines+which+would+be+doing+real+basic+computing+tasks+%28web%2C+email%2C+...&amp;source=MaconMacGuy.com" title="Post to LinkedIn"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/linkedin/tt-linkedin-micro3.png" alt="Post to LinkedIn" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Good+way+to+experiment+with+Linux+%2F+Ubuntu&amp;link=http://www.maconmacguy.com/index.php/2009/07/13/good-way-to-experiment-with-linux-ubuntu/" title="Post to Ping.fm"><img class="nothumb" src="http://www.maconmacguy.com/wp-content/plugins/tweet-this/icons/en/ping/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p></div><div style="clear:both;margin-bottom:5px;">
				<a href="http://twitter.com/share?url=http://www.maconmacguy.com/index.php/2009/07/13/good-way-to-experiment-with-linux-ubuntu/&text=Good way to experiment with Linux / Ubuntu" target="_blank" title="Click here if you liked this article">
					<img src="http://www.maconmacguy.com/index.php/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
				</a>
			</div>]]></content:encoded>
			<wfw:commentRss>http://www.maconmacguy.com/index.php/2009/07/13/good-way-to-experiment-with-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

