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 upgradeINSTALL VIRTUALMIN
apt-get install wget ntpdate
wget http://software.virtualmin.com/gpl/scripts/install.sh
chmod +x install.sh
./install.shPHP5 MEMORY LIMIT
vi /etc/php5/apache2/php.ini
/memory_limit
memory_limit = 128M
[Esc][:][w] [Esc][:][q]
/etc/init.d/apache2 restartPHP5-MYSQL, PHP5-MYCRYPT
apt-get install php5-mysql php5-mcrypt
/etc/init.d/apache2 restartINSTALL PHPMYADMIN
wget http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdm...
tar xzf phpMyAdmin-3.2.5-english.tar.gzenable SSL in Virtualmin
move phpmyadmin to this location
---
Easytouch ITIL node 11351
Tags
