<?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>Geek.Like.Todd</title>
	<atom:link href="http://blog.geekliketodd.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.geekliketodd.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 23:59:09 +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>Sonicwall NetExtender and Xubuntu 11.10 (32bit)</title>
		<link>http://blog.geekliketodd.com/archives/953</link>
		<comments>http://blog.geekliketodd.com/archives/953#comments</comments>
		<pubDate>Mon, 30 Jan 2012 23:59:09 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Geeking Out]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=953</guid>
		<description><![CDATA[I have had alot experience getting Sonicwall NetExtender to work in Linux.. sometimes it installs fine, sometimes it doesn&#8217;t. 
Typically the process is thus: 
#1 You visit the URL of ]]></description>
			<content:encoded><![CDATA[<p>I have had alot experience getting Sonicwall NetExtender to work in Linux.. sometimes it installs fine, sometimes it doesn&#8217;t. </p>
<p>Typically the process is thus: </p>
<p>#1 You visit the URL of your Sonicwall.<br />
#2 Login<br />
#3 Download the tar.gz file for NetExtender once it figures out you are using Linux.<br />
#4 Extract this file someplace.<br />
#5 In a terminal you need to launch the &#8220;install&#8221; script that is included as sudo, not root, because it won&#8217;t let you.<br />
<code>sudo ./install</code></p>
<p>However&#8230;</p>
<p>In this version of ubuntu (XFCE, Xubuntu 11.10) I got an error about libssl missing. </p>
<p>So.. I installed the 32bit libssl and everything seemed to work out fine.</p>
<p><code>sudo apt-get install libssl0.9.8:i386 </code></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/953/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Sun / Oracle Java JRE on Ubuntu 11.10 Oneiric Ocelot</title>
		<link>http://blog.geekliketodd.com/archives/946</link>
		<comments>http://blog.geekliketodd.com/archives/946#comments</comments>
		<pubDate>Sun, 01 Jan 2012 11:28:15 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=946</guid>
		<description><![CDATA[So.. Sun no longer has packages in the Partner Repository for Ubuntu.. I can&#8217;t really guess as to why, possibly because of all this Open Source dickery that Oracle did ]]></description>
			<content:encoded><![CDATA[<p>So.. Sun no longer has packages in the Partner Repository for Ubuntu.. I can&#8217;t really guess as to why, possibly because of all this Open Source dickery that Oracle did first with OpenSolaris, and then with OpenOffice.. but that is all speculation on my part. The fact remains however.. that some things you need may require a Sun Java JRE, and to install it you will have to use a PPA.</p>
<p><strong>Using Add Apt Repository</strong><br />
*if you are using Ubuntu Server.. you will have to install the package &#8220;python-software-properties&#8221; which contains the &#8220;add-apt-repository&#8221; tool you will need to add the ppa the way I&#8217;m going to show you.</p>
<p>Step #1 Add the repo.<br />
<code>sudo add-apt-repository ppa:ferramroberto/java</code></p>
<p>Step #2 Update your sources.<br />
<code>sudo apt-get update</code></p>
<p>Step #3 Install Java<br />
<code>sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts</code><br />
*if you are not using a gui.. and just need java for something like say.. tomcat.. only install the JRE.</p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/946/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Domain names with ddclient</title>
		<link>http://blog.geekliketodd.com/archives/932</link>
		<comments>http://blog.geekliketodd.com/archives/932#comments</comments>
		<pubDate>Sat, 01 Oct 2011 00:51:16 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Geeking Out]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=932</guid>
		<description><![CDATA[I moved to FL, and got Comcast.. and my comcast doesn&#8217;t like to keep my IP the same.. I have a domain and while in Nebraska under Time Warner.. my ]]></description>
			<content:encoded><![CDATA[<p>I moved to FL, and got Comcast.. and my comcast doesn&#8217;t like to keep my IP the same.. I have a domain and while in Nebraska under Time Warner.. my IP address more or less stayed the same for years only changing once.. but here, no such luck.. and I need to pretty much dial home on occasion.. and I&#8217;ll explain how I do that later.. but anyhow.. whats a boy to do??</p>
<p>I hope you&#8217;ve heard of dyndns.com, they allow you to create a free subdomain address then use some software, in tis case ddclient on ubuntu, to feed it what your ip is.</p>
<p>So Step 1: go to <a href="http://dyn.com/dns/dyndns-free/">http://dyn.com/dns/dyndns-free/</a> and make at least a free account, and decide whatever you want your domain to be.. mine will be something like..</p>
<p>supersexytodd.dyndns.org</p>
<p>(not really me k?)</p>
<p>once done on your Ubuntu.. you need to install ddclient</p>
<p><code>sudo apt-get install ddclient</code></p>
<p>during installation you will see a configuration menu.</p>
<p>&nbsp;</p>
<p><a href="http://blog.geekliketodd.com/wp-content/uploads/2011/09/dyndns06.png">
<a href='http://blog.geekliketodd.com/archives/932/dyndns01' title='dyndns01'><img width="150" height="150" src="http://blog.geekliketodd.com/wp-content/uploads/2011/09/dyndns01-150x150.png" class="attachment-thumbnail" alt="dyndns01" title="dyndns01" /></a>
<a href='http://blog.geekliketodd.com/archives/932/dyndns02' title='dyndns02'><img width="150" height="150" src="http://blog.geekliketodd.com/wp-content/uploads/2011/09/dyndns02-150x150.png" class="attachment-thumbnail" alt="dyndns02" title="dyndns02" /></a>
<a href='http://blog.geekliketodd.com/archives/932/dyndns03' title='dyndns03'><img width="150" height="150" src="http://blog.geekliketodd.com/wp-content/uploads/2011/09/dyndns03-150x150.png" class="attachment-thumbnail" alt="dyndns03" title="dyndns03" /></a>
<a href='http://blog.geekliketodd.com/archives/932/dyndns04' title='dyndns04'><img width="150" height="150" src="http://blog.geekliketodd.com/wp-content/uploads/2011/09/dyndns04-150x150.png" class="attachment-thumbnail" alt="dyndns04" title="dyndns04" /></a>
<a href='http://blog.geekliketodd.com/archives/932/dyndns05' title='dyndns05'><img width="150" height="150" src="http://blog.geekliketodd.com/wp-content/uploads/2011/09/dyndns05-150x150.png" class="attachment-thumbnail" alt="dyndns05" title="dyndns05" /></a>
<a href='http://blog.geekliketodd.com/archives/932/dyndns06' title='dyndns06'><img width="150" height="150" src="http://blog.geekliketodd.com/wp-content/uploads/2011/09/dyndns06-150x150.png" class="attachment-thumbnail" alt="dyndns06" title="dyndns06" /></a>
<br />
</a></p>
<p>And thats it, ddclient should push your dynamic ip to dyndns.. so that you can use DNS to sort out what your IP is even when you are away from home.</p>
<p>&nbsp;</p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/932/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raising Skinny Elephants is Utterly Boring &#8211; The Magic SysReq key</title>
		<link>http://blog.geekliketodd.com/archives/927</link>
		<comments>http://blog.geekliketodd.com/archives/927#comments</comments>
		<pubDate>Mon, 29 Aug 2011 17:25:17 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=927</guid>
		<description><![CDATA[Ever have a linux box seemingly freeze on you?  Ever gripe aloud that you may have to hard boot the machine to get it back up?  Well.. Give this a ]]></description>
			<content:encoded><![CDATA[<p>Ever have a linux box seemingly freeze on you?  Ever gripe aloud that you may have to hard boot the machine to get it back up?  Well.. Give this a try:</p>
<p>on a keyboard connected to the machine press and HOLD</p>
<p>ALT + PrtScrn/SysRq</p>
<p>then type in this order:</p>
<p>R S E I U B</p>
<p>While holding them, one at a time. The machine may restart after the B.</p>
<p>Why? It&#8217;s explained better in the Wikipedia Article, but essentially..</p>
<p>It takes back the keyboard from X, shuts things down gracefully.. and allows you to reboot. </p>
<p>unRaw      (take control of keyboard back from X),<br />
 tErminate (send SIGTERM to all processes, allowing them to terminate gracefully),<br />
 kIll      (send SIGKILL to all processes, forcing them to terminate immediately),<br />
  Sync     (flush data to disk),<br />
  Unmount  (remount all filesystems read-only),<br />
reBoot.</p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/927/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract / Compress Cheat Sheet Part 1</title>
		<link>http://blog.geekliketodd.com/archives/918</link>
		<comments>http://blog.geekliketodd.com/archives/918#comments</comments>
		<pubDate>Tue, 24 May 2011 14:10:50 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=918</guid>
		<description><![CDATA[In Linux / Unix you get alot of compressed files.. and I&#8217;m too old to remember how to compress or extract sometimes.. but thats what Google is for right??
tar
To Make:
tar ]]></description>
			<content:encoded><![CDATA[<p>In Linux / Unix you get alot of compressed files.. and I&#8217;m too old to remember how to compress or extract sometimes.. but thats what Google is for right??</p>
<p><strong>tar</strong><br />
To Make:<br />
<code>tar -cvf foo.tar /foldertoarchive</code><br />
To Extract:<br />
<code>tar -xf foo.tar</code></p>
<p><strong>tar.gz</strong><br />
It&#8217;s worth mentioning that if you already have a tar file, you can use gzip to make it a tar.gz with:<br />
<code>gzip foo.tar</code><br />
But you can do both with:<br />
<code>tar -cvzf foo.tar.gz /foldertoarchive</code><br />
To Extract:<br />
<code>tar -zxvf foo.tar.gz</code></p>
<p><strong>tar.bz2</strong><br />
tar.bz2 has a real good compression ratio, but takes longer to create, which for me is fine tbh.<br />
To Make:<br />
<code>tar -cvjf foo.tar.bz2 /foldertoarchive</code><br />
To Extract:<br />
<code>tar -jxvf foo.tar.bz2</code></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/918/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid Trick: How to find the uptime in Windows</title>
		<link>http://blog.geekliketodd.com/archives/903</link>
		<comments>http://blog.geekliketodd.com/archives/903#comments</comments>
		<pubDate>Fri, 20 May 2011 14:26:54 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Winders]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=903</guid>
		<description><![CDATA[With Unix (and therefor Linux) we are given a neat tool called &#8220;uptime&#8221;, what it does is it tells you how long the machine is on. This can be helpful ]]></description>
			<content:encoded><![CDATA[<p>With Unix (and therefor Linux) we are given a neat tool called &#8220;uptime&#8221;, what it does is it tells you how long the machine is on. This can be helpful for many reasons. In Windows.. there is no Uptime, but there is a way to tell.<br />
<strong>Method 1</strong><br />
In the Command Prompt you type:<br />
<code>net stats srv</code><br />
and you will get some information at the top of with will say something like:<br />
<code>Statistics since 5/16/2011 6:31 PM</code><br />
This is the date | time the machine was last started.<br />
<strong>Method 2</strong><br />
At a command prompt type<br />
<code>systeminfo</code><br />
This displays many things, and one of them is &#8220;System Up Time&#8221; in days.</p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/903/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting AFP File shares with Ubuntu Linux and Debian 6</title>
		<link>http://blog.geekliketodd.com/archives/900</link>
		<comments>http://blog.geekliketodd.com/archives/900#comments</comments>
		<pubDate>Wed, 18 May 2011 15:49:13 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Geeking Out]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=900</guid>
		<description><![CDATA[I&#8217;m moving things from one machine to another and I setup an AFP share and not an SMB share on a mac where I need to transfer my files.. I ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m moving things from one machine to another and I setup an AFP share and not an SMB share on a mac where I need to transfer my files.. I could just turn on SMB.. but whats the fun in that? </p>
<p>To install AFP support for Ubuntu you must first install these packages:</p>
<p><code>sudo apt-get install libfuse-dev libreadline-dev libgcrypt-dev libgmp3-dev</code></p>
<p>Then you need to download the AfpFs-Ng source files from sourceforge and compile them. </p>
<p><a href="http://sourceforge.net/projects/afpfs-ng/">http://sourceforge.net/projects/afpfs-ng/</a></p>
<p>you unzip those files into a directory, and cd into it, then type::<br />
<code>./configure<br />
make<br />
sudo make install<br />
sudo ldconfig</code></p>
<p>Then to mount your share you type, as a regular user:</p>
<p><code>mount_afp 'afp://user:password@servername/sharename' /placewhereyouwannamountit/</code></p>
<p>To unmount you type:</p>
<p><code>afp_client unmount /mountname/</code></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/900/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Welcome Izzy</title>
		<link>http://blog.geekliketodd.com/archives/896</link>
		<comments>http://blog.geekliketodd.com/archives/896#comments</comments>
		<pubDate>Wed, 04 May 2011 18:53:52 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Geeking Out]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=896</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://gallery.geekliketodd.com/index.php/Kid-Stuff/Izzy"><img alt="" src="http://gallery.geekliketodd.com/var/resizes/Kid-Stuff/Izzy/IMG_0038.JPG?m=1304533928" title="My Daughter Izzy" class="aligncenter" width="640" height="427" /></a></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/896/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upgrade Linux Mint 9 to Linux Mint 10 with apt</title>
		<link>http://blog.geekliketodd.com/archives/892</link>
		<comments>http://blog.geekliketodd.com/archives/892#comments</comments>
		<pubDate>Wed, 13 Apr 2011 14:21:24 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Geeking Out]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=892</guid>
		<description><![CDATA[First I&#8217;m going to make a little disclaimer here.  The good folks who make linux mint don&#8217;t like rolling upgrades. They&#8217;d prefer you didn&#8217;t do this because it&#8217;s to be ]]></description>
			<content:encoded><![CDATA[<p>First I&#8217;m going to make a little disclaimer here.  The good folks who make linux mint don&#8217;t like rolling upgrades. They&#8217;d prefer you didn&#8217;t do this because it&#8217;s to be frank.. messy.  Doesn&#8217;t mean it&#8217;s not possible, and in the distrobutions that Linux Mint is built (Read Ubuntu and Debian) such a thing is certainly possible..</p>
<p>Even so. Backup your data.. and make sure you have a Distribution of your choice CD to recover from assuming it jacks up.  Oh and do not come crying to me. <img src='http://blog.geekliketodd.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>ok so.. This tutorial assumes you have Sudo rights, or are running as root, and that you have an internet connection.</p>
<p>Step 1: You must replace your apt sources.  This means the /etc/apt/sources.list must be edited (or replaced) to contain at least the following lines:</p>
<p><code>deb http://packages.linuxmint.com/ julia main upstream import<br />
deb http://packages.linuxmint.com/ julia-kde main upstream import<br />
deb http://archive.ubuntu.com/ubuntu/ maverick main restricted universe multiverse<br />
deb http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse<br />
deb http://security.ubuntu.com/ubuntu/ maverick-security main restricted universe multiverse<br />
deb http://archive.canonical.com/ubuntu/ maverick partner<br />
deb http://packages.medibuntu.org/ maverick free non-free</code></p>
<p>If you have any 3rd party sources in many cases changing the line.. &#8220;lucid&#8221; to &#8220;maverick&#8221; may be enough to connect you to the new repository. The same lines in the sources.list for the previous version of Mint (Lucid / Isadora) need to be either commented out.. or removed from the document. It would not hurt to backup your sources.list before you did this, but please move it to another folder. </p>
<p>Step #2<br />
<code>sudo apt-get update</code><br />
to get your package list for apt. </p>
<p>Step #3<br />
<code>sudo apt-get upgrade</code><br />
this will take a while.. I got an error at the very end with a mint desktop package, but I ignored it, everything else installed.<br />
<code>sudo apt-get dist-upgrade</code><br />
this will update components that are held back by the above, but needed.<br />
<code>sudo apt-get -f install</code><br />
this fixes some installs that might not have completed with the above.<br />
*note.. it wouldn&#8217;t kill you to run these again.. Why? because sometimes they may depend on packages not installed on 10.04 to work.. either way.. I only had errors installing the &#8220;mint desktop&#8221; program on mine.. </p>
<p>Step #4<br />
<code>sudo reboot</code><br />
and cross your fingers. If it doesn&#8217;t work you can boot to a Mint CD or an Ubuntu one and copy your data off and reinstall. but if all went well.. you should boot up to Mint 10. </p>
<p>Step #5<br />
<code>sudo apt-get autoremove</code><br />
Removes old packages no longer required. This removes old kernels now.<br />
<code>sudo apt-get clean</code><br />
Removed the deb files cached for your installation. </p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/892/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenFire Chat Server on Debian 6 Squeeze</title>
		<link>http://blog.geekliketodd.com/archives/874</link>
		<comments>http://blog.geekliketodd.com/archives/874#comments</comments>
		<pubDate>Fri, 08 Apr 2011 19:38:02 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Geeking Out]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Squeeze]]></category>

		<guid isPermaLink="false">http://blog.geekliketodd.com/?p=874</guid>
		<description><![CDATA[I already have an Openfire chat server running on an old Dell Optiplex I keep in my basement.. I want to use this machine as development and move this server ]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.geekliketodd.com/wp-content/uploads/2011/04/Picture-2.png"></a>I already have an <a href="http://www.igniterealtime.org/projects/openfire/">Openfire chat server</a> running on an old Dell Optiplex I keep in my basement.. I want to use this machine as development and move this server to another machine. Well.. the Print / Scanner Server seems it would be a fine place to install it.</p>
<p>A Few Notes:</p>
<p>OpenFire needs Java. I may not like Oracle but when it comes to using Java Apps I much prefer Sun Java over Open Java.. because they simply aren&#8217;t the same.</p>
<p>I wrote up a document on installing Java on Debian 6 <a href="http://blog.geekliketodd.com/archives/876">here</a>.</p>
<p>OpenFire is basically XMPP or Jabber.</p>
<p>Step 1 Navigate to the download page and download the deb file for Openfire.</p>
<p>Step 2 Install:</p>
<p><code>sudo dpkg -i openfire.deb</code></p>
<p>Step 3 Navigate to the script in a web browser on server port 9090</p>
<p>mine is <strong>http://gamera.home.geekliketodd.com:9090</strong></p>
<p>When there you will see a screen asking for your hostname..</p>
<p><a href="http://blog.geekliketodd.com/wp-content/uploads/2011/04/Picture-2.png"><img class="aligncenter size-medium wp-image-880" title="Picture 2" src="http://blog.geekliketodd.com/wp-content/uploads/2011/04/Picture-2-300x153.png" alt="" width="300" height="153" /></a>You may see the shortname of your server, I typed in the full dns name (routable or not.)</p>
<p>You will then be asked what kind of Database to use, You can choose Embedded, however I made a MySQL DB already and wish to use that.</p>
<p><a href="http://blog.geekliketodd.com/wp-content/uploads/2011/04/Picture-3.png"><img class="aligncenter size-medium wp-image-882" title="Picture 3" src="http://blog.geekliketodd.com/wp-content/uploads/2011/04/Picture-3-300x197.png" alt="" width="300" height="197" /></a></p>
<p>When specifying my SQL database I choose &#8220;mysql&#8221; and then I change the Database URL to jdbc:mysql://localhost:3306/openfire  since my DB is on the same machine and the db name is &#8216;openfire&#8217;</p>
<p><a href="http://blog.geekliketodd.com/wp-content/uploads/2011/04/Picture-4.png"><img class="aligncenter size-medium wp-image-883" title="Picture 4" src="http://blog.geekliketodd.com/wp-content/uploads/2011/04/Picture-4-300x220.png" alt="" width="300" height="220" /></a></p>
<p>After putting in my DB username and Password, I click next to configure the admin user. I make a password but I leave the default email address.</p>
<p><a href="http://blog.geekliketodd.com/wp-content/uploads/2011/04/Picture-5.png"><img class="aligncenter size-medium wp-image-884" title="Picture 5" src="http://blog.geekliketodd.com/wp-content/uploads/2011/04/Picture-5-300x184.png" alt="" width="300" height="184" /></a></p>
<p>&nbsp;</p>
<p>This will forward you to the admin page, and allow you to make users and set up options.</p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://blog.geekliketodd.com/archives/874/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

