<?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/"
	>

<channel>
	<title>MJS1&#124;dotcom</title>
	<atom:link href="http://www.mjs1.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mjs1.com</link>
	<description>Gettin' It Done with Code</description>
	<pubDate>Thu, 01 Apr 2010 11:05:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up JIRA on CentOS 5.2</title>
		<link>http://www.mjs1.com/2010/03/29/setting-up-jira-on-centos-52/</link>
		<comments>http://www.mjs1.com/2010/03/29/setting-up-jira-on-centos-52/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 11:26:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=155</guid>
		<description><![CDATA[I have always been a fan of Agile Software management and practiced it to its fullest.  So when I found out about the JIRA software and Grasshapper for Agile software management I wanted to give it a try.  First, I downloaded the JIRA evaluation software and ran it on my desktop to check out its [...]]]></description>
			<content:encoded><![CDATA[<p>I have always been a fan of Agile Software management and practiced it to its fullest.  So when I found out about the JIRA software and Grasshapper for Agile software management I wanted to give it a try.  First, I downloaded the JIRA evaluation software and ran it on my desktop to check out its functionality and usability.   I was quite impressed with it and after that I was ready to try to install it on a production system with a recommended database.</p>
<p>(update)  So the plan is to install the stand-alone version of JIRA on a based CentOS 5.2 system.  This stand-alone version already has a tomcat version in it and a rudimentary database.  However, after we verify the installation, we will switch the connection to a MySQL database and allow connections from outside.</p>
<p>So I downloaded the linux version, unzipped it and placed the files in /usr/bin/ directory.  I renamed the directory base directory to jira.</p>
<p>I added the jira user per the instructions.</p>
<p>When trying to run jira for the first time, I saw in the log file that it did not run due to the JAVA_HOME variable not being set.  I used the ls -al command mentioned in the comments of installing JAVA on the jira site and then used then set the JAVA_HOME variable.  java -version was used to make sure that java was installed.</p>
<p>To run JIRA you must set the JAVA_HOME variable, export it, then start JIRA.  That is from the command prompt.</p>
<p>JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk</p>
<p>export JAVA_HOME</p>
<p>bin/startup.sh</p>
<p>go to http://localhost:8080 to test</p>
<p>if locked, you must remove the .lck file</p>
<ol>
<li>CD to the JIRA Home directory</li>
<li>Run <tt>ls -al</tt></li>
<li>Run rm .jira-home.lock</li>
</ol>
<p>So the plan is to install JIRA on a CentOS 5.2 Apache webserver running the TomCat 5.X or 6.X application server.  Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages  technologies.</p>
<p>A couple articles I will be using to help me with this task are.</p>
<p><a href="http://geekzine.org/2009/02/19/configure-tomcat-6-java-6-on-centos-52-with-apache-on-port-8080/">http://geekzine.org/2009/02/19/configure-tomcat-6-java-6-on-centos-52-with-apache-on-port-8080/</a></p>
<p>I will also be using the official JIRA installation manuals.  They have what appears to be a very extensive and well documented installation guide.</p>
<p><a href="http://confluence.atlassian.com/display/JIRA/JIRA+Installation+and+Upgrade+Guide">http://confluence.atlassian.com/display/JIRA/JIRA+Installation+and+Upgrade+Guide</a></p>
<p>So I will also be using the following topics</p>
<p><a title="Installing JIRA WAR-EAR" href="http://confluence.atlassian.com/display/JIRA/Installing+JIRA+WAR-EAR">Installing JIRA WAR-EAR</a></p>
<p><a title="Installing JIRA on Tomcat 5.5" href="http://confluence.atlassian.com/display/JIRA/Installing+JIRA+on+Tomcat+5.5">Installing JIRA on Tomcat 5.5</a></p>
<p><a title="Connecting JIRA to MySQL" href="http://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL">Connecting JIRA to MySQL</a></p>
<p><a title="Running JIRA in a Virtualised Environment" href="http://confluence.atlassian.com/display/JIRA/Running+JIRA+in+a+Virtualised+Environment">Running JIRA in a  Virtualised Environment</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2010/03/29/setting-up-jira-on-centos-52/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a new VM from an existing VM</title>
		<link>http://www.mjs1.com/2010/03/29/creating-a-new-vm-from-an-existing-vm/</link>
		<comments>http://www.mjs1.com/2010/03/29/creating-a-new-vm-from-an-existing-vm/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 11:18:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=153</guid>
		<description><![CDATA[OK.  Once you have a good working base VM system, it is quite easy to implement new VMs for different tasks.
The first step is to create your base Linux/CentOS system or Windows system that will be used for future VMs.  This system will essentially be a fresh install with all the service packs and updates [...]]]></description>
			<content:encoded><![CDATA[<p>OK.  Once you have a good working base VM system, it is quite easy to implement new VMs for different tasks.</p>
<p>The first step is to create your base Linux/CentOS system or Windows system that will be used for future VMs.  This system will essentially be a fresh install with all the service packs and updates applied to it.  When necessary you will run it and apply new updates.</p>
<p>Now comes the duplicating task.  That is, creating a new VM from this base system so you can experiment or create a new server.  Here are the steps.</p>
<p>1) Create a new Virtual Machine from the VM Server access panel</p>
<p>2) Choose the appropriate operating system when asked.  For CentOS 5.2 use Linux Redhat 5.x.</p>
<p>3) When asked for what hard drive to install choose none.  You will later attach a copy of the base systems disk to this new VM system.</p>
<p>4) Choose the other setting as normal and appropriate for your situation.  Remember, you are essentially creating a virtual computer without a harddrive.  In my case, I needed to select a my &#8220;BridgeCard&#8221; network card for the networking setting instead of the default NAT.</p>
<p>5) Once created, you can now go to the summary page of the VM to add  the new copied harddisk.</p>
<p>6)  First,copy and paste the vdmk file for the base system to the new VM folder. Then rename the vmdk file to the name of that makes more sense for the VM that you just created.  Usually the same name as the VM machine.</p>
<p>7) Now, you add the copied harddisk to the VM machine by choosing the Add New  Hardware on the left hand side of the VM summary page.  When adding the hardisk, choose the &#8220;Use existing Harddisk&#8221; option and select the copied and renamed vmdk file from the datastore.</p>
<p>That&#8217;s it.  You now have a new working copy of the base VM.   Your next steps would be to start configuring it to your liking such as adding the desired programs and services for it desired task, changing its IP, internal computer name, and MAC Address (if needed, for servers etc.), setting firewall setting to allow traffic to it and setting up connections to it such as external database servers.</p>
<p>Enjoy.  The fun has just begun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2010/03/29/creating-a-new-vm-from-an-existing-vm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Renaming the virtual machine disk file</title>
		<link>http://www.mjs1.com/2010/03/28/renaming-the-virtual-machine-disk-file/</link>
		<comments>http://www.mjs1.com/2010/03/28/renaming-the-virtual-machine-disk-file/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 12:19:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=150</guid>
		<description><![CDATA[From http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&#38;docType=kc&#38;externalId=6821743&#38;sliceId=1&#38;docTypeID=DT_KB_1_1&#38;dialogID=71326048&#38;stateId=1%200%2071322858

Details

This article provides steps for renaming the  virtual machine disk file.
Solution

To rename the virtual machine disk  file (.vmdk file):


Log in to the VMware Infrastructure (VI) Client.


Click VM &#62; Edit Settings &#62; Remove the disk from the virtual  machine.
Notes:




Do not select Remove from the virtual machine and delete files  from the disk.


To remove [...]]]></description>
			<content:encoded><![CDATA[<p>From http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=6821743&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=71326048&amp;stateId=1%200%2071322858</p>
<div class="authoreddoc">
<h4 class="docheading Details">Details</h4>
<div class="doccontent cc_Details">
<p><span style="font-size: 10pt; font-family: Arial;">This article provides steps for renaming the  virtual machine disk file.</span></div>
<h4 class="docheading Solution">Solution</h4>
<div class="doccontent  cc_Solution">
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial; font-size: x-small;">To rename the virtual machine disk  file (.<span style="font-family: Courier New;">vmdk</span> file):</span></div>
<ol>
<li>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial; font-size: x-small;">Log in to the VMware Infrastructure (VI) Client.</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial; font-size: x-small;">Click <strong>VM &gt;</strong></span> <span style="font-family: Arial; font-size: x-small;"><strong>Edit Settings &gt; Remove the disk from the virtual  machine</strong>.</p>
<p><strong>Notes</strong>:</span></div>
</li>
<li style="list-style-type: none;">
<ul>
<li>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial; font-size: x-small;">Do not select<span style="font-size: 10pt;"> <strong>R</strong></span><span style="font-family: Arial;"><span><strong><span style="font-size: 10pt;">emove from the virtual machine and delete files  from the disk</span></strong>.</span></span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial; font-size: x-small;"><span style="font-family: Arial;"><span><span style="font-size: 10pt;">To remove the primary disk (containing the  guest OS) you must power off the virtual machine.</span></span></span></span> <span style="font-family: Arial; font-size: x-small;"><span style="font-family: Arial;"></p>
<p></span></span></div>
</li>
</ul>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: x-small;">Connect to the ESX host using SSH and run the following  command:</p>
<p></span></span><span style="font-size: x-small;"><span style="font-family: Courier New;">#vmkfstools  -E &lt;source&gt; &lt;target&gt;</p>
<p><span style="font-family: Arial;">Where &lt;source&gt; is  the name of the virtual disk to rename and &lt;target&gt; is the name  you want the virtual disk to have. </span></span></span></div>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Courier New;"><span style="font-family: Arial;"><br />
</span></span></span></div>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Courier New;"><span style="font-family: Arial;"><strong>Note</strong>: Ensure to  include the extension .</span> <span style="font-family: Courier New;">vmdk<span style="font-size: 10pt; font-family: Arial;">. I</span></span><span style="font-family: Arial;"><span style="font-size: 10pt; font-family: Arial;">f</span> you are not in the same directory as the file you are renaming, include  the full path to the files.  If the file name includes a space, you may  need to use double quotes around the name to ensure you capture the  full name.</p>
<p></span></span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;">After renaming the virtual  disk, log in to the VI Client.<span> </span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;">Click<strong> VM &gt; Edit  Settings &gt; Add Hard Disk</strong>. </span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;">Choose <strong>Use an  existing virtual disk</strong>.</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial;">Browse to the datastore and  point to the renamed disk. Finish adding the virtual disk.<br />
</span></div>
</li>
</ol>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2010/03/28/renaming-the-virtual-machine-disk-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a new virtual disk for an existing Linux virtual machine</title>
		<link>http://www.mjs1.com/2010/03/28/creating-a-new-virtual-disk-for-an-existing-linux-virtual-machine/</link>
		<comments>http://www.mjs1.com/2010/03/28/creating-a-new-virtual-disk-for-an-existing-linux-virtual-machine/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 12:16:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=147</guid>
		<description><![CDATA[From http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&#38;docType=kc&#38;externalId=1003940&#38;sliceId=1&#38;docTypeID=DT_KB_1_1&#38;dialogID=71320981&#38;stateId=1%200%2071322764

Details

This  article provides steps to create a new virtual disk for an existing  Linux virtual machine. 
Solution

The following  steps assume some degree of familiarity with Linux system administration  skills. 

This is not necessarily a cookbook and  you are advised to consult freely available Linux documentation at http://www.tldp.org for a full [...]]]></description>
			<content:encoded><![CDATA[<p>From http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1003940&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=71320981&amp;stateId=1%200%2071322764</p>
<div class="authoreddoc">
<h4 class="docheading Details">Details</h4>
<div class="doccontent cc_Details">
<p><span style="font-family: Arial; font-size: x-small;">This  article provides steps to create a new virtual disk for an existing  Linux virtual machine. </span></div>
<h4 class="docheading Solution">Solution</h4>
<div class="doccontent  cc_Solution">
<div><span style="font-family: Arial; font-size: x-small;">The following  steps assume some degree of familiarity with Linux system administration  skills. </span></div>
<div></div>
<div><span style="font-family: Arial; font-size: x-small;">This is not necessarily a cookbook and  you are advised to consult freely available Linux documentation at </span><a href="http://www.tldp.org/" target="_blank"><span style="font-family: Arial; font-size: x-small;">http://www.tldp.org </span></a><span style="font-family: Arial; font-size: x-small;">for a full description of the  utilities mentioned herein. </span></div>
<div></div>
<div><span style="font-family: Arial; font-size: x-small;">To create a new virtual disk for an  existing Linux virtual machine: </span></div>
<ol>
<li>
<div><span style="font-family: Arial; font-size: x-small;">Create the virtual disk. </span></div>
</li>
<li>
<div><span style="font-family: Arial; font-size: x-small;">Log in as root <strong></strong>on your  Linux virtual machine. </span></div>
</li>
<li>
<div><span style="font-family: Arial; font-size: x-small;">Unless you are not running level 3,  open a terminal session. </span></div>
</li>
<li>
<div><span style="font-family: Arial; font-size: x-small;">Run the <span style="font-family: Courier New;">df </span><strong></strong>command  to examine the current disks that are mounted and accessible. </span></div>
</li>
<li>
<div><span style="font-family: Arial; font-size: x-small;">Create an ext3 file system on the new  disk:</p>
<p></span><span style="font-family: Arial; font-size: x-small;"><span style="font-family: Courier New;"># mkfs -t ext3 /dev/sdb </span><br />
</span><span style="font-family: Arial; font-size: x-small;"><br />
<strong>Note</strong>:<strong> </strong><span style="font-family: Courier New;">b </span>in <span style="font-family: Courier New;">/dev/sdb </span>is  the second SCSI disk.</p>
<p></span><span style="font-family: Arial; font-size: x-small;">It  warns that you are performing this operation on an entire device, not a  partition. That is correct, as you created a single virtual disk of the  intended size. This is assuming you have specified the correct device.</p>
<p><strong>Caution</strong>:  Ensure you have selected the right device, there is no undo.</p>
<p></span></div>
</li>
<li>
<div><span style="font-family: Arial; font-size: x-small;">Run the <span style="font-family: Courier New;">fdisk </span>command to verify the existence of the disk you created:</p>
<p></span><span style="font-family: Arial; font-size: x-small;"><span style="font-family: Courier New;"># fdisk -l</p>
<p></span> </span></div>
</li>
<li>
<div><span style="font-family: Arial; font-size: x-small;">Run the following command to create a  mount point for the new disk:</p>
<p></span><span style="font-family: Courier New; font-size: x-small;"># mkdir /&lt;NewDirectoryName&gt;</p>
<p></span></div>
</li>
<li>
<div><span style="font-family: Arial; font-size: x-small;">Run the following command to display  the current <span style="font-family: Courier New;">/etc/fstab </span>:</p>
<p></span><span style="font-family: Courier New; font-size: x-small;"># cat /etc/fstab</p>
<p></span></div>
</li>
<li>
<div><span style="font-family: Arial; font-size: x-small;">Run the following command to add the  disk to <span style="font-family: Courier New;">/etc/fstab </span>so that it is  available across reboots:</p>
<p></span><span style="font-family: Courier New; font-size: x-small;">/dev/sdb /&lt;NewDirectoryName&gt; ext3 defaults 1 3<br />
<span style="font-family: Arial;"><br />
<strong>Note</strong>: Use a Linux text editor of your  choice. </span></p>
<p></span></div>
</li>
<li>
<div><span style="font-family: Arial; font-size: x-small;">Reboot the Linux virtual machine and  the new disk is now available. </span></div>
</li>
</ol>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2010/03/28/creating-a-new-virtual-disk-for-an-existing-linux-virtual-machine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finding the Perfect Website Domain</title>
		<link>http://www.mjs1.com/2009/06/17/finding-the-perfect-website-domain/</link>
		<comments>http://www.mjs1.com/2009/06/17/finding-the-perfect-website-domain/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 11:57:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=122</guid>
		<description><![CDATA[When creating a new website, you really want to do your homework and find the website domain name and if it is available.
One website that helps ease this task is http://www.namepro.ca, it allows you to enter multiple potential web domains at once and see if they are available.
I use a spreadsheat to help automate creating [...]]]></description>
			<content:encoded><![CDATA[<p>When creating a new website, you really want to do your homework and find the website domain name and if it is available.</p>
<p>One website that helps ease this task is http://www.namepro.ca, it allows you to enter multiple potential web domains at once and see if they are available.</p>
<p>I use a spreadsheat to help automate creating combinations of domain names that may be available. This technique produces some strange names but often it comes up with somegood names you would not have thought of.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2009/06/17/finding-the-perfect-website-domain/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Backing up and Restoring Your  MySQL Databases</title>
		<link>http://www.mjs1.com/2009/06/10/backing-up-and-restoring-your-mysql-databases/</link>
		<comments>http://www.mjs1.com/2009/06/10/backing-up-and-restoring-your-mysql-databases/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:05:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=109</guid>
		<description><![CDATA[Interesting article on devshed.com on how to backup and restore your databases.
http://www.devshed.com/c/a/MySQL/Backing-up-and-restoring-your-MySQL-Database/1/
]]></description>
			<content:encoded><![CDATA[<p>Interesting article on devshed.com on how to backup and restore your databases.</p>
<p><a href="http://www.devshed.com/c/a/MySQL/Backing-up-and-restoring-your-MySQL-Database/1/">http://www.devshed.com/c/a/MySQL/Backing-up-and-restoring-your-MySQL-Database/1/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2009/06/10/backing-up-and-restoring-your-mysql-databases/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting going with WordPress</title>
		<link>http://www.mjs1.com/2009/06/09/getting-going-with-wordpress-2/</link>
		<comments>http://www.mjs1.com/2009/06/09/getting-going-with-wordpress-2/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 16:56:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=106</guid>
		<description><![CDATA[Copy gz to directory of website
extract to create wordpress folder
use the 5 minute start guide (see below)
create new database in mysql SITE_WordPress
run install using the website address.  http://www.sitedomain.com/wordpress/wp-admin/install.php
copy themes and plugins from other base system : eflowone
change settings:permalink
activate plugins: exec_php,

Here&#8217;s the quick version of the instructions, for those that are already comfortable with performing such [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Copy gz to directory of website</li>
<li>extract to create wordpress folder</li>
<li>use the 5 minute start guide (see below)</li>
<li>create new database in mysql SITE_WordPress</li>
<li>run install using the website address.  <span style="font-family: Courier New;"><a href="http://www.sitedomain.com/wordpress/wp-admin/install.php">http://www.sitedomain.com/wordpress/wp-admin/install.php</a></span></li>
<li>copy themes and plugins from other base system : eflowone</li>
<li>change settings:permalink</li>
<li>activate plugins: exec_php,</li>
</ul>
<p>Here&#8217;s the quick version of the instructions, for those that are already comfortable with performing such installations. More <a href="http://www.eflowone.com/wordpress/wp-admin/#Detailed_Instructions"><span style="color: #21759b;">detailed instructions</span></a> follow.</p>
<ol>
<li>Download and unzip the WordPress package, if you haven&#8217;t already.</li>
<li>Create a database for WordPress on your web server, as well as a <a title="Glossary" href="http://www.eflowone.com/Glossary#MySQL"><span style="color: #21759b;">MySQL</span></a> user who has all privileges for accessing and modifying it.</li>
<li>Rename the <tt>wp-config-sample.php</tt> file to <tt>wp-config.php</tt>.</li>
<li>Open <tt>wp-config.php</tt> in your favorite <a title="Glossary" href="http://www.eflowone.com/Glossary#Text_editor"><span style="color: #21759b;">text editor</span></a> and <a href="http://www.eflowone.com/wordpress/wp-admin/#Step_3:_Set_up_wp-config.php"><span style="color: #21759b;">fill in your database details</span></a> as explained in <a title="Editing wp-config.php" href="http://www.eflowone.com/Editing_wp-config.php"><span style="color: #21759b;">Editing wp-config.php</span></a> to generate and use your secret key password.</li>
<li>Place the WordPress files in the desired location on your web server:
<ul>
<li>If you want to integrate WordPress into the root of your domain (e.g. <tt>http://example.com/</tt>), move or upload all contents of the unzipped WordPress directory (but excluding the directory itself) into the root directory of your web server.</li>
<li>If you want to have your WordPress installation in its own subdirectory on your web site (e.g. <tt>http://example.com/blog/</tt>), rename the directory <tt>wordpress</tt> to the name you&#8217;d like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress installation in a subdirectory called &#8220;blog&#8221;, you should rename the directory called &#8220;wordpress&#8221; to &#8220;blog&#8221; and upload it to the root directory of your web server.<strong>Hint</strong>: If your FTP transfer is too slow read how to avoid FTPing at : <a class="external text" title="http://codex.wordpress.org/Installing_WordPress#Step_1:_Download_and_Extract" href="http://codex.wordpress.org/Installing_WordPress#Step_1:_Download_and_Extract"><span style="color: #21759b;">Step 1: Download and Extract</span></a>.</li>
</ul>
</li>
<li>Run the WordPress installation script by accessing <tt>wp-admin/install.php</tt> in your favorite web browser.
<ul>
<li>If you installed WordPress in the root directory, you should visit: <tt>http://example.com/wp-admin/install.php</tt></li>
<li>If you installed WordPress in its own subdirectory called <tt>blog</tt>, for example, you should visit: <tt>http://example.com/blog/wp-admin/install.php</tt></li>
</ul>
</li>
</ol>
<p>That&#8217;s it! WordPress should now be installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2009/06/09/getting-going-with-wordpress-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a VMServer NAS using FreeNAS</title>
		<link>http://www.mjs1.com/2009/06/05/creating-a-vmserver-nas-using-freenas/</link>
		<comments>http://www.mjs1.com/2009/06/05/creating-a-vmserver-nas-using-freenas/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 16:27:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VMWare]]></category>

		<category><![CDATA[VMserver VMWare FreeNAS]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=96</guid>
		<description><![CDATA[So I wanted to create a NAS on a Virtual machine to store webfiles.  This would allow a good separation of program files and content files.  With the help of my friends Ron and Phil, we were able to get it up and running from scratch in about 90 minutes.  Aren&#8217;t friends and VMs nice. 
The [...]]]></description>
			<content:encoded><![CDATA[<p>So I wanted to create a NAS on a Virtual machine to store webfiles.  This would allow a good separation of program files and content files.  With the help of my friends Ron and Phil, we were able to get it up and running from scratch in about 90 minutes.  Aren&#8217;t friends and VMs nice. </p>
<p>The idea is to create a NAS on a virtual server as a virtual machine, mount the NAS on the webserver and then setup apache to be able to access it.</p>
<p>Setting up FreeNAS VM</p>
<p>For the NAS virtual machine, we were able to download the FreeNAS VM Image from <a href="http://www.freenas.org/index.php?option=com_versions&amp;Itemid=51">http://www.freenas.org/index.php?option=com_versions&amp;Itemid=51</a></p>
<ol>
<li>Download the VM Image from <a href="http://www.freenas.org/index.php?option=com_versions&amp;Itemid=51">http://www.freenas.org/index.php?option=com_versions&amp;Itemid=51</a></li>
<li>unzip in your virtual machines directory on your Virtual Server host.</li>
<li>Then add a new virtual machine from inventory to have the vm show up in your inventory.</li>
<li>At this point, you can increase the size of the hard drive. </li>
<li>You may also wish change some settings to the network card depending on how you wish to manage your NAS IP.  In my case, I manually set the virtual network card MAC address and set my hardware firewall to assign a static IP address to that MAC address.</li>
<li>You may also wish to set the auto-start/auto stop settings of the VM Server to include the new NAS so it will auto power up and down. </li>
<li>After starting up the NAS, you can connect to it and reset the webGUI password, assign interfaces and set LAN IP if necessary.</li>
<li>Connect to the webGUI using a web browser.  You will be prompted for the username and password. </li>
<li>Once connected you will want to create a folder to store your data and enable the services to allow sharing of files.</li>
<li>create a new folder by going to the advanced menu and selecting file manager.</li>
<li>create a new folder  like /usr/local/nas/</li>
<li>Go to the Service menu and select NFS and enable it and save it.</li>
<li>Then go to the Share tab and add a folder to share, browse and select the new folder you created</li>
<li>For authorized network, you can either set it to be your entire network by adding something like 192.168.0.0 and a mask of 24 or you can specify the specific web service IP and set the mask to 32.   </li>
</ol>
<p>Mounting your NAS on your web server</p>
<p>Next we would like to mount the NAS on the web server so that it has access to it.</p>
<ol>
<li>log into you webserver.</li>
<li>go to the /mnt directory by using  the cd /mnt command</li>
<li>add a new directory by using the mkdir command, mkdir nasfiles</li>
<li>next mount the new directory to the nas directory using, the command, sudo mount -t 192.168.0.35:/usr/local/nas /mnt/nasfiles</li>
<li>edit the fstab file in the /etc folder to have the nas mounted on power up with the following line 192.168.0.35:/usr/local/nas /mnt/nasfiles ext3 defaults 0 0</li>
</ol>
<p>Give Apache access to the newly mounted NAS</p>
<ol>
<li>edit the httpd.conf file and add in an alias to the mnt directory and add a directory declaration</li>
<li>Alias /nasfiles &#8220;/mnt/nasfiles&#8221;</li>
<li>&lt;Directory &#8220;/mnt/nasfiles&#8221;&gt;Options None AllowOverride None Order allow,deny Allow from all &lt;/Directory&gt;</li>
<li>then restart the httpd service</li>
</ol>
<p>Test it.</p>
<p>Add a file to the mounted nas directory, see if you can access the file from your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2009/06/05/creating-a-vmserver-nas-using-freenas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a favicon</title>
		<link>http://www.mjs1.com/2009/06/03/creating-a-favicon/</link>
		<comments>http://www.mjs1.com/2009/06/03/creating-a-favicon/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 12:08:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=92</guid>
		<description><![CDATA[To jazz up your site and make it look professional, you should add a favicon icon.  This is the icon that shows up in the url of your browser.  An easy way to create a favicon is to use one of the free favicon site out there.  One such on is.
http://www.favicon.cc/?action=edit_image&#38;file_id=35382
]]></description>
			<content:encoded><![CDATA[<p>To jazz up your site and make it look professional, you should add a favicon icon.  This is the icon that shows up in the url of your browser.  An easy way to create a favicon is to use one of the free favicon site out there.  One such on is.</p>
<p><a href="http://www.favicon.cc/?action=edit_image&amp;file_id=35382">http://www.favicon.cc/?action=edit_image&amp;file_id=35382</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2009/06/03/creating-a-favicon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating your first Blackberry Application using the Java API</title>
		<link>http://www.mjs1.com/2009/05/28/creating-your-first-blackberry-application-using-the-java-api/</link>
		<comments>http://www.mjs1.com/2009/05/28/creating-your-first-blackberry-application-using-the-java-api/#comments</comments>
		<pubDate>Thu, 28 May 2009 18:58:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blackberry]]></category>

		<guid isPermaLink="false">http://www.mjs1.com/?p=84</guid>
		<description><![CDATA[I am interested in creating applications for blackberrys.  Here are some links to site that my be useful to get the ball rolling.
Information on the CHAPI DEMO that can be used to associate a file extension with a program.
http://java.sun.com/javase/downloads/index.jsp#jdkJavaFX
http://java.sun.com/javame/downloads/sdk30.jsp
http://developers.sun.com/mobility/wtk/demos/wtk-chapi.html
http://bb.emacf1.com/bbfilescout.html
http://supportforums.blackberry.com/rim/board/message?message.uid=207134
 
Creating a blackberry laucher
http://crackberry.com/how-create-blackberry-launcher
http://www.brighthub.com/mobile/blackberry-platform/articles/34913.aspx
http://www.blackberryinsight.com/2008/07/08/howto-setup-an-apache-webserver-to-deliver-blackberry-ota-applications/
For the IPhone, do this.
http://www.tuaw.com/2007/08/28/iphone-coding-url-launcher/
]]></description>
			<content:encoded><![CDATA[<p>I am interested in creating applications for blackberrys.  Here are some links to site that my be useful to get the ball rolling.</p>
<p>Information on the CHAPI DEMO that can be used to associate a file extension with a program.</p>
<p><a href="http://java.sun.com/javase/downloads/index.jsp#jdkJavaFX">http://java.sun.com/javase/downloads/index.jsp#jdkJavaFX</a></p>
<p><a href="http://java.sun.com/javame/downloads/sdk30.jsp">http://java.sun.com/javame/downloads/sdk30.jsp</a></p>
<p><a href="http://developers.sun.com/mobility/wtk/demos/wtk-chapi.html">http://developers.sun.com/mobility/wtk/demos/wtk-chapi.html</a></p>
<p><a href="http://bb.emacf1.com/bbfilescout.html">http://bb.emacf1.com/bbfilescout.html</a></p>
<p><a href="http://supportforums.blackberry.com/rim/board/message?message.uid=207134">http://supportforums.blackberry.com/rim/board/message?message.uid=207134</a></p>
<p> </p>
<p>Creating a blackberry laucher</p>
<p><a href="http://crackberry.com/how-create-blackberry-launcher">http://crackberry.com/how-create-blackberry-launcher</a></p>
<p><a href="http://www.brighthub.com/mobile/blackberry-platform/articles/34913.aspx">http://www.brighthub.com/mobile/blackberry-platform/articles/34913.aspx</a></p>
<p><a href="http://www.blackberryinsight.com/2008/07/08/howto-setup-an-apache-webserver-to-deliver-blackberry-ota-applications/">http://www.blackberryinsight.com/2008/07/08/howto-setup-an-apache-webserver-to-deliver-blackberry-ota-applications/</a></p>
<p>For the IPhone, do this.</p>
<p><a href="http://www.tuaw.com/2007/08/28/iphone-coding-url-launcher/">http://www.tuaw.com/2007/08/28/iphone-coding-url-launcher/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjs1.com/2009/05/28/creating-your-first-blackberry-application-using-the-java-api/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
