- Configuring static IP and DNS
Sodu vim/etc/network/interfaces Auto Ens32 Iface ens32 inet Static Address 10.0.0.111 Netmask 255.255.255.0 Gateway 10.0.0.2 |
/etc/init.d/networking restart
Vi/etc/resolv.conf NameServer 10.0.0.2 NameServer 8.8.8.8 |
- Allow Root Login
Vim/etc/ssh/sshd_config Permitrootlogin Yes |
/etc/init.d/ssh REStat
- Configure APT Source
Mv/etc/apt/sources.list/etc/apt/sources.list.bak Vi/etc/apt/sources.list Deb Http://mirrors.163.com/ubuntu/xenial main restricted universe multiverse Deb Http://mirrors.163.com/ubuntu/xenial-security main restricted universe multiverse Deb Http://mirrors.163.com/ubuntu/xenial-updates main restricted universe multiverse Deb http://mirrors.163.com/ubuntu/xenial-proposed main restricted universe multiverse Deb Http://mirrors.163.com/ubuntu/xenial-backports main restricted universe multiverse DEB-SRC http://mirrors.163.com/ubuntu/xenial main restricted universe multiverse DEB-SRC http://mirrors.163.com/ubuntu/xenial-security main restricted universe multiverse DEB-SRC http://mirrors.163.com/ubuntu/xenial-updates main restricted universe multiverse DEB-SRC http://mirrors.163.com/ubuntu/xenial-proposed main restricted universe multiverse DEB-SRC http://mirrors.163.com/ubuntu/xenial-backports main restricted universe multiverse |
Apt-get Update
Ubuntu16.04 Running Docke Container