- Get link
- X
- Other Apps
install chromium apt-get install chromium-browser 1 Preliminary Note In this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100 . These settings might differ for you, so you have to replace them where appropriate. I'm running all the steps in this tutorial with root privileges, so make sure you're logged in as root: sudo su 2 Installing Maria Db 10.0 sudo apt-get install python-software-properties sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db sudo add-apt-repository 'deb http://mariadb.biz.net.id//repo/10.0/ubuntu precise main' root@server1.example.com , so we don't have to specify a MySQL root password manually later on: New password for the MySQL "root" user: <-- yourrootsqlpassword Repeat password for the MySQL "root" user: <-- yourrootsqlpassword 3 Installing Apache2 Apache2 is available as an Ubuntu package, therefore we can in...