linux

Home / Posts tagged "linux" (Page 4)
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
How to install Ubuntu Server Minimal Virtual Machine

How to install Ubuntu Server Minimal Virtual Machine

Today I’m going to preform an Ubuntu 10.04 LTS Server Minimal Virtual Machine installation in a newly created Oracle VirtualBox VM. On initial boot you will be prompted to select your language. Press F4 to bring up the Installation Modes menu and select “Install a minimal virtual machine” to install the VM optimized kernel. Then select “Install…

Continue Reading
How To: Install Webmin 1.610 on Ubuntu 12.04 LTS Server

How To: Install Webmin 1.610 on Ubuntu 12.04 LTS Server

Update: I’ve created a new post here for installing Webmin 1.620 on Ubuntu 12.04 LTS and 13.04 Server. This same process works with Ubuntu 13.04 Server. Assuming your Ubuntu 12.04 LTS Server installation is up-to-date, use wget to download the webmin debian package: (1.610 is the latest at the time of this post). nmino@ubuntu12:~$ wget http://downloads.sourceforge.net/project/webadmin/webmin/1.610/webmin_1.610_all.deb…

Continue Reading