I’m a bad blogger!

September 1st, 2008

Its been a long time since I was in the software / computing game. Because of this my blog has suffered. For those that are interested my interest turned towards poker which not only provided me with a unique lifestyle but also far more interesting topics to talk about.

See: http://rolledontheriver.com

Quick method for adding multiple usernames and password to htaccess

December 11th, 2006

Ever had to add hundreds or even thousands of usernames to a htaccess file at once? Although rare this problem has come up for me recently (strangely enough with the same password as the username - obviously not a secure method but something that was necessary for the project).

The solution I created for this problem is htpmake, essentially a PHP script that takes a text file and outputs a file that of usernames and passwords you can use with your htaccess file.

Read the rest of this entry »

RSA Host Keys updates

November 6th, 2006

Just a quick note to hosting clients using SSH, The RSA Host key for users on Cerritos is now 08:c4:e4:41:7a:00:80:10:cb:d0:39:25:09:eb:f8:17 - Please update your known_hosts accordingly or send us an e-mail if you have any difficulties.

Codingo website live

October 23rd, 2006

Just a quick note to let everyone know that the new Codingo website is now live. You can view this at http://codingo.com.au.

An app a day?

September 17th, 2006

Lately I’ve started reading a very interesting blog. So interesting in fact that i’ve had to dedicate this post to it.

The blog is “An app a day”, a blog by a programmer named Dana Hanna who calls himself the (or a?) Software Jedi.

Dana intends to write an application a day, for 30 days…

You can check this blog out by clicking the link in my blogroll or clicking here if you’re just plain lazy…

The alias “x” could not be opened, because the original item cannot be found.

September 5th, 2006

Out of the blue I have been receiving the error shown below whenever I tried mounting a samba share in finder:

The alias

For some reason the finder stopped being able to mount shares on any machine, anywhere…

The solution to this lies in mounting a share manually through the terminal. It seems that after I had connected to the machine using smbclient I was able to mount shares in the finder again.

Michael:~ michaelskelton$ smbclient //192.168.0.3/PUBLIC/ -U MICHAELSKELTON

Other useful commands I used when diagnosing the issue were: smbmount and smbtree .

Improving MySQL Performance

August 8th, 2006

After spending almost three hours improving the speed of various projects of mine I have compiled the following list of key points you can use to help you get MySQL to perform to its fullest…

Read the rest of this entry »

Boot camp causing time offsets in Windows XP

July 22nd, 2006

Recently, I heard about a few people having problems with their system time becoming incorrect in Windows XP when using boot camp. This is due to the different way Windows XP and OS X store internal date and time information.

If you look at page 17 of the Boot Camp Beta Setup Guide you will see that this issue is addressed.

Apple suggests synchronising the time to a network time server - a feature available in Date & Time Control Panel (XP) and Date and Time System Preference pane (OS X).

Digg This

Linux on MacBook!

July 18th, 2006

Funny thing happened to me today! I had just finished installing Windows on my Macbook, and it was rebooting. As it was rebooting I noticed it was saying, “Press any key to boot from cd…” It was already past the apple boot loader, so I wondered if this extra boot from cd option would work with Linux. I popped in the last Ubuntu cd I had burned and behold! It booted with no errors, with X and all. I started poking around to see what worked and what didn’t. From what I can tell so far, EVERYTHING works.

Read the rest of this entry »

IRC & Security - A comprehensive guide

July 15th, 2006

(Download this article as a pdf)

Internet Relay Chat (IRC) is a form of instant communication over the Internet. It is mainly designed for group (many-to-many) communication in discussion forums called channels, but also allows one-to-one communication.

If you are not familiar about what IRC is, then I would suggest you read the Intro to IRC on the mIRC homepage. If you are already well acquainted with IRC and you are looking for a comprehensive-commands-guide, then you can also checkout the IRC command list also found on the mIRC homepage.

This guide will show you the different methods you can use to increase the privacy of your online conversations as well as way to conceal your identity a bit better.

Read the rest of this entry »