Categories
Apps & OS's Technology

Installing Apache, PHP and MySQL on FreeBSD 8.2

In this easy to follow tutorial I will show you how to install Apache, PHP and MySQL on FreeBSD, I have used FreeBSD 8.2 in this tutorial but should work for at least a couple of release’s later. I will be installing the software using FreeBSD ‘Ports’ you can also install software on FreeBSD using […]

Categories
Apps & OS's Technology

How to mount Windows Shared Folders on Linux

Well I thought I’d document how you can mount a SAMBA share on a Linux Server (in my case Ubuntu Server), I possibly have a project coming up soon where I may need to mount a Microsoft Windows based shared folder for additional storage/shared storage across multiple Linux/UNIX based web application servers. Firstly you must […]

Categories
Apps & OS's Technology

How to mount an ISO image on Linux

Well I found what I thought was a really handy way of easily mounting an .iso image on your Linux machine. Check this out.. sudo mkdir -p /media/cdrom sudo mount -o loop ~/Desktop/name_of_iso_file.iso /media/cdrom You should now be able to access the .iso file data as if it was a physical CD-ROM πŸ™‚ Hope someone […]

Categories
Apps & OS's Technology

Make your Ubuntu 11.04 machine look like MacOSX…

Ok well I have read many articles and a couple of times installed tools like Macbuntu which offer a complete transformation of Ubuntu GUI but I have never been happy with just how flaky these tools can be and how they can screw up your OS so I decided to make some simple graphical changes […]

Categories
Apps & OS's Technology

Automating remote backups over RSYNC with SSH

I recently wanted to syncronise the contents of our backup VPS (for the ZPanel project) that we used to backup all of our servers and services that we use (MySQL databases, websites and SVN data) from multiple servers to a server sitting at my house – just for double protection as our backup VPS is […]

Categories
Coding Technology

How to write your first PHP Class

Well I should really be asshamed of myself (not have posted a blog post since Novemeber last year!!!) but to be honest with you all I have been very busy with many different things and haven’t really had anytime over the last month or two to do very much coding at all πŸ™ But anyway, […]

Categories
Apps & OS's Technology

OMG…. I have fallen for Apple Mac OSX!!!

If you would have asked me several years ago what I thought of Apple Mac’s I would have pretty much spat at you, I found them to be a ‘kiddies toy’ that designers used (to be fair at the time it was OS9)Β or maybe I was just blind!??!!!?!?? ….However, since which time I have started […]

Categories
Apps & OS's Technology

ZPanel 6.x.x and my new OS and cloud services project

Well the last month has been very eventful with regards to the projects that I have been running/involved in…. I have released ZPanel 6.0.0 Alpha1 on Sunday for testing and so far so good so hopefully a full upgrade release will be released as stable very soon as soon as everyone from the ZPanel team […]

Categories
Apps & OS's Technology

How to setup a home VPN (PPTP) with Ubuntu Server 10.04

In this guide I will be explaining how you can create a PPTP (Point to point tunnelling protocol) VPN using Ubuntu Server 10.04 LTS release, this should also work for other versions of Ubuntu Server too! Ok so there are many types of VPN’s (PPTP, L2TP etc. etc.) PPTP is not the most secure type […]

Categories
Apps & OS's Coding Technology

How to setup an SVN server on Ubuntu 10.04 Server

Hi all, Another feature that I needed for my project over at zpanel.co.uk was an SVN server so that other members of my team can download the source code, make changes and upload it back to the master server. So this quick tutorial will show you the basics of how to setup an SVN server […]