[memo] Ubuntu LAMP setup / config / etc / network interface / eth0

#
apt install apache2 libapache2-mod-php php php-dev php-gd php-mysql php-memcache memcached php-pear alien nfs-common sshfs php-pear mysql-server mysql-client

#
apt install cronolog

#

 /etc/network/interfaces

 # The primary network interface
auto eth0
# iface eth0 inet dhcp iface eth0 inet static address 192.168.100.22 netmask 255.255.255.0 gateway 192.168.100.1 dns-search monster.tw dns-nameserver 192.168.100.1 dns-nameserver 8.8.8.8 #