Ubuntu - ISP Config 3
ISPConfig 3 Mình sử dụng Ubuntu 8.10. Tại sao ko pải CentOS, vì ở các OS dòg Redhat, soft nếu muốn hỗ trợ mysql pải cài từ source. Nếu ko bạn pải tự build :|. Hơn nữa response của Ubuntu cập nhật nhanh hơn Cent 1 Requirements ISO: ftp://releases.ubuntu.com/releases/8.10/ubuntu-8.10-server-i386.iso 2. Install Base System No server1 restart: Login to shell $:sudo passwd root tiến hành enable root vi /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 eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 /etc/init.d/networking restart edit file host: vi /etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.1.100 server1.