This month on my ‘main’ project (ZPanel) I have changed the download mirror network system, previously I wrote a PHP mirror syncronisation web app which would syncronise files to all pulic mirrors but after about 3 years of it being in use and the main repository getting rather full and slowing everything down I have […]
Category: Technology
As you can proberbly tell from my other blog posts I really do like Ubuntu although I also admire CentOS/Redhat but for sheer simplicity and non-bloat installation I do like this awesome distrubution. Ok so nowadays more and more people have more than one PC or network device at home and therefore it would be […]
A recently I have been playing around with Ubuntu Server 10.04 and various little projects etc. I thought I’d write a tutorial on how you can create a network accessable or local Ubuntu package repository. For this tutorial I am using Ubuntu 10.04 Server release on an old Compaq Proliant DL320. The sole purpose of […]
This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), […]
Ok well today I’m going to outline how I managed to install VMWare Server 2 on my Quad core Xeon 3.2GHz rack server running Ubuntu Server 10.04 as the host operating system… In the past I have used VMWare Server on Microsof t Windows based operating systems but in all truth I would much prefer […]
I read on howtogeek a couple of days ago that someone (Chris Fenton) had created a replica of the 1970’s Cray 1A and in my honest opinion I think that is very awesome indeed! For those of you that don’t know what a Cray 1A (One of the best known SuperComputers) is, well quite bluntly…. […]
On my Ubuntu Servers I use the apt-get command to install and remove packages from my Ubuntu servers. So for example, this weekend I installed and started playing with Cacti (A front end for SNMP) however after installing it I found I had several issues with the software and wanted to revert the operating system […]
My new HP Mini 210 (netbook)
It makes a change (well in recent times anyway) for me to have a new toy to play with however yesterday I thought I’d purchase a netbook so I bought one of the coolest and smallest I have seen so far and from a good manufacturer so I purchased an HP Mini 210 and so […]
Its highly likely that soon I will need to write a large database application for handlering customer contact and calls. Basically this enables you to write an aplication in PHP and then have the ability to later migrate the database from say MySQL to Oracle, Firebird, Postgres etc… (You get the idea) – This ultimately […]
SQLite, you’ve heard of it…
Ok I’ve been mentally blue-printing a new application in my head to do various tasks but thats not important, however I want this scalable application to be able to allow the end user to be able to connect to different ‘selectable’ databases such as a training database, UAT and production. Instead of having a seperate […]