You are hereLinode Ubuntu First Steps

Linode Ubuntu First Steps


From fresh booted Linode with Ubuntu image to a Webserver with Virtualmin Control Panel

UPDATE UBUNTU

apt-get update
apt-get upgrade

INSTALL VIRTUALMIN

apt-get install wget ntpdate
wget http://software.virtualmin.com/gpl/scripts/install.sh
chmod +x install.sh
./install.sh

PHP5 MEMORY LIMIT

vi /etc/php5/apache2/php.ini
/memory_limit
memory_limit = 128M
[Esc][:][w] [Esc][:][q]
/etc/init.d/apache2 restart

PHP5-MYSQL, PHP5-MYCRYPT

apt-get install php5-mysql php5-mcrypt
/etc/init.d/apache2 restart

INSTALL PHPMYADMIN

wget http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdm...
tar xzf phpMyAdmin-3.2.5-english.tar.gz

enable SSL in Virtualmin
move phpmyadmin to this location

---
Easytouch ITIL node 11351

Tags