<?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>MyGeekProject</title>
	<atom:link href="http://www.mygeekproject.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekproject.com</link>
	<description>From one geek to another</description>
	<lastBuildDate>Wed, 08 Sep 2010 11:35:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cacti HP Templates</title>
		<link>http://www.mygeekproject.com/?p=751</link>
		<comments>http://www.mygeekproject.com/?p=751#comments</comments>
		<pubDate>Wed, 08 Sep 2010 11:35:51 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SNMP]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[proliant]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=751</guid>
		<description><![CDATA[I worked on a new install of cacti and the customer had a slew of HP Proliant servers. Here are the templates for the Proliant Servers to monitor everything.
HP-Windows-Server
There are tons of other templates on the cacti site so check them out. Cacti Plugin&#8217;s page.
]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=751</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware View 4 Security Server Tips</title>
		<link>http://www.mygeekproject.com/?p=741</link>
		<comments>http://www.mygeekproject.com/?p=741#comments</comments>
		<pubDate>Wed, 08 Sep 2010 11:31:42 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[vSphere 4.x/ESXi 4.x/ESX 4.x]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=741</guid>
		<description><![CDATA[I finally got the VMware View Security server working correctly so that I could use it for our company. Here are some tips for you when working with it.
On the Main Connection Server make a config file using the top right corner of the something. Export the config file to the desktop.
Open the Security Server [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=741</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CactiEZ Problems</title>
		<link>http://www.mygeekproject.com/?p=747</link>
		<comments>http://www.mygeekproject.com/?p=747#comments</comments>
		<pubDate>Wed, 08 Sep 2010 03:14:30 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SNMP]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[cactiez]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=747</guid>
		<description><![CDATA[Just recently I downloaded the ISO from torrent and setup a new Cacti server. This is one of my favorite monitoring systems which is free. If you recently set one up you notice a bit of frustration in that it did not work right out the gate. Here is what I had to change in [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=747</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVPN root password</title>
		<link>http://www.mygeekproject.com/?p=739</link>
		<comments>http://www.mygeekproject.com/?p=739#comments</comments>
		<pubDate>Tue, 15 Jun 2010 03:48:12 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vSphere 4.x/ESXi 4.x/ESX 4.x]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=739</guid>
		<description><![CDATA[I was working on implementing an OpenVPN server. I looked for the root password to access some of the features and couldn&#8217;t find it readily available. Once I found it I thought I should post it on the Web.
Username: root
Password: openvpnas
A couple of reason why I chose the OpenVPN is because it works with just [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=739</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu DHCP Server</title>
		<link>http://www.mygeekproject.com/?p=729</link>
		<comments>http://www.mygeekproject.com/?p=729#comments</comments>
		<pubDate>Sat, 22 May 2010 04:12:25 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[dhcp]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=729</guid>
		<description><![CDATA[To install DHCP server from scratch

apt-get install dhcp3-server

When it installs you will see that it had a problem. Don&#8217;t worry about this failure, we will fix it. I recommend before we make any changes that we do a backup of the config file.

cd /etc/dhcp3
mv dhcpd.conf dhcpd.conf.bak
nano dhcpd.conf

Here is some sample code for the DHCP configuration

# [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=729</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware tools in Ubuntu Server</title>
		<link>http://www.mygeekproject.com/?p=725</link>
		<comments>http://www.mygeekproject.com/?p=725#comments</comments>
		<pubDate>Sat, 22 May 2010 03:16:40 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[vSphere 4.x/ESXi 4.x/ESX 4.x]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=725</guid>
		<description><![CDATA[I use Ubuntu desktop but I find that when it comes to virtualization I prefer to use Ubuntu Server more because of the small foot print and to make things much leaner.
Since the Desktop version is the only one that will auto mount the tools in ESX/ESXi implementations you need to get a copy of [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=725</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu TomCat install from scratch</title>
		<link>http://www.mygeekproject.com/?p=693</link>
		<comments>http://www.mygeekproject.com/?p=693#comments</comments>
		<pubDate>Mon, 03 May 2010 17:46:08 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 10.04 Desktop]]></category>
		<category><![CDATA[Ubuntu 10.04 Server]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=693</guid>
		<description><![CDATA[I am working on a fresh install of Ubuntu 10.04 TLS. Here are my notes for the install&#8230;
I wanted to see what is available for my version of Ubuntu

apt-cache search tomcat

I found the complete install of the TomCat6 system

apt-get install tomcat6

I did not want the following packages:

apt-get install tomcat6-admin
apt-get install tomcat6-user

Since I am going to [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=693</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware VDI Considerations</title>
		<link>http://www.mygeekproject.com/?p=688</link>
		<comments>http://www.mygeekproject.com/?p=688#comments</comments>
		<pubDate>Wed, 28 Apr 2010 02:50:57 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=688</guid>
		<description><![CDATA[I have been building VDI sandbox solutions for a while and have a few points of interest you need to consider. While most of this is theory it is based on real empirical data. I will be posting much more information and a step by step guide. I mostly use VMware&#8217;s View for implementing VDI [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=688</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Deduplication</title>
		<link>http://www.mygeekproject.com/?p=686</link>
		<comments>http://www.mygeekproject.com/?p=686#comments</comments>
		<pubDate>Thu, 22 Apr 2010 03:29:55 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[dedup]]></category>
		<category><![CDATA[deduplication]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=686</guid>
		<description><![CDATA[I have been looking for an Open Source data deduplication system that is stable enough to use for SMB file servers and for VMware iSCSI targets. Just recently I found a couple that show major promise. I wouldn&#8217;t say that I am an expert on the subject and to be honest I really am a [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=686</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gem 1.3.2+ on Ubuntu 9.10 from scratch</title>
		<link>http://www.mygeekproject.com/?p=684</link>
		<comments>http://www.mygeekproject.com/?p=684#comments</comments>
		<pubDate>Mon, 19 Apr 2010 17:13:49 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=684</guid>
		<description><![CDATA[So I was working on a new install of Redmine.org and it needed Gem 1.3.2 which doesn&#8217;t come with the Ubuntu 9.10 in the apt-get packages.
I made sure that Ruby 1.8.7 was install on the system by entering this

ruby -v

If nothing showed up refer to my ruby post for installation instructions.
Ok, so I am going [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=684</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu/Linux VMFS3 (vmfs-tools)</title>
		<link>http://www.mygeekproject.com/?p=672</link>
		<comments>http://www.mygeekproject.com/?p=672#comments</comments>
		<pubDate>Thu, 07 Jan 2010 04:49:37 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[vmfs]]></category>
		<category><![CDATA[vmfs-tools]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://techblog.pridetechohio.com/?p=672</guid>
		<description><![CDATA[I have been working on an iSCSI device. I wanted to mount the volumes for making backups of the machines using rsync to another machine. I needed to load the VMFS3 tools (vmfs-tools) to mount the drive to make this work. Here is what I installed.
NOTE: This command will run on Ubuntu 9.10 and higher

apt-get [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=672</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux iSCSI Target Setup</title>
		<link>http://www.mygeekproject.com/?p=661</link>
		<comments>http://www.mygeekproject.com/?p=661#comments</comments>
		<pubDate>Wed, 09 Dec 2009 13:53:41 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 9.x Desktop]]></category>
		<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=661</guid>
		<description><![CDATA[I am working on setting our NAS device with iSCSI so that I can run VMware hosts externally. Here are my notes for setting up the iSCSI target and initiator. I am using Ubuntu 9.10 (latest version at the time.) I will be using a 160GB drive and dedicating it solely to run the mount [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=661</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Performance testing RAID</title>
		<link>http://www.mygeekproject.com/?p=657</link>
		<comments>http://www.mygeekproject.com/?p=657#comments</comments>
		<pubDate>Thu, 12 Nov 2009 04:58:57 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[IO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=657</guid>
		<description><![CDATA[So after I setup the big RAID I ran some tests on the storage. Here are some commands, make sure you have at least 17GB space available for testing this. Once you run the command look at the time and throughput.
WRITE FILE

dd if=/dev/zero of=/mnt/&#60;mount point&#62;/testfile bs=4194304 count=4096

READ FILE

dd of=/dev/null if=/mnt/&#60;mount point&#62;/testfile bs=4194304 count=4096

]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=657</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux parted formatting</title>
		<link>http://www.mygeekproject.com/?p=655</link>
		<comments>http://www.mygeekproject.com/?p=655#comments</comments>
		<pubDate>Thu, 12 Nov 2009 04:20:38 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[disk utility]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=655</guid>
		<description><![CDATA[I am using a very large disk for data and fdisk doesn&#8217;t work for anything over 2TB in size. This is where parted is need. Here are the command I used to get it partitioned and formatted.
I first ran fdisk -l to figure out the device name. In my case it was sdb

fdisk -l

Then once [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=655</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php5-ffmpeg</title>
		<link>http://www.mygeekproject.com/?p=653</link>
		<comments>http://www.mygeekproject.com/?p=653#comments</comments>
		<pubDate>Tue, 10 Nov 2009 04:34:42 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 8.x Server]]></category>
		<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=653</guid>
		<description><![CDATA[If your like me and want some really good tools for processing some videos using php take a look at this website:
http://ffmpeg-php.sourceforge.net/
If you have Linux (I use Ubuntu Server) then run this to install the software

apt-get install php5-ffmpeg

]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=653</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple HFS Support for Linux</title>
		<link>http://www.mygeekproject.com/?p=650</link>
		<comments>http://www.mygeekproject.com/?p=650#comments</comments>
		<pubDate>Wed, 04 Nov 2009 03:58:25 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 9.x Desktop]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[hfs]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=650</guid>
		<description><![CDATA[I needed to transfer some stuff off of a Mac OS X HFS+ drive from a SATA drive. So in order to do this I install the HFSplus package for Linux

apt-get install hfsplus

I did not try out the Write capabilities but the reading worked like a charm.
]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=650</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Apple Keyboard with Linux, Command Key Swap</title>
		<link>http://www.mygeekproject.com/?p=647</link>
		<comments>http://www.mygeekproject.com/?p=647#comments</comments>
		<pubDate>Fri, 30 Oct 2009 21:23:05 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 9.x Desktop]]></category>
		<category><![CDATA[apple keyboard]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[mapping]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=647</guid>
		<description><![CDATA[I like using linux and also using Apple Mac OS X. I hate those horrible keyboard that come with the low budget computer and figure I would use my Apple Aluminium Keyboard with Linux. Now mind you this worked just fine plugging it into my Dell. I want it to act just like my Apple [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=647</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting MKV to iTunes Compatible [m4v/mp4]</title>
		<link>http://www.mygeekproject.com/?p=644</link>
		<comments>http://www.mygeekproject.com/?p=644#comments</comments>
		<pubDate>Thu, 29 Oct 2009 03:08:27 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 9.x Desktop]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[converting]]></category>
		<category><![CDATA[mkv]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=644</guid>
		<description><![CDATA[If your like me you like processing videos. I recently got a few MKV videos that are really awesome in quality and from what I can tell looks like the main format for Blu-ray videos. Now I am not saying that this post it aimed at converting videos illegally. You do what you want with [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=644</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Rake problems in Ubuntu 8.10/9.04</title>
		<link>http://www.mygeekproject.com/?p=640</link>
		<comments>http://www.mygeekproject.com/?p=640#comments</comments>
		<pubDate>Wed, 21 Oct 2009 03:22:56 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Ubuntu 8.x Server]]></category>
		<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=640</guid>
		<description><![CDATA[So I just had a problem with the RAKE command in Ruby On Rails on an Ubuntu system. It appears as though there is some kind of duplicate program execution.
Here is the error that I had been getting

undefined method `reenable' for &#60;Rake::Task db:schema:dump =&#62; [environment]&#62;:Rake::Task

Here is how I got it working on my system
1. Uninstall [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=640</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Gems Path</title>
		<link>http://www.mygeekproject.com/?p=638</link>
		<comments>http://www.mygeekproject.com/?p=638#comments</comments>
		<pubDate>Wed, 21 Oct 2009 03:01:13 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 8.x Server]]></category>
		<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=638</guid>
		<description><![CDATA[For what it is worth I needed to find the path of my gems in order to create sym links for executing them. The path of my gems were

/var/lib/gems/1.8/gems/

]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=638</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svn hooks for sending emails</title>
		<link>http://www.mygeekproject.com/?p=634</link>
		<comments>http://www.mygeekproject.com/?p=634#comments</comments>
		<pubDate>Fri, 11 Sep 2009 20:48:46 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=634</guid>
		<description><![CDATA[if you want to send out emails after people send files to the repository then you can do the following to alert your team.
First navigate to the hooks directory in the repository

nano /PROJECT_NAME/hooks/post-commit

My directions might be a bit old or I am sure someone does it better then me but here we go. At the [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=634</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard MySQL/PHP problems</title>
		<link>http://www.mygeekproject.com/?p=630</link>
		<comments>http://www.mygeekproject.com/?p=630#comments</comments>
		<pubDate>Mon, 31 Aug 2009 18:30:17 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[10.6 Workstation]]></category>
		<category><![CDATA[MySQL 5.x]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=630</guid>
		<description><![CDATA[After I did a clean install of my system I needed to work on some of my project. I couldn&#8217;t get the php websites to work with the Snow Leopard. I had to go into the php.ini (php.ini.default) and edit the file.
nano /etc/php.ini or /etc/php.ini.default
Add in the 3306 for the port.

mysql.default_port = 3306

]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=630</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ffmpeg perfect mp4 recipe?</title>
		<link>http://www.mygeekproject.com/?p=628</link>
		<comments>http://www.mygeekproject.com/?p=628#comments</comments>
		<pubDate>Mon, 27 Jul 2009 04:46:43 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[h264]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=628</guid>
		<description><![CDATA[We use the flowplayer flash player to display all of the videos on a site we built. The player can play h264 videos and this is the recommended recipe/formula for ffmpeg.
Original Post: http://flowplayer.org/forum/7/12671

ffmpeg -y -i trailerTest.mov -acodec libfaac -ar 44100 -ab 96k -coder ac -me full -me_range 16 -subq 5 -sc_threshold 40 -vcodec libx264 -s [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=628</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php/javascript rotating image with flare</title>
		<link>http://www.mygeekproject.com/?p=620</link>
		<comments>http://www.mygeekproject.com/?p=620#comments</comments>
		<pubDate>Sat, 25 Jul 2009 03:47:55 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=620</guid>
		<description><![CDATA[I am going through the rebranding of our corporate website and wanted to stay away from flash as much as possible to make things universal. I was looking for a very easy rotator and found one with a cool Javascript overlay. Here is the original person who I started with and then modified the code.
http://www.lawnydesigns.com/2009/07/how-to-add-jquery-image-slider-to-your.html
Here [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=620</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Bonding 2+ NICs</title>
		<link>http://www.mygeekproject.com/?p=611</link>
		<comments>http://www.mygeekproject.com/?p=611#comments</comments>
		<pubDate>Wed, 22 Jul 2009 02:34:20 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 8.x Server]]></category>
		<category><![CDATA[bonding]]></category>
		<category><![CDATA[load-balance]]></category>
		<category><![CDATA[nic]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=611</guid>
		<description><![CDATA[I had problems with trying to get two independent NIC on the same network so I thought I would use bonding and it seems to work well. Here are the instructions for setting it up on Ubuntu 8.10, yes I know reverting back to 8.10 after so much invested in 9.04. I think the problem [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=611</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Networking Commands</title>
		<link>http://www.mygeekproject.com/?p=609</link>
		<comments>http://www.mygeekproject.com/?p=609#comments</comments>
		<pubDate>Tue, 21 Jul 2009 04:33:22 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nic]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=609</guid>
		<description><![CDATA[Found a couple of useful command for trouble shooting networking problems on Ubuntu I thought I would share.
show all network adaptors

lshw -C network

show all network configurations

ifconfig -a

Turn ON or OFF the network adaptor

ifconfig eth1 up
ifconfig eth1 down

]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=609</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails compile mysql gem</title>
		<link>http://www.mygeekproject.com/?p=605</link>
		<comments>http://www.mygeekproject.com/?p=605#comments</comments>
		<pubDate>Sun, 19 Jul 2009 22:46:24 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Centos 5.x]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=605</guid>
		<description><![CDATA[I ran into this little problem of compiling mysql gem on a centOS box and thought I would share this.
NOTE: updated January 2010
If you don&#8217;t have the mySQL development libraries installed then you might want to install them.

apt-get install libmysqlclient*-dev

Make sure you have the DEV libraries installed on the linux box and then run this [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=605</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 NFS fstab problems</title>
		<link>http://www.mygeekproject.com/?p=603</link>
		<comments>http://www.mygeekproject.com/?p=603#comments</comments>
		<pubDate>Sun, 19 Jul 2009 17:10:19 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Ubuntu 9.x Server]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[nfs]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=603</guid>
		<description><![CDATA[I had a problem with the new release of Ubuntu 9.04 server not mounting remote shares upon boot. Turns out that the network service starts up after fstab now. An easy fix was to edit the /etc/rc.local file here is what I changed/added
/etc/rc.local

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=603</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Linux Header</title>
		<link>http://www.mygeekproject.com/?p=600</link>
		<comments>http://www.mygeekproject.com/?p=600#comments</comments>
		<pubDate>Sat, 18 Jul 2009 18:02:58 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[headers]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=600</guid>
		<description><![CDATA[So in some cases you need the linux headers installed on the machine in order compile new software
To find out what version of linux you are running run this

uname -r

You will get your version, example:

2.6.15-27-386

Then try to write this command:

apt-get install linux-headers-2.6.15-27-386

You can also try this..

apt-get install linux-headers-$&#40;uname -r&#41;

]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=600</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Zipcode Database</title>
		<link>http://www.mygeekproject.com/?p=598</link>
		<comments>http://www.mygeekproject.com/?p=598#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:26:43 +0000</pubDate>
		<dc:creator>Arthur Gressick</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[zipcode]]></category>

		<guid isPermaLink="false">http://www.mygeekproject.com/?p=598</guid>
		<description><![CDATA[I am working on a project for looking up distances from zipcodes. I found an open source database and some other information for making this happen. I will post more on this when I get it completed.
http://zips.sourceforge.net/
Also take a look at this site.
http://www.populardata.com/ (you can find the canadian DB from there)
Good luck and I will [...]]]></description>
		<wfw:commentRss>http://www.mygeekproject.com/?feed=rss2&amp;p=598</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
