How to install ubuntu 13.04 server + fixed ip address + LAMP + samba server + webmin

Tip: Watch the video fullscreen and HD.

How to install ubuntu 13.04 server
MYSQL database server
Apache HTTP server
Samba file server
Set up a static ip for the server
Webmin to configure and manage the server

COMMANDS
https://www.evernote.com/shard/s86/sh/fe59ede6-bb98-4245-9a4a-6ba9fb1da64e/7ad865bdb58a34af1de69f6222504d84

08 - sudo apt-get update
09 - sudo apt-get upgrade
12 - sudo nano /etc/network/interfaces
14- 

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.13
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
dns-nameservers 192.168.0.1

17 - 
ifconfig
ctrl + c

19 - sudo nano /etc/apt/sources.list
20 - 

deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

22 - 

wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc

23 - sudo apt-get update
24 - sudo apt-get install webmin


UBUNTU
www.ubuntu.com

MUSIC
"Airglow" (by Stellardrone)
(http://freemusicarchive.org/music/Stellardrone/Light_Years_1227/02_Airglow)
Licensed under Creative Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/