<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5281158557283561226</id><updated>2011-12-21T20:53:05.902-08:00</updated><category term='LAMP'/><category term='eclipse'/><category term='Virtualbox'/><category term='phpeclipse'/><category term='installation'/><category term='resolution'/><category term='php'/><category term='pdt'/><title type='text'>Ready for what?</title><subtitle type='html'>Notes from someone who plays with way too many open source technologies</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-7978963483023805575</id><published>2010-03-16T23:27:00.000-07:00</published><updated>2010-10-28T05:23:39.274-07:00</updated><title type='text'>Installing Pentaho BI</title><content type='html'>&lt;span&gt;&lt;span&gt;For a customer proof of concept, I needed to create a Pentaho VM.&lt;br /&gt;&lt;br /&gt;1. Installed Sun JDK and JRE and dos2unix.&lt;br /&gt;$ sudo apt-get install tofrodos&lt;br /&gt;$ sudo apt-get install sun-java6-jdk sun-java6-jre&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;2. Updated profile for pentaho user&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;$ vi ~/.bashrc&lt;br /&gt;inserted:&lt;br /&gt;JAVA_HOME=/usr/lib/jvm/java-6-sun&lt;br /&gt;export JAVA_HOME&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;3. Created directory tree for Pentaho&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;$ cd /opt&lt;br /&gt;$ sudo mkdir pentaho&lt;br /&gt;$ sudo chown pentaho:pentaho pentaho -R&lt;br /&gt;$ cd pentaho&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;7. From http://sourceforge.net/projects/pentaho/files/ downloaded latest versions of:&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/pentaho/files/Pentaho%20Metadata/3.5.0-stable/pme-ce-3.5.0.stable.tar.gz/download"&gt;Report Designer&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/pentaho/files/Business%20Intelligence%20Server/3.5.2-stable/biserver-ce-3.5.2.stable.tar.gz/download"&gt;BI Server&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/pentaho/files/Data%20Integration/3.2.0-stable/pdi-ce-3.2.0-stable.tar.gz/download"&gt;Data Integration&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/pentaho/files/Pentaho%20Metadata/3.5.0-stable/pme-ce-3.5.0.stable.tar.gz/download"&gt;Metadata&lt;/a&gt;&lt;br /&gt;Extracted the files into the pentaho directory&lt;br /&gt;&lt;br /&gt;8. Set Publisher password&lt;br /&gt;$ cd /opt/pentaho&lt;br /&gt;$ vi biserver-ce/pentaho-solutions/system/publisher_config.xml&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;9. Convert console.xml into UNIX file type.&lt;br /&gt;$ dos2unix administration-console/resource/config/console.xml&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;11. Set up admin console&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;$ vi administration-console/resource/config/console.xml&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;  &lt;solution-path&gt;./../biserver-ce/pentaho-solutions&lt;/solution-path&gt;&lt;/div&gt;&lt;div&gt;  &lt;war-path&gt;./../biserver-ce/tomcat/webapps/pentaho&lt;/war-path&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;12. Edited the log4j.xml so the log file would appear in the home directory&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;13. Set the hostname directly and added ip address for client machines in web.xml&lt;/div&gt;&lt;div&gt;$sudo vi /opt/pentaho/biserver-ce/tomcat/webapps/pentaho/WEB-INF/web.xml&lt;/div&gt;&lt;div&gt;&lt;div&gt;from:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;param-value&gt;http://localhost:8080/pentaho/&lt;/param-value&gt;&lt;/div&gt;&lt;div&gt;to:&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;param-value&gt;http://xxx.xxx.x.xxx:8080/pentaho/&lt;br /&gt;&lt;br /&gt;added ip addresses for client machines for administration to the trusted ip list.&lt;br /&gt;&lt;/param-value&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Some of these instructions come from &lt;a href="http://www.catura.de/blog/2009/10/14/pentaho-how-tos-install-pentaho-bi-server-on-ubuntu-9-04-server/?lang=en"&gt;here&lt;/a&gt; and &lt;a href="http://forums.pentaho.org/showthread.php?t=73113"&gt;here&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span class="Apple-style-span" style="line-height: 25px;font-family:'Courier New', Courier, monospace;font-size:17px;"&gt;&lt;span class="Apple-style-span" style="color: rgb(68, 68, 68);font-family:Geneva, Helvetica, Verdana, Arial, sans-serif;"&gt;&lt;code style="border-width: 0px; margin: 1em 0px; padding: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; font-family: 'Courier New',Courier,monospace; color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-7978963483023805575?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/7978963483023805575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=7978963483023805575' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/7978963483023805575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/7978963483023805575'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2010/03/installing-pentaho-bi.html' title='Installing Pentaho BI'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-879365607914427596</id><published>2010-01-14T15:53:00.000-08:00</published><updated>2010-01-14T16:23:32.938-08:00</updated><title type='text'>How I decided on Drupal</title><content type='html'>When deciding on which CMS to use, I used the following criteria:&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1. Drupal is based on PHP, mysql and CSS - three technologies I'm which are already familiar with.&lt;/div&gt;&lt;div&gt;2. www.whitehouse.gov recently chose Drupal. I'm going to assume that means that their experts believe that Drupal is secure and scaleable. I know this is lazy thinking; it could also mean that it will take a team of hundreds to keep Drupal secure and scaleable, but I'll test that out!&lt;/div&gt;&lt;div&gt;3. The Drupal ecosystem is so active that even the themes and modules have variations and plugins.&lt;/div&gt;&lt;div&gt;4. The Drupal sites I looked up look both attractive - and somewhat similar to each other. This suggests to me that the developers are able to get a lot out of the basics.&lt;/div&gt;&lt;div&gt;5. Adding my own applications to Drupal looks reasonably easy. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-879365607914427596?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/879365607914427596/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=879365607914427596' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/879365607914427596'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/879365607914427596'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2010/01/how-i-decided-on-drupal.html' title='How I decided on Drupal'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-9140546143096964539</id><published>2010-01-14T15:32:00.000-08:00</published><updated>2010-01-14T15:39:42.598-08:00</updated><title type='text'>Setting up a Drupal Development Environment</title><content type='html'>My development environment runs in a Ubuntu 8.04LTS running in a VM. I followed &lt;a href="http://www.codelathe.com/blog/index.php/2009/02/22/install-apache-php-mysql-drupal-on-ubuntu-804hardy/"&gt;these instructions&lt;/a&gt; which worked very well.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-9140546143096964539?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/9140546143096964539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=9140546143096964539' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/9140546143096964539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/9140546143096964539'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2010/01/setting-up-drupal-development.html' title='Setting up a Drupal Development Environment'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-1983094252530656181</id><published>2009-09-04T03:22:00.000-07:00</published><updated>2009-09-04T03:25:54.643-07:00</updated><title type='text'>I'm migrating my database to InnoDB: I guess that means I'm running Oracle</title><content type='html'>I'm migrating a few tables to start with - I'm hoping I don't take too much of a hit to performance. I just really want those proper foreign key definitions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-1983094252530656181?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/1983094252530656181/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=1983094252530656181' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/1983094252530656181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/1983094252530656181'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/09/im-migrating-my-database-to-innodb-i.html' title='I&apos;m migrating my database to InnoDB: I guess that means I&apos;m running Oracle'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-3245563528560682451</id><published>2009-08-19T17:22:00.000-07:00</published><updated>2009-08-19T18:36:53.915-07:00</updated><title type='text'>An hour with Windows 7 RC reminds me why I don't miss Windows</title><content type='html'>I've been Windows free for the past 6 months or so - and really, I don't think I miss it.&lt;br /&gt;&lt;br /&gt;I grabbed a copy of Windows 7 RC candidate just to have a look at it running in Virtualbox and see if I can maybe use it to easily stream to my Xbox360.&lt;br /&gt;&lt;br /&gt;I boot it up again and I get a message on my desktop saying that my copy of Windows is not genuine. This could mean one of two things. Either someone snuck into my house, deleted the copy of Windows I downloaded and installed into Virtualbox, and reinstalled a "Non Genuine" copy, or Microsoft is subtly twisting the meaning of Genuine.&lt;br /&gt;&lt;br /&gt;Not wanting to feel like a criminal, I click on the message. Nothing happens, its not clickable. I cudgel my head for a few seconds but can't really think of where I can go in WIndows to make it connect to the mothership and validate or whatever I need to do to make my Windows "genuine".&lt;br /&gt;&lt;br /&gt;While I'm hunting around for the validation option, I notice a little flag waving from the toolbar. It says I have important tasks - such as searching the internet for an antivirus package and running a backup. Fair enough. But why should I need to search the internet for virus software? Haven't they heard of package managers?&lt;br /&gt;&lt;br /&gt;So I do the search. It displays a bunch of logos. Several of them I don't recognise, and some of them remind me of paying $99 a year for something that doesn't improve my life. I remember that AVG offers a decent free anti-virus software, so I click on the AVG logo.&lt;br /&gt;&lt;br /&gt;AVG offers me two options (working from memory here). One is Expensive and the other is More Expensive. Dang it, I'm sure that they had a free option. Oh well. I enter "Windows 7 Free Antivirus" into Bing and I get a link to AVG. This time, I get three options! Free, Expensive and More Expensive. I guess they think that people coming from Microsoft's page are more in the mood to spend money.&lt;br /&gt;&lt;br /&gt;Several mouse clicks later, I've downloaded and installed AVG. At no time was I prompted for any kind of Root password. I thought this thing was supposed to be more secure!&lt;br /&gt;&lt;br /&gt;AVG wants me to install make Yahoo search my default. I have no idea why this would benefit me, but I guess Yahoo is paying AVG for the begging space. No thanks, I'd rather have a few more pixels for looking at websites than some irritating toolbar. Especially since Yahoo is now powered by Bing and Bing is already the Windows 7 default search engine.&lt;br /&gt;&lt;br /&gt;AVG has installed a desktop shortcut for itself. Thanks for nothing. But easily deleted.&lt;br /&gt;&lt;br /&gt;But then I go back into IE, and AVG has installed a toolbar anyway! And it includes Yahoo search! Now I have two seach boxes and a toolbar with a bunch of links I don't need. And the toolbar has no close button. To get rid of it, I need to go into Advanced Settings, ask it to be moved above the tabs and only then do I get a close button.  Sigh.&lt;br /&gt;&lt;br /&gt;No sooner have I run AVG, I get another warning on my toolbar. Now Windows Defender wants to scan my PC. Now that I have AVG, do I need to run Windows Defender? Or did I not really need AVG in the first place. Who knows? I don't have time to research this.&lt;br /&gt;&lt;br /&gt;But luckily this takes me a few minutes to figure out. Because during those minutes, Windows has gotten really upset about not being Genuine and has faded my desktop to an ominous black. Its telling me I need to Activate NOW and its offering me a box to type my activation key into. Along with some useless messages about finding the key on some sticker. I get a key from the Release Candidate website, enter it, and my windows copy is now a "Genuine" "Evaluation Copy". Sweet.&lt;br /&gt;&lt;br /&gt;Some requests for the next version of Windows:&lt;br /&gt; - a package manager which allows me to install and update all kinds of commonly used software with a unified interface&lt;br /&gt; - a default security model which requires an admin password too be entered when I'm installing new software&lt;br /&gt; - a new culture of not pestering users with addons that aren't going to benefit them&lt;br /&gt;&lt;br /&gt;And AVG - please be more respectful of your users. I don't mind being pestered to buy the More Expensive version, but don't hide the Free one from me just because you paid Microsoft for a link to their Windows 7 Antivirus page!&lt;br /&gt;&lt;br /&gt;And now that I've wasted an hour or so figuring this out, I've run out of time to figure out the Xbox streaming. Back to real work!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-3245563528560682451?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/3245563528560682451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=3245563528560682451' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/3245563528560682451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/3245563528560682451'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/08/hour-with-windows-7-rc-reminds-me-why-i.html' title='An hour with Windows 7 RC reminds me why I don&apos;t miss Windows'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-4489887931840516215</id><published>2009-08-09T03:47:00.000-07:00</published><updated>2009-08-09T03:49:16.949-07:00</updated><title type='text'>File Uploads in PHP</title><content type='html'>Once I got PHP working on my Dev server, still another hurdle - file upload wouldn't work because PHP wasn't handling the file upload temp directory (which is set in php.ini).  To fix this, I added www-data, the user that PHP runs under, to the right group for the temp directory.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-4489887931840516215?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/4489887931840516215/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=4489887931840516215' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/4489887931840516215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/4489887931840516215'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/08/file-uploads-in-php.html' title='File Uploads in PHP'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-1933525610371512268</id><published>2009-08-08T22:06:00.000-07:00</published><updated>2009-08-08T22:33:55.012-07:00</updated><title type='text'>Mounting a shared drive in Virtualbox</title><content type='html'>I wanted to share a directory from my main machine so I could import Second Life logs into my VM development environment. (I could try SL ona VM, but I'm guessing I need all the performance I can get!).&lt;br /&gt;&lt;br /&gt;Two things to remember:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://srackham.wordpress.com/using-virtualbox-20-to-host-xubuntu-804-on-windows-xp/"&gt;Apparently mount doesn't like you naming the share the same as the mountpoint&lt;/a&gt;. This was causing &lt;em&gt;mounting failed with the error: Protocol error.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;Because you need to run the mount as sudo, the mounted directory is owned by root. I used  -o uid=mwgjordan,gid=mwgjordan to get around this.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-1933525610371512268?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/1933525610371512268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=1933525610371512268' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/1933525610371512268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/1933525610371512268'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/08/mounting-shared-drive-in-virtualbox.html' title='Mounting a shared drive in Virtualbox'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-5246823513395564709</id><published>2009-07-24T05:18:00.000-07:00</published><updated>2009-07-24T05:23:31.161-07:00</updated><title type='text'>ASD M210 - now sees the net!</title><content type='html'>Last Saturday I picked up an apparently unused ASD M210. Its a barcode reader with Win CE, a touch screen and a dock.&lt;br /&gt;I tried for hours to get the wifi working but no luck. Some third party wifi software that just doesn't seem to want to radio. Maybe I need to open this thing up and flip a DIP switch or something. Maybe email ASD?&lt;br /&gt;So I tried parking it on its dock, doing a soft reset and Voila, it can see the internet. I also got the barcode to keyboard function to work. Now I'm quite looking forward to getting it to work with Koha.&lt;br /&gt;But Windows CE? Version 5 and no native Wifi? What's up with that?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-5246823513395564709?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/5246823513395564709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=5246823513395564709' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/5246823513395564709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/5246823513395564709'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/07/asd-m210-now-sees-net.html' title='ASD M210 - now sees the net!'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-6199415575505290735</id><published>2009-07-22T23:39:00.000-07:00</published><updated>2009-07-23T00:17:08.577-07:00</updated><title type='text'>Moodle!</title><content type='html'>One of the guys at Cert IV training mentioned Moodle to me. Its a GNU licensed CMS (course management system) which can be used just to administer training attendence, or also to deliver electronic content. According to the website, it even It even has a secondlife plugin (sloodle).&lt;br /&gt;&lt;br /&gt;I installed moodle on my dev box (easy) and then on my website (easy once I figured out how the mysql username really worked).&lt;br /&gt;&lt;br /&gt;Next step is to install sloodle and see if I can get it connected to Angelmark Bridge in SL.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-6199415575505290735?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/6199415575505290735/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=6199415575505290735' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/6199415575505290735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/6199415575505290735'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/07/moodle.html' title='Moodle!'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-3316104623993055275</id><published>2009-07-22T18:26:00.000-07:00</published><updated>2009-07-22T23:25:02.284-07:00</updated><title type='text'>Versioning, permissions and the development environment</title><content type='html'>Right now I have only one environment on my development machine, and one environment online at my hosting service. What I really need to do is have some kind of versioning control (CVS or similar) but I can't face another learning curve right now.&lt;br /&gt;&lt;br /&gt;I'm going to try something very simple for the permissions and see how that goes. I don't want some kind of shell script between coding and testing and deployment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-3316104623993055275?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/3316104623993055275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=3316104623993055275' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/3316104623993055275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/3316104623993055275'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/07/versioning-permissions-and-development.html' title='Versioning, permissions and the development environment'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-5538611723261335830</id><published>2009-07-18T18:50:00.000-07:00</published><updated>2009-07-22T23:25:38.584-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='LAMP'/><title type='text'>Installing LAMP Server</title><content type='html'>When I tried running PHPinfo, I got a &lt;i&gt;Fatal error: Call to undefined function mysql_connect() &lt;/i&gt;error. I found some instructions &lt;a href="http://www.somacon.com/p109.php"&gt;here&lt;/a&gt;&lt;i&gt; &lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;which appeared to address this problem, but they seemed to generic to be a quick answer to my problem.&lt;br /&gt;&lt;br /&gt;So following the instructions , I installed the LAMP stack all in one hit with the following command:&lt;pre&gt;&lt;a href="https://help.ubuntu.com/community/ApacheMySQLPHP"&gt;sudo tasksel install lamp-server&lt;/a&gt;&lt;/pre&gt;I was still getting the following error, but at least I was getting some progress.&lt;br /&gt;&lt;b&gt;&lt;/b&gt;&lt;blockquote&gt;&lt;b&gt;Warning&lt;/b&gt;:  mysql_connect() function.mysql-connect: Access denied for user 'root'@'localhost' (using password: NO) in &lt;b&gt;/var/www/phpinfo.php&lt;/b&gt; on line &lt;b&gt;3&lt;/b&gt;&lt;br /&gt;Sorry unable to connect to my sql&lt;/blockquote&gt;This was easily fixed by adding the new password to the test script.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-5538611723261335830?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/5538611723261335830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=5538611723261335830' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/5538611723261335830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/5538611723261335830'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/07/installing-lamp-server.html' title='Installing LAMP Server'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-6716395223793929926</id><published>2009-07-17T16:32:00.000-07:00</published><updated>2009-07-17T16:34:55.189-07:00</updated><title type='text'>Accessing My Old Database</title><content type='html'>I copied over my old database files using a simple file copy. It appeared to work. I could query tables, but not update them.&lt;br /&gt;&lt;br /&gt;Based on &lt;a href="http://community.livejournal.com/mysql/113300.html"&gt;this discussion&lt;/a&gt; I tried flushing the tables, but that didn't seem to make a difference, so I chowned and chmoded so the mysql user had full ownership and access to the files and directory.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-6716395223793929926?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/6716395223793929926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=6716395223793929926' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/6716395223793929926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/6716395223793929926'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/07/accessing-my-old-database.html' title='Accessing My Old Database'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-400304824986460046</id><published>2009-07-16T21:01:00.001-07:00</published><updated>2009-07-16T22:04:25.560-07:00</updated><title type='text'>Installing mysql</title><content type='html'>Using Synaptic package manager, I installed mysql server. Changed the root password and noted that mysql was now running in Services.&lt;br /&gt;&lt;br /&gt;Using add/remove programs, I installed mysql Navigator. I was able to create a test database.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-400304824986460046?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/400304824986460046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=400304824986460046' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/400304824986460046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/400304824986460046'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/07/installing-mysql.html' title='Installing mysql'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-8483500225167241227</id><published>2009-07-16T19:17:00.000-07:00</published><updated>2009-07-16T22:06:00.608-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='phpeclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='pdt'/><title type='text'>Installing Development tools in my new environment</title><content type='html'>Using the package manager, I grabbed PHP5. This seemed to also grab several additional Apache components.&lt;br /&gt;&lt;br /&gt;I installed Eclipse and the Java Runtime environment using the instructions &lt;a href="https://help.ubuntu.com/community/EclipseIDE"&gt;here&lt;/a&gt;. This only got me Eclipse 3.2, which is years old, but I decided to give it a go anyway.&lt;br /&gt;&lt;br /&gt;Using the instructions &lt;a href="http://www.phpeclipse.com/wiki/Installation"&gt;here&lt;/a&gt; I installed PHPEclipse. It appeared to install OK, but I got an error when I tried to open a new php file. I changed to "plugin development" perspective and got a list of error messages which I then googled. This lead to &lt;a href="http://www.coderanch.com/t/105961/IDEs-Version-Control-other-tools/Trying-run-php-eclipse"&gt;this discussion on coderanc&lt;/a&gt;&lt;a href="http://www.coderanch.com/t/105961/IDEs-Version-Control-other-tools/Trying-run-php-eclipse"&gt;h&lt;/a&gt;:&lt;br /&gt;&lt;blockquote&gt;&lt;span class="postbody"&gt; It looks like what happened here is that your PHP plugin authors did a naughty thing and used an internal class that is not present in the version of Eclipse that you have, so their editor is failing to load. What you need to do is check the documentation or website for the PHP plugin and see if you can figure out what version of Eclipse it works with, then try to find and install that version instead of whatever you have now. You could also report this to them as a bug, if the plugin is still being developed. &lt;/span&gt;&lt;/blockquote&gt;and the comment right below it from the person who originally had the issue:&lt;br /&gt;&lt;blockquote&gt;&lt;span class="postbody"&gt;Thankyou very much. I thought the problem was with me. I just down loaded the PDT all in one and I'm de-bugging well.&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;I did the same thing. I grabbed the pdt all in one archive according to the instructions &lt;a href="http://2tbsp.com/content/getting_started_eclipse_php_development_tools_%28pdt%29"&gt;here&lt;/a&gt;. This got me a working PHP IDE. Next step is to make sure the webserver works with PHP.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-8483500225167241227?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/8483500225167241227/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=8483500225167241227' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/8483500225167241227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/8483500225167241227'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/07/installing-development-tools-in-my-new.html' title='Installing Development tools in my new environment'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281158557283561226.post-1274094829535483701</id><published>2009-07-16T16:15:00.000-07:00</published><updated>2009-07-17T16:45:35.202-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='resolution'/><category scheme='http://www.blogger.com/atom/ns#' term='Virtualbox'/><category scheme='http://www.blogger.com/atom/ns#' term='installation'/><title type='text'>My new VM development environment</title><content type='html'>Yesterday I got tired of a development environment on the PC, so I decided to put a Linux machine with a full UI into a Virtual Box VM. I decided on Ubuntu 8.04 because a few things are still "complicated" on 9.&lt;br /&gt;&lt;br /&gt;After 3 attempts (is my ISP at fault here?) I downloaded the Ubuntu ISO. I decided on 32 bit - can't see a reason to go 64 bit for this. I attached the ISO to a new Virtualbox with 1G RAM and 128G of HD, then ran the install, which went smothly.&lt;br /&gt;&lt;br /&gt;I adjusted a few settings on Virtualbox - switched on processor support for virtualisation, 3d acceleration and nested paging. Then I ran the VM, and updated the package manager. Everything went very smoothly.&lt;br /&gt;&lt;br /&gt;The only real complication is the resolution. Natively, the VM only offered 800*600 and 600*480. Not enough for Eclipse and a running window. I found I could get better resolution choices if I installed the Virtualbox Guest Additions. So I followed the instructions &lt;a href="http://www.linuxformat.co.uk/forums/viewtopic.php?p=74763"&gt;here&lt;/a&gt; but for some reason my copy of the Virtualbox Guest Additions had 2 different scripts for AMD and Intel, so I used the following process:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;cd /media/cdrom/&lt;/li&gt;&lt;li&gt;sudo sh ./VBoxLinuxAdditions-x86.run&lt;/li&gt;&lt;li&gt;Waited for a few minutes and the restarted the Vm&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;Voila&lt;/span&gt;! The resolution in the VM now automagically adjusts to the size of my Virtualbox window.&lt;/li&gt;&lt;/ol&gt;I also added a shared folder so I could see my host directory from the guest. This is currently mounted with the following command:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;sudo mount.vboxsf share ~/share/&lt;/li&gt;&lt;/ul&gt;Todo: mount it automatically.&lt;br /&gt;&lt;br /&gt;This was the basics I needed for the machine. Next step was to install the development tools I needed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5281158557283561226-1274094829535483701?l=mwgjordanmap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mwgjordanmap.blogspot.com/feeds/1274094829535483701/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5281158557283561226&amp;postID=1274094829535483701' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/1274094829535483701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281158557283561226/posts/default/1274094829535483701'/><link rel='alternate' type='text/html' href='http://mwgjordanmap.blogspot.com/2009/07/my-new-vm-development-environment.html' title='My new VM development environment'/><author><name>Mark Jordan</name><uri>http://www.blogger.com/profile/15457264202065924610</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
