Month: April 2013

Home / 2013 / April (Page 3)
How To Setup An Headless Ubuntu 12.04 VirtualBox Host With PHPvirtualbox

How To Setup An Headless Ubuntu 12.04 VirtualBox Host With PHPvirtualbox

I’m going to setup the headless VirtualBox server and Virtual Machine management console using phpvirtualbox which is a web-based frontend written in PHP. This is a very basic Ubuntu 12.04 LTS server with only OpenSSH services installed so I’m going to need to add a few packages. Let’s get started… I’ll need to install an…

Continue Reading
How To Setup a Bukkit Minecraft Dedicated Server on VirtualBox Ubuntu Virtual Machine

How To Setup a Bukkit Minecraft Dedicated Server on VirtualBox Ubuntu Virtual Machine

Updated July 3, 2013 for CraftBukkit 1.6.1 R0.1 I’ve setup Oracle’s VirtualBox to run a virtual machine on my Mac Pro and installed an Ubuntu 10.04 LTS Server with the virtual machine optimized kernel. Now I’m going to install the Bukkit Minecraft dedicated server.  I’ve added a tutorial on how to add some plugins to this…

Continue Reading
Change Hostname in Ubuntu/Linux Server

Change Hostname in Ubuntu/Linux Server

Changing the hostname of your Ubuntu/Linux server is as simple as typing: hostname thenewname at the console, right? Wrong. To change the hostname, login to the server, either at the console or through SSH and, with root privileges, launch an editor against the file /etc/hostname. I’m using nano: nmino@ubuntu-vm:~$ sudo nano /etc/hostname [sudo] password for…

Continue Reading