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 […]
Tag: linux
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 […]
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 had a little hunt around online this evening for a graphical user interface for MySQL on my Linux workstation which is running Ubuntu 10.04 – In the past I’ve always just used the terminal and raw MySQL commands but to be honest this can be some what time consuming so I thought I’d share […]
This blog entry shows how you can easily change the appearance of your Ubuntu 10.04 desktop so that it looks and feels like an Apple Mac. This is done using freely available software and only take you about 10-15 minutes. I will be installing Elementary and Docky to make this happen! Elementary is a project […]
In this post I will be showing you how you can install a fresh copy of Ubuntu on a server using two Hard disk drives either ATA or SATA drives, I would recommend using proper server hardware as if one of the HDD controllers fail then you still wont be able to reboot your server […]
DynDNS Client Setup on Ubuntu
After getting three old Dell Dimension L1000R desktop PC’s after work was going to throw them out I decided to turn one of them into a Linux server mainly for me to have sitting on the internet mainly to use for remote backups and remote access to documents and other stuff I want to keep […]
For months now I have been trying to setup a fast, reliable linux mail server. I think I have now cracked it. Basically my system layout is as follows; I have been developing a new social community site called UrbanParty (www.urbanparty.net), The application is ran on my Ubuntu Linux server and uses SMTP to send […]
For several months now, I have wanted to setup a fast, secure FTP server so that I myself and users of my server are able to login but can only view and browse there ‘home’ directory.. basically /home/{username}. I have previously tried installing ProFTPd but I have found that to be really slow with clients […]
Assumed that “eth0” is the interface for network card IP Address Range: 192.168.0.100 to 192.168.0.200 Subnet Mask: 255.255.255.0 DNS Servers: 202.188.0.133, 202.188.1.5 Domains: tm.net.my Gateway Address: 192.168.0.1 sudo apt-get install dhcp3-server sudo cp /etc/default/dhcp3-server /etc/default/dhcp3-server_backup gksudo gedit /etc/default/dhcp3-server Find this line … INTERFACES=”” Replace with the following line INTERFACES=”eth0″ Save the edited file sudo cp […]