sudo nano /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth1
iface eth1 inet dhcp
auto eth0
iface eth0 inet static
address x.y.z.a
network x.y.z.a
netmask 255.255.255.255
cat /etc/lsb-release
http://website.com/?q=user/login
nano -c
phpMyadmin start with this error message:
Cannot load mcrypt extension. Please check your PHP configuration. ubuntu
Solution:
sudo apt-get install php5-mcrypt
sudo /etc/init.d/apache2 restart
/etc$ nano hosts
/etc$ nano hostname
Check both, they need has same hostname
1. download webmin
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.490_all.deb
2. prepare dependencies
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
3. install webmin
sudo dpkg --install webmin_1.490_all.deb
4. login webmin
https://192.168.1.6:10000/
sudo nano /etc/hostname
rename it
restart