Today I’m going to install the Network Edition Appliance of VMWare’s Zimbra Collaboration Suite in a VirtualBox virtual machine. In another article I will upgrade this to an Open Source Edition appliance and increase the storage capacity of the appliance. We’ve already built our Ubuntu 12.04 LTS headless virtual machine server with the phpvirtualbox package for…
Continue Reading
How to set a static IP Address on Ubuntu Server
I’m going to set a static IP address on my Ubuntu LTS server. Login into the server’s console and edit the settings for your primary network interface in /etc/network/interfaces: sudo nano /etc/network/interfaces # The primary network interface auto eth0 iface eth0 inet static address 10.0.0.10 netmask 255.255.255.0 …
Continue Reading
Install DD-WRT BIG Firmware On The Netgear WNDR3700 V3 (N600)
Version 3 of the Netgear WNDR3700 Router, (A.K.A. N600 Wireless Dual Band Gigabit Router), uses the Broadcom BCM4716 chip. While this device is not officially supported by DD-WRT, I was able to get it up and running just fine with an older BIG firmware. As with any hardware hacking tutorial, you do this at your own…
Continue Reading
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
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