Rob the Geek
Technology, Online Communities, Open Source Thinking – Musings from the web and how it affects our lives…

The Big Move: Weather Station BACK!

March 08th, 2010

..well, mostly.

Over the last week I’ve managed to run some power to a nearby cupboard where the La Crosse WS2300 LCD has been sitting and I’ve now got a PC in there gathering the data, and spitting it out to the Weather Page via a very slow WiFi link.

The biggest stinker about this is the external temperature/humidity sensor is not producing data, giving me a flatline of 10.2 degrees C, which I assume can only be a remnant of the last data held when the station was disconnected back in June 2009 in preparation for the house move. So, while there is some data being delivered, it’s not quite 100% – or that interesting due to the lack of the outside temperature.

I’ve raised a ticket with the excellent folk at Scientific Sales where I bought the unit and hopefully, they will be able to suggest a remedy which won’t involve too much expense. Until then, bask in the oh so interesting data of wind direction and speed, as well as the temperature inside the cupboard in which the data logger is stashed.


/sigh


Filed under: Geek Stuff, Home Network, Weather Station | Tags: , , ,
March 08th, 2010 13:00:35

Site Design and UI – An Educational Video

September 21st, 2009

The embedded video came across my Twitter feed this morning (thanks @rgoodchild) under the heading of ‘The Perfect Geek Rapper’. Now while m0serious may not be in the same league as NerdCore rapper MC Frontalot,his material will still coax a smile from those of us who have an interest in site design, UI and Ux – as well as imparting some good coding behaviors…

Slap on your headphones and have a listen:

Peace out yo… (Man, I’m soo hip and street and stuff… *makes complicated gesture with fingers*)


Filed under: Community Content, Cool, Funny, Geek Stuff | Tags: , , , , , ,
September 21st, 2009 11:09:24

Installing VMware Server 2.0.1 on Ubuntu Server 9.04

August 14th, 2009

The following guide will take you through installing VMWare Server 2 on a minimal install headless Ubuntu v9.04 (Jaunty) Server. For a step by step on setting up the minimal server, read the article I posted here.

Getting the Pre-requisite Packages

First up, you will need to SSH into your server, and paste in the following command to install some additional packages which allow for the changes required to the kernel and the building of the VMWare server.

sudo apt-get install linux-headers-`uname -r` build-essential xinetd

Getting the VMware Server TAR ball

Once the extra packages are installed, you will need to grab the TAR ball from the VMWare site, and drop it into the directory where you wish to run your VMs from. For me, I’ve chosen to keep them under my users home directory in a directory called (imaginativly) ‘VM’. The following commands will make the directory ‘VM’ under your users root directory, then change to that directory:

mkdir ~/VM
cd ~/VM

From the PC you are using to SSH to the server, open a browser and visit the VMWare Server page from here you will need to download the server which will require you to create a VMware account, and login so that a licence key can be emailed to you.

Once logged in, you will be directed to the download page containing all the binaries for VMware Server.

Download the relevant TAR image for your architecture and linux version to your local machine, and do an MD5 checksum to make sure it arrived intact.

There is also a patch which you will require, you will need a login to the Ubuntu Forums however, to access the file below:

http://ubuntuforums.org/attachment.php?attachmentid=94477&d=1227872015

From here, transfer the TAR and the patch file in whatever way works best for you. If you followed my server build guide and installed the optional SAMBA extensions, you should be able to easily open the home directory on your server via a Windows network share – or similar for you particular operating system.

Running the Installer

Back to our SSH session now, unpack the patch into your “~/VM/” directory, then extract the VMware Server TAR ball and run the installer:

tar xvfz VMware-server-*.tar.gz
cd vmware-server-distrib
sudo patch ./bin/vmware-config.pl ~/VM/vmware-config.pl.patch.txt
sudo ./vmware-install.pl

Accept the default options (there are a LOT of them) throughout the installation and allow the installer to build any modules or kernels it needs to during the setup.

Choose the Administrative User

When prompted for the name of the current administrative user, select YES and type in YOUR user name (otherwise it’ll use root)

Select the Directory to Store the Virtual Machines

When prompted for the directory to store your virtual machine files, type in /home/[YourUsername]/VM/Virtual Machines and allow the installer to create the directory

Entering the Serial Number

Next you will be prompted for the serial number which should have been emailed to you for your VM Server installation, simply copy out of your email and paste into the SSH window.

Back to selecting the default values now until you are returned to the prompt.

Just in case things didn’t go well

If you think you may have made a mistake in the configuration, you can easily re-run the configuration tool by typing:

sudo /usr/bin/vmware-config.pl

If you REALLY made a hash of it, you can always remove the installation by typing:

sudo /usr/bin/vmware-uninstall.pl

and start again :)

Accessing the VMServer Console

After you installation sucessfully completes you will be returned to the prompt in your SSH session. That’s it – you’re done. All you need to do now, is attach to the VM Server console via your browser by typing in the address of your server box which will look something like this:

https://[YourUbuntuServerName-or-IPAddress]:8333/ui/

Read the documentation, and start setting up some Virtual Machines, or download any useful looking Virtual Appliances that catch your eye from the appliance marketplace.

Note: If you experience issues with the web console appearing to ‘hang’ ensure that you have loaded the lastest Java Runtime Environment (JRE) – get it here.


Filed under: Beta / Testing, Geek Stuff, HOWTO, Linux, Virtualisation | Tags: , , , , , , , , , , , , , , , ,
August 14th, 2009 08:00:11

Setting Up Ubuntu Server 9.04

August 13th, 2009

Ubuntu Server v9.04 InstallationThis article will address the base (minimal) build that I’ve been using while trying out a number of Virtual Environments for use in my home network. I’ve chosen to use an Ubuntu Server v9.04 (Jaunty) as my base OS – partiallybecause I use a lot of Ubuntu machines, but mainly – because it’s a popular choice with a very supportive community behind it who are all too happy to help others who get into difficulties.


Getting the Software & Burning the Disc

First things first, get yourself over to the Ubuntu Server Download page and get the relevant .iso image for your computers architecture. Because I’m installing on a Shuttle XPC Sn95G5, I’ll be going with the 64bit version.

(more…)


Filed under: Beta / Testing, Geek Stuff, HOWTO, Linux, Virtualisation | Tags: , , , , , , , , , , ,
August 13th, 2009 08:00:25

Setting Up a Virtual Environment

August 12th, 2009

So, since we’ve moved into the new place, I’ve been wanting to consolidate my technology somewhat and make things a lot easier to administer. To this end (and forgetting for a moment the lack of structured home cabling – which I’m still working on) I’ve decided to resurrect one of my lower powered (in wattage, not horsepower) machines – and turn it into a Virtual Server from which I will run the multiple hosts which have been sitting on independent hardware until the move.

Things haven’t exactly gone without a hitch, but I’ve learned a lot along the way – which I probably could have learned if I spend more time researching before I spent time doing, but meh. I’m a kinisthetic kinda guy, so – here’s what I’ve learned in my ‘travels’ hopefully it may be of some use to you.

(more…)


Filed under: Beta / Testing, Geek Stuff, HOWTO, Home Network, Linux, Virtualisation | Tags: , , , , , , , , , , , , ,
August 12th, 2009 08:00:49

Windows 7 RTM – The last installation

July 30th, 2009

Windows 7 PackagingSo Windows 7 is now released to manufacturing (RTM for you acronym junkies out there) and this is the last time I’ll need to be installing the operating system before it appears in the shops. During the Beta, aside from a few minor issues with hibernate, Windows 7 has been wonderfully stable and, I must say I’m impressed by the new Media Center interface (EngadgetHD have a look at it here).

Anyway – this is a HOWTO for installing the Windows 7 RTM [Get it here] from a USB drive, mainly because it’s faster than doing it from a DVD, and also – because my various DVD drives appear to not enjoy talking to each other. These instructions assume a Windows based operating system, I completed them using Windows Vista.

(more…)


Filed under: Beta / Testing, Geek Stuff, HOWTO, Media Centers and PVR, Windows | Tags: , , , , , , , ,
July 30th, 2009 07:48:36

spyPhone or iPhone?

July 29th, 2009

BlackHatI’ve just finished reading this interesting article on an iPhone vulnerability which (could) propagate via SMS messaging and is due to be revealed at Black Hat in Las Vegas on Thursday (US time).

While currently unpatched, I imagine it’s got the attention of the team at Apple (though they haven’t responded – yet) so, in the meantime – be careful what you should you receive a txt message with a small square as the contents, the vulnerability allows the attacker to take control of many of the devices functions – including the microphone and camera. 8-O


Filed under: Geek Stuff, Security, iPhone | Tags: , , , , ,
July 29th, 2009 13:30:16

The Big Move: Part II – Planning the Cabling

July 10th, 2009

Home LAN Loom (not from the new house)Well, it’s taken a week – but the initial plans (PDF 268K) are now drawn up for the cabling required in the house. The plans are pretty close to the minimum we’ll require to get things up and running again, and only the difficult access areas have received anything over and above what is immediately required.

Because the move has been a little more expensive than initially projected, it looks like the cheapest option will be for me to do the installs myself – of course, without the right tools this may present it’s own set of challenges – but, I’ll endeavor to document the process for your amusement.

I’ll be crawling around this weekend getting some measurements and then it’s off to the interwebs to see where I can get the bits and pieces I’ll need.


Filed under: Geek Stuff, Home Network | Tags: , , , , , , , , , ,
July 10th, 2009 20:07:31

The Big Move: Part I – Moving In

July 03rd, 2009

HouseMoving_Flkr_ShareskiSo – we’ve now moved in, the boxes are (mostly) unpacked – I’ve even managed to organise the garage enough to fit the HondaBus into it (who knows, maybe being an internal garage with light, heat and power may see the Carputer get installed finally?).

So – with the vitals out of the way (and by vitals, I mean the stuff my Wife and kids need, not what *I* consider vital), it’s time to settle in and get the technology humming (and no – that doesn’t mean the Weather Station is back up yet :( )

To recap, the Interwebs have gone from this:

496810877

to this:

499653622

But (as we found out 30 minutes before the All Blacks test on the first Saturday in the house), that’s not all – the Sky dish is connected, but not to any known cable in the house, the UHF is connected, but orphaned via a hole in the garage wall – and don’t even get me started on the gel crimp frenzy that is the phone cabling… We have 2 working phone ports – and only one of those will connect to the DSL service, of course THAT port in in the boys room, so we’ve currently got an old school ‘phone’ extension cable running from their room through to the home office.

So, in summary – I’m either looking for an installer (or two – surprisingly hard to find via web search without a word of mouth recommendation!) or will be tackling (at the very least) the following work via the good old Kiwi DIY Self Install:

  • UHF / Sat: Connected and split 4 ways in ceiling space, routed to Lounge, Master Bedroom, Downstairs Rumpus and Office
  • Phone Patching: Retain Master Bedroom + Shift Boys (working) port to Office for DSL
  • Network: Basically, all remaining phone ports could be converted to wired network either via re terminating with RJ45 or (where the existing cables are a mess) using existing as a draw wire to pull fresh cat 5. This would give a minimum of:
    • Lounge x2 (1 for IR)
    • Master Bed x1
    • Downstairs Rumpus x1
    • Office x 4 (min)

The options then are terminating all network cables centrally in the garage and patching from there (fed from 1 or 2 in the office) or pulling a loom into the office.

From what I’ve learned from our previous house, I think the central loom in the garage will suit best as it’s out of the way and allows noisier / hotter equipment to be located away from the living spaces.

Of course, the above is my minimum requirements, I’ve also planned an optimum structure – but me and Visio will need to spend some quality time together before I can post up that plan…


Filed under: Geek Stuff, Home Network | Tags: , , , , , , , , , , , , ,
July 03rd, 2009 07:45:25

The Big Move: Weather Station DOWN!

June 17th, 2009

Weather Station Offline

Weather Station Offline

Those of you following my Twitter stream will probably know that I’m on the move from Casa de Rob to a new abode…

So – the last few weeks have been a steady extraction of the technology which is running here, and last nights victim was the Weather station which was showing live weather here. Of course, once we’re all moved into the new house I’ll be reassembling what I can, but there is much negotiation with the Wife before everything can get cabled up… Until then:

It’s winter in Auckland, New Zealand – it’ll either be cold and raining or cold and crisp.

Stay tuned :)


Filed under: Geek Stuff, Home Network, Weather Station | Tags: , ,
June 17th, 2009 15:50:38