Skip to main content

Archive for 2010

How to try Linux

Download and try the following OS, and give it a go. I’m actually using Ubuntu to host this website and a number of other clients sites, although I’m using the 10.04 LTS edition. LTS editions have longer lifecycles, which saves you having to rebuild your server so often – and patches are supplied for the life of the edition. Ubuntu Linux v10.10 Ubuntu is a Linux 2.6 based Operating system, and is, simple and well supported with “Graphical based” installers and tools.

Airport Extreme

What a difference a new router makes. I’ve been using the old Apple Airport extreme, 2nd generation, for about 8 years now. It’s been rock solid, and provided wireless access almost 24×7 for the whole 8 years. Lately, things have been getting flakey. Trying to control my Mac Mini Boxee on the TV was laggy – and remoting to other desktops flaky. So today, I purchased an upgrade. I was looking at the Cisco/Linksys offerings as I use a few at work, but when using a NAS device I would have had to reformat my existing HFS+ drives.

MacBook vs. MacBookPro

Does CPU speed matter for gaming on a Mac Laptop? The difference between, for example, 2.4 Ghz and 2.6 Ghz will be negligible when running the games. What will contribute to the smoothness and quality of the games the Graphics Processing Unit (GPU) and to an extent bus speed, CPU cache and RAM. When it comes to RAM, the more the merrier – to avoid the Hard Drive being used to swap applications when your memory is full.

MAMP vhost and WordPress

I’ve setup MAMP to do some local web development on my MacBookPro, and the XDebug plugin is awesome for stepping through PHP code. However, I had a problem with MAMP and a vhost I setup for local development. The wordpress front page and /wp-admin/ worked but any sub pages, etc. failed to load. When trying to access a WordPress page at url http://site.local/music/ The error in the apache logs was:

Whyday comes and goes

If you’re a tech head, and you’ve been around Object Orientated languages – then you’ve surely heard of Ruby. I’ve been around people who are passionate about Ruby, but never caught the bug. What I did do whilst others were programming away, was read about ruby. One day whilst reading I came across the name of an online persona Why the lucky stiff, also known as _why. Whilst _why was/is considered a prolific and influential programmer of Ruby, what was fascinating was his disappearance.

Exponential World

We ARE living in exponential times, as this video clearly documents. I first saw this video at Eastman’s Genealogy website. Original research of the figure and facts is by Karl Fisch, Scott McLeod, and Jeff Brenman.

Clearcase 7.1.x install on Solaris X64/x86

I’ve been struggling to install the beast that is Clearcase 7.1.1 on a proof of concept server. In this case the server is a Solaris 10 64bit install running on VMware Fusion 3. One of the initial mistakes I made was to try and run the installation from a network mount. DON’T. Solaris must block the execution of code on some types of removable drives, which in this case was a VMWare Fusion shared folder.

How to try OpenBSD

Download and try the following OS, and give it a go. OpenBSD v4.7 OpenBSD is a multi-platform 4.4BSD-based UNIX-like operating system, and is fast, simple to install and secure “out of the box”. Download installation files Read the Installation guide Read the Frequently Asked Questions A good introductory book for OpenBSD is the “OpenBSD Command Line Companion” by Jacek Artymiak. It walks you through an install and an intro to OpenBSD.

Mantra: backup backup backup backup

Someone sent me an email which asked what to do since: one of my external hard drives, the one with EVERYTHING I REALLY, REALLY WANT on it has died

Fixed iChat AV thru OpenBSD PF Firewall

This has been bugging me for ages, but the fix is so simple. I use OpenBSD for my router, and have PF (Packet Filter) running the firewall and NAT rules. I have previously setup the port forwarding, etc. according to Apple, but never could get a successful connection using video or audio (or screen sharing). After reading a post on the OpenBSD misc mailing list I went back and read the OpenBSD 4.

Clone a part of an SVN repository in git

I was trying to clone my wordpress plugin from the wordpress svn repo using git-svn. I had no luck for about the past 8 weeks, with this problem: <br /> Initialized empty Git repository in /Users/lantrix/tweet/.git/<br /> Using higher level of URL: http://plugins.svn.wordpress.org/tweet => http://plugins.svn.wordpress.org<br /> And it would proceed to hit up the entire wordpress repo. After reading a possible solution on Charlie’s Old blog, I stubmled across a newer way to do this.