<?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>Still Learning... &#187; geek</title>
	<atom:link href="http://andyanglea.com/blog/tag/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://andyanglea.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 03 Jul 2011 20:00:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>if problems</title>
		<link>http://andyanglea.com/blog/2009/08/if-problems/</link>
		<comments>http://andyanglea.com/blog/2009/08/if-problems/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 12:35:44 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://andyanglea.com/blog/?p=111</guid>
		<description><![CDATA[This is definitely one for the geek files, so if multi-condition PHP if statements mean nothing to you, feel free to move along.  I won&#8217;t be offended. Ok, just geeks left?  Good, here we go. Last night I was trying to correct a syntax error and came across a helpful way to determine if all [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>This is definitely one for the geek files, so if multi-condition PHP if statements mean nothing to you, feel free to move along.  I won&#8217;t be offended.</p>
<p>Ok, just geeks left?  Good, here we go.</p>
<p>Last night I was trying to correct a syntax error and came across a helpful way to determine if all the parentheses in my if statement matched each other.  Basically how it works is like this.  Start counting each parenthesis in your statement. Each time you see an open parenthesis you increase your count by 1 and each time you see a close parenthesis you decrease your count by 1.  Let me illustrate:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// 12                 1    23   4           3      2    3      4                3210</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$condition1</span> <span style="color: #339933;">!=</span> <span style="color: #000088;">$a</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>len<span style="color: #009900;">&#40;</span><span style="color: #000088;">$condition2</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #000088;">$b</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'submit'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span></pre></div></div>

<p>Don&#8217;t know if that helps you or not, but as the editor i was using (online) didn&#8217;t have a syntax checker, it helped me a great deal.</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2009%2F08%2Fif-problems%2F&amp;linkname=if%20problems" title="Twitter" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2009%2F08%2Fif-problems%2F&amp;linkname=if%20problems" title="Delicious" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2009%2F08%2Fif-problems%2F&amp;linkname=if%20problems" title="Facebook" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fandyanglea.com%2Fblog%2F2009%2F08%2Fif-problems%2F&amp;title=if%20problems" id="wpa2a_2"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://andyanglea.com/blog/2009/08/if-problems/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>So what happened?</title>
		<link>http://andyanglea.com/blog/2009/08/so-what-happened/</link>
		<comments>http://andyanglea.com/blog/2009/08/so-what-happened/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 00:26:01 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[waldenwebdev]]></category>
		<category><![CDATA[xhtmlpro]]></category>

		<guid isPermaLink="false">http://andyanglea.com/blog/?p=100</guid>
		<description><![CDATA[Any regular readers of my blog (all 3 of you) which used to be located at http://andy.xhtmlpro.com, might be wondering what&#8217;s with the snazzy new domain name.  Well&#8230;. a couple of things. First, xhtmlpro.com, where I previously hosted my blog was my the home of my web development/design company.  Our company did some realignment this [...]
Related posts:<ul>
<li><a href='http://andyanglea.com/blog/2007/01/coming-to-you-live-from-linux/' rel='bookmark' title='Coming to you live from Linux'>Coming to you live from Linux</a> <small>Ubuntu Dapper Drake to be precise. Over this last week...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Any regular readers of my blog (all 3 of you) which used to be located at http://andy.xhtmlpro.com, might be wondering what&#8217;s with the snazzy new domain name.  Well&#8230;. a couple of things.</p>
<p>First, xhtmlpro.com, where I previously hosted my blog was my the home of my web development/design company.  Our company did some realignment this summer, and now exists at <a title="Walden Webdev" href="http://waldenwebdev.com">http://waldenwebdev.com</a>.  Xhtmlpro was too unwieldy of a name for those not familiar with web design and coding and such, and since we primarily market ourselves to churches and other Christian ministries, most of which aren&#8217;t familiar with terms like xhtml, we (<a href="http://peteranglea.com">my brother</a> and I) decided we needed to charge our name and branding.  It also gave us an opportunity to redesign our site which needed a facelift.  (Btw, xhtmlpro.com is <a href="http://www.sedo.com/search/details.php4?domain=xhtmlpro.com&amp;partnerid=14460&amp;language=e&amp;et_cid=25&amp;et_lid=65">for sale</a>, if anyone is interested. It would be a great domain for, say, those that convert Photoshop layouts to web templates.) So all that is to explain why I&#8217;m not still at andy.<strong>xhtmlpro.com</strong>.</p>
<p>But why not at say, andy.waldenwebdev.com? Well, the main reason is i thought it would be good to go ahead and get my own exclusive domain.  Not that i&#8217;m really concerned someone else will snatch up andyanglea.com (afaik, i am the only one in the world), but I can do other geeky things with it too, like setting up Google Apps for your domain, email server, backup/storage, roll your own URL cruncher, etc.</p>
<p>Now if you&#8217;re wordpress savvy and read my previous post, you might be wondering why i had to get my old posts from google cache, as wordpress has an export function in the control panel.  Well, I would have loved to do that, but due to some shenanigans by our web hosting company, that was not an option.  (Short version, they took down xhtmlpro.com before they said they would.)  As you might guess, this site is not hosted by that company.  Depending on how the service goes, I&#8217;ll reveal who that is sometime down the road. If you&#8217;re really curious, you can look at my whois record. So far so good, and I technically have more than I did with my previous host (storage, bandwidth, etc) for about half the cost.  Next up, the semesterly (or yearly) life update&#8230;</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2009%2F08%2Fso-what-happened%2F&amp;linkname=So%20what%20happened%3F" title="Twitter" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2009%2F08%2Fso-what-happened%2F&amp;linkname=So%20what%20happened%3F" title="Delicious" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2009%2F08%2Fso-what-happened%2F&amp;linkname=So%20what%20happened%3F" title="Facebook" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fandyanglea.com%2Fblog%2F2009%2F08%2Fso-what-happened%2F&amp;title=So%20what%20happened%3F" id="wpa2a_4"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:</p><ul>
<li><a href='http://andyanglea.com/blog/2007/01/coming-to-you-live-from-linux/' rel='bookmark' title='Coming to you live from Linux'>Coming to you live from Linux</a> <small>Ubuntu Dapper Drake to be precise. Over this last week...</small></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://andyanglea.com/blog/2009/08/so-what-happened/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello, I&#8217;m a Mac&#8230;</title>
		<link>http://andyanglea.com/blog/2008/04/hello-im-a-mac/</link>
		<comments>http://andyanglea.com/blog/2008/04/hello-im-a-mac/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:41:16 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MBP]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://andyanglea.com/blog/?p=54</guid>
		<description><![CDATA[Yes, i couldn’t update my blog on my life without mentioning that i’ve seen the light (or least drank the koolaid) and got a Mac.  With the help of some left over graduation and Christmas money, i bought a 15? 2.2 GHz Intel Core 2 Duo MacBook Pro with 2GB of RAM, currently running OS [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yes, i couldn’t update my blog on my life without mentioning that i’ve seen the light (or least drank the koolaid) and got a Mac.  With the help of some left over graduation and Christmas money, i bought a 15? 2.2 GHz Intel Core 2 Duo MacBook Pro with 2GB of RAM, currently running OS X 10.5.2 Leopard.  I ordered at the beginning of December, and it was awaiting me when i arrived home for Christmas break.  So i’ve used it all this semester and been quite pleased with it.</p>
<p>There were several things I wasn’t sure I was going to like about it, but either the aroma exuding from the package caused me to forget all of that or they weren’t as bad as i thought they would be.  For example, I was previously a ThinkPad user, and was in love with the little red eraser trackpoint and had never had much success with the trackpad. So I was afraid i would have difficulty adjusting to the MacBook Pro’s trackpad.  But i’ve been using it without a hitch pretty much from day one.  It’s much more “intelligent” than trackpad’s i’ve used in the past with only moving or clicking when i want it to.  I love the 2-finger scrolling, in fact it annoys me when it doesn’t work on the Dells in the Media Center <img src='http://andyanglea.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I obviously still use Windows at work, and I actually dual-boot Vista via BootCamp and VMWare Fusion (once <a title="Logos for Mac!" href="http://macbiblesoftware.com/">Logos for Mac</a> gets completed that may change…)  I’m still pretty much of an Apple n00b but i’m planning on delving into AppleScript and Objective-C this summer as time allows (XCode is sweet!).  I may also add a triple-boot option of Ubuntu Hardy Heron, we’ll see how it goes…</p>
<p>If anyone else out this is thinking about switching and you have any questions, fire away in the comments.</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2008%2F04%2Fhello-im-a-mac%2F&amp;linkname=Hello%2C%20I%26%238217%3Bm%20a%20Mac%26%238230%3B" title="Twitter" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2008%2F04%2Fhello-im-a-mac%2F&amp;linkname=Hello%2C%20I%26%238217%3Bm%20a%20Mac%26%238230%3B" title="Delicious" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2008%2F04%2Fhello-im-a-mac%2F&amp;linkname=Hello%2C%20I%26%238217%3Bm%20a%20Mac%26%238230%3B" title="Facebook" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fandyanglea.com%2Fblog%2F2008%2F04%2Fhello-im-a-mac%2F&amp;title=Hello%2C%20I%26%238217%3Bm%20a%20Mac%26%238230%3B" id="wpa2a_6"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://andyanglea.com/blog/2008/04/hello-im-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coming to you live from Linux</title>
		<link>http://andyanglea.com/blog/2007/01/coming-to-you-live-from-linux/</link>
		<comments>http://andyanglea.com/blog/2007/01/coming-to-you-live-from-linux/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 03:25:14 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://andyanglea.com/blog/?p=42</guid>
		<description><![CDATA[Ubuntu Dapper Drake to be precise. Over this last week I’ve been in Linux just about as much as windows, actually. As i have no room for a Linux partition on my primary harddrive, I’m running it on an external USB drive. I think i’ve posted about his previously elsewhere. But I now have it [...]
Related posts:<ul>
<li><a href='http://andyanglea.com/blog/2006/01/free-from-dependence-on-window/' rel='bookmark' title='Free from dependence on Window$'>Free from dependence on Window$</a> <small>Finally! I was able to get ubuntu installed on my...</small></li>
<li><a href='http://andyanglea.com/blog/2005/12/christmas-present/' rel='bookmark' title='Christmas present'>Christmas present</a> <small>Sweet and sleek. And silent. That about sums up my...</small></li>
<li><a href='http://andyanglea.com/blog/2006/03/getting-it-going/' rel='bookmark' title='getting it going…'>getting it going…</a> <small>This post is pretty much a reply to previous one....</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu Dapper Drake to be precise.  Over this last week I’ve been in Linux just about as much as windows, actually. As i have no room for a Linux partition on my primary harddrive, I’m running it on an external USB drive. I think i’ve posted about his previously elsewhere. But I now have it in an upgraded, fully usable state. Previously it was more of a toy, and lots of stuff (Firefox plugins, customizations, etc.) wasn’t in place. But it’s now much more “me.”<br />
I also was able to get <a title="PeterAnglea.com" href="http://peteranglea.com/">my brother</a> on linux (albeit on M$ Virtual PC).  He’s running Xubuntu (uses the <a title="Answers.com" href="http://www.answers.com/main/ntquery?s=xfce&amp;gwp=13">XFCE</a> <a title="Answers.com" href="http://www.answers.com/topic/desktop-environment?ff=1">desktop environment</a> instead of <a title="Answers.com" href="http://www.answers.com/topic/gnome">GNOME</a>). I still find it quite oxymoronic (is that a word?) to run linux using a Window$ program. Anyway, I thought since i was using linux “so much” <img src="http://andy.xhtmlpro.com/blog/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /> this week, i should at least make a post using it.</p>
<p>Customizations i’ve made to the default install include (but are not limited too)…</p>
<ul>
<li>Firefox 2 (not in the dapper repositories yet)</li>
<li>Automatix &#8211; nice installer for lots of common plugins (flash, quicktime), apps (gFTP, Gaim beta 3, Adobe Acrobat Reader, Bluefish and much more), codecs, etc. that make Ubuntu much more friendly to my everyday use.</li>
<li>xorg.conf customization for Thinkpad scrolling</li>
<li>Copy of file browser running as root</li>
<li>Standard Firefox and Thunderbird icons (not the ubuntu versions)</li>
<li>msttfcorefonts (Verdana, Trebuchet MS, Arial, Tahoma, ect [since almost every website <a title="web design outside the box" href="http://xhtmlpro.com/">we’ve</a> created uses at least one of those)</li>
<li>other tweaks such as theme, screensaver, fonts, wallpaper, etc, to give it “my” touch</li>
</ul>
<p>Before i sign off, i suppose i should register at least one complaint, and others have mentioned it before… If linux is ever going to go mainstream, linux support is going to have to stop referring users to the terminal. I personally like using it, but my brother dislikes it a good deal. Eh, as a designer, he just wants a Mac, anyway.</p>
<p><strong>Current System specs:</strong><br />
Thinkpad R40 2723<br />
80GB Western Digital external USB hard drive<br />
1.3 GHz Centrino processor<br />
Ubuntu Dapper Drake 6.06 (I’d upgrade to Edgy, but it seems to have been giving too many users problems)</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2007%2F01%2Fcoming-to-you-live-from-linux%2F&amp;linkname=Coming%20to%20you%20live%20from%20Linux" title="Twitter" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2007%2F01%2Fcoming-to-you-live-from-linux%2F&amp;linkname=Coming%20to%20you%20live%20from%20Linux" title="Delicious" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2007%2F01%2Fcoming-to-you-live-from-linux%2F&amp;linkname=Coming%20to%20you%20live%20from%20Linux" title="Facebook" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fandyanglea.com%2Fblog%2F2007%2F01%2Fcoming-to-you-live-from-linux%2F&amp;title=Coming%20to%20you%20live%20from%20Linux" id="wpa2a_8"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:</p><ul>
<li><a href='http://andyanglea.com/blog/2006/01/free-from-dependence-on-window/' rel='bookmark' title='Free from dependence on Window$'>Free from dependence on Window$</a> <small>Finally! I was able to get ubuntu installed on my...</small></li>
<li><a href='http://andyanglea.com/blog/2005/12/christmas-present/' rel='bookmark' title='Christmas present'>Christmas present</a> <small>Sweet and sleek. And silent. That about sums up my...</small></li>
<li><a href='http://andyanglea.com/blog/2006/03/getting-it-going/' rel='bookmark' title='getting it going…'>getting it going…</a> <small>This post is pretty much a reply to previous one....</small></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://andyanglea.com/blog/2007/01/coming-to-you-live-from-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thank goodness for Windows security holes</title>
		<link>http://andyanglea.com/blog/2006/08/thank-goodness-for-windows-security-holes/</link>
		<comments>http://andyanglea.com/blog/2006/08/thank-goodness-for-windows-security-holes/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 03:10:38 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[BSOD]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linus]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[weekend]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://andyanglea.com/blog/?p=37</guid>
		<description><![CDATA[I woke up Saturday morning to a very bad sound… **Click…. Whirrrrr…. Whirrrrr… Click, Click** By the time I was cognizant to what it was (the harddrive of my laptop, which sit by my bed), and attempted to save and close programs and shut it down, it blue screened. “Well,” I thought, “it’s windows, BSOD [...]
Related posts:<ul>
<li><a href='http://andyanglea.com/blog/2006/03/getting-it-going/' rel='bookmark' title='getting it going…'>getting it going…</a> <small>This post is pretty much a reply to previous one....</small></li>
<li><a href='http://andyanglea.com/blog/2006/01/free-from-dependence-on-window/' rel='bookmark' title='Free from dependence on Window$'>Free from dependence on Window$</a> <small>Finally! I was able to get ubuntu installed on my...</small></li>
<li><a href='http://andyanglea.com/blog/2005/12/christmas-present/' rel='bookmark' title='Christmas present'>Christmas present</a> <small>Sweet and sleek. And silent. That about sums up my...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I woke up Saturday morning to a very bad sound… **Click…. Whirrrrr…. Whirrrrr… Click, Click** By the time I was cognizant to what it was (the harddrive of my laptop, which sit by my bed), and attempted to save and close programs and shut it down, it blue screened.</p>
<p>“Well,” I thought, “it’s windows, BSOD is pretty common.” I do a force power down (hold in button for 5 secs), reboot, and wait.</p>
<p>**Windows/System32/Config/System file missing or corrupt**</p>
<p>Great… A registry hive error. Pretty much irrepairable with an OEM XP installation. Oh well, I’ve been wanting to do a clean install of Windows anyway. Nevermind the fact that today is day we’re supposed to upload all the content for our <a href="http://www.ebc-ebca.org/">client’s new site</a>. Oh well, how long can this take? Probably not past lunch, No biggie.</p>
<p>So I attach my external hard drive, and boot into Ubuntu to recover my data in case I have to wipe the drive. (Unfortunately I forgot to get my 3+ years of email… too late now.) That done, I attempted Windows recovery console. No dice there either. Well, I’ve got my IBM recovery partition, let’s try that… Good, that’s working. Let that run for 30-40 odd minutes. During the process it asked me to set an administrator password, which I did. It finishes, reboots and presents me with the login screen, and the user name of Administrator. I enter the password I chose earlier and wait.</p>
<p>**Bong** Password incorrect. Please retype your password. Passwords must be typed in the correct case.</p>
<p>Oops, my bad, try again. **Bong** Stupid me.. **Bong** What! **Bong** Good grief **Bong** Try blank… **Bong** **Bong** **Freeze** **Bong** **Bong** (you get the idea…)</p>
<p>Not good, I must have mistyped it. How could I have made the same typo twice??? Wrong home keys? Oh well, it’s only 10 o’clock or so, I’ll reinstall again.</p>
<p>This time I set the password to something really easy: abc. How could I mistype that? Reboot, and login screen.</p>
<p>**abc** **Bong** Ai yi yi **Bong** Ok, the Admistrator account has a problem… Let me try some other things… **Bong** An old account name? **Bong**</p>
<p>I should probably explain that because I bought my laptop from the <a href="http://www.bju.edu/">school</a>, the recovery partion I’m using has a custom image on it with school software. So I thought, “It must have a custom Administrator account too.”</p>
<p>Well, I have another option. Because I was an IT minor last year, I was able to take advantage of Microsoft’s Academic Alliance program which allows computer science students to download free M$ software including Visual Studio, VPC, and XP. I downloaded an iso of the XP install CD complete with academic license and authentication code. This disk image was on my harddrive and part of the files I had recovered. So I used another computer to burn it to a CD, and as Nero, for some reason wouldn’t recognize the .img file type of the iso, I used a free program called <a href="http://www.burn4free.com/">Burn 4 Free</a>. Once that was done, I put my new XP install CD in my laptop and waited. After another 40 mins or so, I was able to log in. Yea!! But I had absolutely nothing. No OEM drivers, no internet, zip, zero, nada. So I decided to try the IBM thing again, just to get that. I had an Administrator account now that worked, after all.</p>
<p>Same as before, installed, rebooted, login screen… **Bong** AAAAAAARRRRRRRRRRRRRGGGGHHHHHHHHHH!</p>
<p>How can i reset this Administrator password? So a googling we go. <a href="http://news.com.com/Google+wants+people+to+stop+googling/2100-1030_3-6106479.html?tag=alert">Oops, sorry</a>! I mean, I did an internet search using google.com. Much info abounds on how to attempt, both legally and illegally to get around the Administrator password. But the article i found most useful was this one… <a href="http://pubs.logicalexpressions.com/pub0009/LPMArticle.asp?ID=305">I Forgot My Administrator Password!!</a>. It informs the reader of a (may I say) scary access hole during the install process. At one point you can hit SHIFT+F10 and bring up the windows command line, from which you full access to the system. Simply call up <strong>nusrmgr.cpl</strong> and you get the familiar windows gui for changing passwords. You can wipe out the admin password, or create a new admin account. I assume you could use this access hole to retrieve data using notepad.exe “&lt;<em>file name</em>&gt;”, and who knows what else. And as this can be done during a XP repair install, it could give you full access to all the data on the computer as Administrator once the repair is done running.</p>
<p>As it turned out, there was no Administrator account, just one called dormsupport (still on my computer and with no idea as to the password for it). So I created one, saved, closed and exited the command line and continued the reinstall.</p>
<p>Finally, after 13 hours, I was back in. Next to install XP SP2, and <em><strong>62</strong></em> other <em>critical</em> updates, and I was back in business around midnight. Meanwhile, we got the content for EBC-EBCA’s site uploaded, and began the process of domain registration transfer and DNS propigation.</p>
<p>So that was my weekend. How was yours?</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fthank-goodness-for-windows-security-holes%2F&amp;linkname=Thank%20goodness%20for%20Windows%20security%20holes" title="Twitter" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fthank-goodness-for-windows-security-holes%2F&amp;linkname=Thank%20goodness%20for%20Windows%20security%20holes" title="Delicious" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fthank-goodness-for-windows-security-holes%2F&amp;linkname=Thank%20goodness%20for%20Windows%20security%20holes" title="Facebook" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fthank-goodness-for-windows-security-holes%2F&amp;title=Thank%20goodness%20for%20Windows%20security%20holes" id="wpa2a_10"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:</p><ul>
<li><a href='http://andyanglea.com/blog/2006/03/getting-it-going/' rel='bookmark' title='getting it going…'>getting it going…</a> <small>This post is pretty much a reply to previous one....</small></li>
<li><a href='http://andyanglea.com/blog/2006/01/free-from-dependence-on-window/' rel='bookmark' title='Free from dependence on Window$'>Free from dependence on Window$</a> <small>Finally! I was able to get ubuntu installed on my...</small></li>
<li><a href='http://andyanglea.com/blog/2005/12/christmas-present/' rel='bookmark' title='Christmas present'>Christmas present</a> <small>Sweet and sleek. And silent. That about sums up my...</small></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://andyanglea.com/blog/2006/08/thank-goodness-for-windows-security-holes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Meep&#8221; me!</title>
		<link>http://andyanglea.com/blog/2006/08/meep-me/</link>
		<comments>http://andyanglea.com/blog/2006/08/meep-me/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 03:08:04 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[meep]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://andyanglea.com/blog/?p=35</guid>
		<description><![CDATA[Google Talk came out with an update today, adding file transfer and voice mail capabilities. The voice mail is hilarious!! “The person you are trying to reach is not available. Please leave a message after the ‘meep’… Meeep!” Find out about the updates here: Google Talk Related posts: Merriam-Webster’s Christens ‘Google’ a Verb Technology News: [...]
Related posts:<ul>
<li><a href='http://andyanglea.com/blog/2006/07/merriam-websters-christens-google-a-verb/' rel='bookmark' title='Merriam-Webster’s Christens ‘Google’ a Verb'>Merriam-Webster’s Christens ‘Google’ a Verb</a> <small>Technology News: Trends: You Can Look It Up: Merriam-Webster’s Christens...</small></li>
<li><a href='http://andyanglea.com/blog/2007/01/the-horror-stories-are-true/' rel='bookmark' title='The horror stories are true&#8230;'>The horror stories are true&#8230;</a> <small>Last night i have the very pleasant experience of canceling...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Google Talk came out with an update today, adding file transfer and voice mail capabilities. The voice mail is hilarious!!</p>
<blockquote><p>“The person you are trying to reach is not available. Please leave a message after the ‘meep’… Meeep!”</p></blockquote>
<p>Find out about the updates here: <a href="http://www.google.com/talk/whatsnew.html">Google Talk</a></p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fmeep-me%2F&amp;linkname=%26%238220%3BMeep%26%238221%3B%20me%21" title="Twitter" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fmeep-me%2F&amp;linkname=%26%238220%3BMeep%26%238221%3B%20me%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fmeep-me%2F&amp;linkname=%26%238220%3BMeep%26%238221%3B%20me%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fmeep-me%2F&amp;title=%26%238220%3BMeep%26%238221%3B%20me%21" id="wpa2a_12"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:</p><ul>
<li><a href='http://andyanglea.com/blog/2006/07/merriam-websters-christens-google-a-verb/' rel='bookmark' title='Merriam-Webster’s Christens ‘Google’ a Verb'>Merriam-Webster’s Christens ‘Google’ a Verb</a> <small>Technology News: Trends: You Can Look It Up: Merriam-Webster’s Christens...</small></li>
<li><a href='http://andyanglea.com/blog/2007/01/the-horror-stories-are-true/' rel='bookmark' title='The horror stories are true&#8230;'>The horror stories are true&#8230;</a> <small>Last night i have the very pleasant experience of canceling...</small></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://andyanglea.com/blog/2006/08/meep-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy 25th Birthday!</title>
		<link>http://andyanglea.com/blog/2006/08/happy-25th-birthday/</link>
		<comments>http://andyanglea.com/blog/2006/08/happy-25th-birthday/#comments</comments>
		<pubDate>Sun, 13 Aug 2006 03:02:16 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[IBM 5150]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://andyanglea.com/blog/?p=32</guid>
		<description><![CDATA[Happy Birthday to you!  Happy Birthday to you… Well, this birthday boy probably won’t be blowing out any candles, and definitely not eating any cake, but it’s still worth celebrating.  Happy Birthday to the personal computer (PC).  Or more accurately, happy birthday to the IBM 5150, the first computer model that really took off in [...]
Related posts:<ul>
<li><a href='http://andyanglea.com/blog/2006/08/thank-goodness-for-windows-security-holes/' rel='bookmark' title='Thank goodness for Windows security holes'>Thank goodness for Windows security holes</a> <small>I woke up Saturday morning to a very bad sound…...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Happy Birthday to you!  Happy Birthday to you…</p>
<p>Well, this birthday boy probably won’t be blowing out any candles, and definitely not eating any cake, but it’s still worth celebrating.  Happy Birthday to the personal computer (PC).  Or more accurately, happy birthday to the IBM 5150, the first computer model that really took off in the business world.  Sure the Apple II was out, as was Atari’s model, but as a business manager would you rather buy a machine from the International Business Machine company or the company named after a fruit?</p>
<div id="attachment_33" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-33" title="IBM 5150" src="http://andyanglea.com/blog/wp-content/uploads/2009/08/IBM5150_cutout-300x199.jpg" alt="IBM 5150" width="300" height="199" /><p class="wp-caption-text">IBM 5150</p></div>
<p>The IBM 5150 has much in common with the desktops today. Separate keyboard and monitor, for starters.  It ran what IBM called PC-DOS which it got from Microsoft (MS-DOS), who bought it from a Seattle based company (QDOS &#8211; Quick and Dirty Operating System).  Most computers still run it today, although hidden.  The first program made for this program, a spreadsheet called VisiCalc, can still be run on computers today.  (You can get it <a href="http://bricklin.com/history/vclicense.htm">here.</a>) And it had an Intel processor.  Using off-the-shelf components made by someone else’s was new for IBM, which made it possible for other companies to clone its machine.  Thus the sale of personal computers exploded.</p>
<p>Price?  $1265 + monitor, floppy disk drive (upgrade from cassette drive), and $40 for PC-DOS.  Other OS’s were available but they cost from $400-600 (M$ hasn’t always been the most expensive).  One other impressive note for the time, both upper and lowercase letters could be used (the Apple II only had uppercase).</p>
<p>IBM sold their first unit 25 years ago today.  So Happy Birthday to you personal computer, how would we function today without you?</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fhappy-25th-birthday%2F&amp;linkname=Happy%2025th%20Birthday%21" title="Twitter" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fhappy-25th-birthday%2F&amp;linkname=Happy%2025th%20Birthday%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fhappy-25th-birthday%2F&amp;linkname=Happy%2025th%20Birthday%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F08%2Fhappy-25th-birthday%2F&amp;title=Happy%2025th%20Birthday%21" id="wpa2a_14"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:</p><ul>
<li><a href='http://andyanglea.com/blog/2006/08/thank-goodness-for-windows-security-holes/' rel='bookmark' title='Thank goodness for Windows security holes'>Thank goodness for Windows security holes</a> <small>I woke up Saturday morning to a very bad sound…...</small></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://andyanglea.com/blog/2006/08/happy-25th-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merriam-Webster’s Christens ‘Google’ a Verb</title>
		<link>http://andyanglea.com/blog/2006/07/merriam-websters-christens-google-a-verb/</link>
		<comments>http://andyanglea.com/blog/2006/07/merriam-websters-christens-google-a-verb/#comments</comments>
		<pubDate>Fri, 07 Jul 2006 02:39:00 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[philology]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://andyanglea.com/blog/?p=21</guid>
		<description><![CDATA[Technology News: Trends: You Can Look It Up: Merriam-Webster’s Christens ‘Google’ a Verb It’s official! The word we technophiles (as one of my teachers referred to me) have been using for years is now officially a word. Don’t just believe me, go google it  See it here on digg too: http://digg.com/tech_news/Google_The_Verb Related posts: &#8220;Meep&#8221; me! [...]
Related posts:<ul>
<li><a href='http://andyanglea.com/blog/2006/08/meep-me/' rel='bookmark' title='&#8220;Meep&#8221; me!'>&#8220;Meep&#8221; me!</a> <small>Google Talk came out with an update today, adding file...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.technewsworld.com/story/OHrAKlVAY6uE9y/You-Can-Look-It-Up-Merriam-Websters-Christens-Google-a-Verb.xhtml">Technology News: Trends: You Can Look It Up: Merriam-Webster’s Christens ‘Google’ a Verb</a><br />
It’s official! The word we technophiles (as one of my teachers referred to me) have been using for years is now officially a word. Don’t just believe me, go google it  See it here on digg too: <a href="http://digg.com/tech_news/Google_The_Verb">http://digg.com/tech_news/Google_The_Verb</a></p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F07%2Fmerriam-websters-christens-google-a-verb%2F&amp;linkname=Merriam-Webster%E2%80%99s%20Christens%20%E2%80%98Google%E2%80%99%20a%20Verb" title="Twitter" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F07%2Fmerriam-websters-christens-google-a-verb%2F&amp;linkname=Merriam-Webster%E2%80%99s%20Christens%20%E2%80%98Google%E2%80%99%20a%20Verb" title="Delicious" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F07%2Fmerriam-websters-christens-google-a-verb%2F&amp;linkname=Merriam-Webster%E2%80%99s%20Christens%20%E2%80%98Google%E2%80%99%20a%20Verb" title="Facebook" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F07%2Fmerriam-websters-christens-google-a-verb%2F&amp;title=Merriam-Webster%E2%80%99s%20Christens%20%E2%80%98Google%E2%80%99%20a%20Verb" id="wpa2a_16"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:</p><ul>
<li><a href='http://andyanglea.com/blog/2006/08/meep-me/' rel='bookmark' title='&#8220;Meep&#8221; me!'>&#8220;Meep&#8221; me!</a> <small>Google Talk came out with an update today, adding file...</small></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://andyanglea.com/blog/2006/07/merriam-websters-christens-google-a-verb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>getting it going…</title>
		<link>http://andyanglea.com/blog/2006/03/getting-it-going/</link>
		<comments>http://andyanglea.com/blog/2006/03/getting-it-going/#comments</comments>
		<pubDate>Wed, 08 Mar 2006 05:18:05 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://manthano.blogzor.com/2006/03/08/getting-it-going/</guid>
		<description><![CDATA[This post is pretty much a reply to previous one. I was able to get a lot of the remaining issues I had with Linux fixed last night. Boot XP from grub &#8211; check. Had to add the following line to the /boot/grub/menu.lst under Windows XP before &#8220;chainloader +1&#8243; map (hd1) (hd0) I also changed [...]
Related posts:<ul>
<li><a href='http://andyanglea.com/blog/2006/01/free-from-dependence-on-window/' rel='bookmark' title='Free from dependence on Window$'>Free from dependence on Window$</a> <small>Finally! I was able to get ubuntu installed on my...</small></li>
<li><a href='http://andyanglea.com/blog/2006/08/thank-goodness-for-windows-security-holes/' rel='bookmark' title='Thank goodness for Windows security holes'>Thank goodness for Windows security holes</a> <small>I woke up Saturday morning to a very bad sound…...</small></li>
<li><a href='http://andyanglea.com/blog/2007/01/coming-to-you-live-from-linux/' rel='bookmark' title='Coming to you live from Linux'>Coming to you live from Linux</a> <small>Ubuntu Dapper Drake to be precise. Over this last week...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>This post is pretty much a reply to previous one.  I was able to get a lot of the remaining issues I had with Linux fixed last night.</p>
<p><strong>Boot XP from grub</strong> &#8211; check.<br />
Had to add the following line to the /boot/grub/menu.lst under Windows XP before &#8220;chainloader +1&#8243;<br />
map (hd1) (hd0)<br />
I also changed root (hd1,0) to rootnoverify (hd1,0) but I&#8217;m not sure if that makes a difference or not&#8230;</p>
<p><strong>Get programs from universe and multiverse</strong> &#8211; check.<br />
Not too difficult, but had to enable the correct repositories and then set up the proxy.  I was then able to get <a title="Get Thunderbird!" href="http://getthunderbird.com">Mozilla Thunderbird</a> installed, however I&#8217;ll probably manually install the newer version, 1.5 later.</p>
<p><strong>Install fonts, particularly Verdana</strong> &#8211; check.<br />
With the universe and multiverse enabled, I was then able to download msttfonts, which includes Verdana, Arial, Times New Roman, etc.  All the standard windows fonts that I&#8217;m used to.  Getting this done was a bit more tricky though.  I had to configure the proxy, not only in Synaptic Package Manager, but also in a the wget file.  I also needed the cabinstall package to get the fonts to work.</p>
<p>So that&#8217;s all good for now, I&#8217;ll see what I learn next&#8230;</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F03%2Fgetting-it-going%2F&amp;linkname=getting%20it%20going%E2%80%A6" title="Twitter" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F03%2Fgetting-it-going%2F&amp;linkname=getting%20it%20going%E2%80%A6" title="Delicious" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F03%2Fgetting-it-going%2F&amp;linkname=getting%20it%20going%E2%80%A6" title="Facebook" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F03%2Fgetting-it-going%2F&amp;title=getting%20it%20going%E2%80%A6" id="wpa2a_18"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:</p><ul>
<li><a href='http://andyanglea.com/blog/2006/01/free-from-dependence-on-window/' rel='bookmark' title='Free from dependence on Window$'>Free from dependence on Window$</a> <small>Finally! I was able to get ubuntu installed on my...</small></li>
<li><a href='http://andyanglea.com/blog/2006/08/thank-goodness-for-windows-security-holes/' rel='bookmark' title='Thank goodness for Windows security holes'>Thank goodness for Windows security holes</a> <small>I woke up Saturday morning to a very bad sound…...</small></li>
<li><a href='http://andyanglea.com/blog/2007/01/coming-to-you-live-from-linux/' rel='bookmark' title='Coming to you live from Linux'>Coming to you live from Linux</a> <small>Ubuntu Dapper Drake to be precise. Over this last week...</small></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://andyanglea.com/blog/2006/03/getting-it-going/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free from dependence on Window$</title>
		<link>http://andyanglea.com/blog/2006/01/free-from-dependence-on-window/</link>
		<comments>http://andyanglea.com/blog/2006/01/free-from-dependence-on-window/#comments</comments>
		<pubDate>Fri, 20 Jan 2006 06:39:56 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://manthano.blogzor.com/2006/01/20/free-from-dependence-on-window/</guid>
		<description><![CDATA[Finally! I was able to get ubuntu installed on my new external hard drive. It wasn&#39;t as easy as I thought it was going to be due to two problems. (Problems on my end, not w/ ubuntu) First, I had a problem w/ my screen, which i mentioned before. Turns out it was just a [...]
Related posts:<ul>
<li><a href='http://andyanglea.com/blog/2006/03/getting-it-going/' rel='bookmark' title='getting it going…'>getting it going…</a> <small>This post is pretty much a reply to previous one....</small></li>
<li><a href='http://andyanglea.com/blog/2007/01/coming-to-you-live-from-linux/' rel='bookmark' title='Coming to you live from Linux'>Coming to you live from Linux</a> <small>Ubuntu Dapper Drake to be precise. Over this last week...</small></li>
<li><a href='http://andyanglea.com/blog/2005/12/christmas-present/' rel='bookmark' title='Christmas present'>Christmas present</a> <small>Sweet and sleek. And silent. That about sums up my...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Finally!  I was able to get <a title="Linux for human beings" href="http://ubuntu.com">ubuntu</a> installed on my <a rel="Christmas present" href="http://manthano.blogzor.com/post/8/859">new external hard drive</a>.  It wasn&#39;t as easy as I thought it was going to be due to two problems.  (Problems on my end, not w/ ubuntu)</p>
<p>
<p>First, I had a problem w/ my screen, which i mentioned <a href="http://manthano.blogzor.com/post/8/859">before</a>.  Turns out it was just a loose connection between my screen and motherboard.  So that&#39;s been fixed. (Free service is really nice.)</p>
<p>Now for problem two&#8230; Getting Linux (grub specifically) to play nice w/ a USB hard drive.  Thankfully, these problems were easily resolved with a step-by-step guide at<a href="http://www.ubuntuforums.org/showthread.php?p=436420#post436420"> ubuntuforums.org</a>.  It took about an hour to get it installed.  And then another hour to figure out few tweaks (get the middle button on my Thinkpad trackpoint to work, install <a href="http://getfirefox.com">Firefox</a> and <a href="http://getthunderbird.com">Thunderbird</a> 1.5).  And in the process of doing that I began learning about using the command line and Linux permissions.  Good stuff.  So everything is up and running just great.</p>
<p>There are still a few things on the Linux to-do list&#8230; Be able to boot Win XP from grub, get some programs from the universe and multiverse, add some fonts (I wonder if Verdana works in Linux&#8230;), and a few other miscellaneous things.  But that gives me something fun to work on in between <a href="http://bju.edu">school</a>.  (Not that school&#39;s not fun, but you know&#8230;) <img alt=";)" src="http://xaqq.com/plugins/smileys/icons/simple/smiley_wink.gif" /></p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F01%2Ffree-from-dependence-on-window%2F&amp;linkname=Free%20from%20dependence%20on%20Window%24" title="Twitter" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F01%2Ffree-from-dependence-on-window%2F&amp;linkname=Free%20from%20dependence%20on%20Window%24" title="Delicious" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F01%2Ffree-from-dependence-on-window%2F&amp;linkname=Free%20from%20dependence%20on%20Window%24" title="Facebook" rel="nofollow" target="_blank"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fandyanglea.com%2Fblog%2F2006%2F01%2Ffree-from-dependence-on-window%2F&amp;title=Free%20from%20dependence%20on%20Window%24" id="wpa2a_20"><img src="http://andyanglea.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:</p><ul>
<li><a href='http://andyanglea.com/blog/2006/03/getting-it-going/' rel='bookmark' title='getting it going…'>getting it going…</a> <small>This post is pretty much a reply to previous one....</small></li>
<li><a href='http://andyanglea.com/blog/2007/01/coming-to-you-live-from-linux/' rel='bookmark' title='Coming to you live from Linux'>Coming to you live from Linux</a> <small>Ubuntu Dapper Drake to be precise. Over this last week...</small></li>
<li><a href='http://andyanglea.com/blog/2005/12/christmas-present/' rel='bookmark' title='Christmas present'>Christmas present</a> <small>Sweet and sleek. And silent. That about sums up my...</small></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://andyanglea.com/blog/2006/01/free-from-dependence-on-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

