Categories
Apps & OS's Technology

How to setup a master download server using Rsyncd

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 […]

Categories
Apps & OS's Technology

Settings up a simple home file server on Ubuntu Server 10.04

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 […]

Categories
Apps & OS's Technology

Creating a local/network accessible Ubuntu package repository

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 […]

Categories
Apps & OS's Technology

How to setup MySQL Replication with SSL on Ubuntu Server 10.04

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), […]

Categories
Apps & OS's Technology

Installing VMWare Server 2 on Ubuntu 10.04 Server

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 […]

Categories
General Stuff Technology

How awesome… Make your own Cray-1A miniture replica!

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…. […]

Categories
Apps & OS's Technology

Removing Ubuntu software packages and no longer needed dependencies

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 […]

Categories
General Stuff Technology

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 […]

Categories
Coding Technology

Future-proofing you PHP apps for migration of multiple databases….

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 […]

Categories
Apps & OS's Technology

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 […]