18
Mar/13USB Not Booting At Startup
Intel’s newer chipssets, like Intel HM75 are now including fastboot as a feature which allows the system to bypass some of the POST checks to speed up start up times. One of the issues with this is it also bypasses … Continue reading
13
Mar/13SimCity Won’t Start
I’ve been playing SimCity 2013 on EA Origin system and the game consistently starts fine (besides the server issues). Today suddenly the game won’t even start. Launching it from Origin a dialog box appears saying Launching SimCity… but disappears and … Continue reading
04
Mar/13Install Sun JDK On Ubuntu 12.04
Overview Ubuntu had removed the latest version of Java from the repository and uses the OpenJDK instead. Whilst this is fine for personal use but for development purposes the development should be done against the runtime environment which is usually … Continue reading
25
Feb/13SATA And SATA 3 Speed Difference
A very quick test on a new SATA 3 labelled cable and a generic SATA labelled cable revealed interesting results. I used the same drive on the same SATA 3 port on the flawed Marvell powered X58 Intel chipset. The … Continue reading
11
Feb/13IaaS Or VPS Part 2 – Setup And Install
Overview Part 1 described the reasoning and setup behind the comparison. In this post I will go through the implementation of AWS and the final comparison of IaaS Vs. VPS Setup EC2 Setting up an EC2 and RDS instance was … Continue reading
04
Feb/13Performance Between Hard Drives
I was amazed by some very basic tests how 2 hard drives (Western Digital Caviar Black 1TB) of the same model can have such a difference in performance. The two drives I had were purchased at difference times but it … Continue reading
28
Jan/13Removing Samsung Series 9 Recovery Partition
There is potentially 24GB that can be freed for normal use. The recovery partition is protected so it cannot be deleted through Windows Disk Management. Before continuing make sure a disk backup is taken. It is advised to clone it … Continue reading
21
Jan/13Install Hudson On Ubuntu 12.04
Add Hudson to the sources list: sudo sh -c “echo ‘deb http://hudson-ci.org/debian binary/’ > /etc/apt/sources.list.d/hudson.list” Do an update to refresh the repository list: sudo apt-get update Install Hudson sudo apt-get install hudson By default the administration page is at http://localhost:8080. … Continue reading