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 […]
Tag: ubuntu
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 […]
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 […]
These days many more companies are using mixed IT enviroments using a mixture of Windows, Linux, UNIX and Mac’s and I for one am using a mixture of Microsoft Windows and Linux (Ubuntu). On my network I use a Microsoft Active Directory and want to be able to get all Server (Linux & Windows) as […]
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 […]
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 […]
Was playing around with my Virtual machines this evening as I am trying to create a stable build to put on the Offical BNA Systems web servers. One of the most annoying things is once you have OpenSSH installed you get the annoying default Ubuntu disclaimer etc. Â Anyways, After looking around on the net I […]