于20170503购入阿里云学生优惠ECS云服务器。
CPU: 1核 内存:2 GB (I/O优化)
1Mbps
系统采用ubuntu 16.04,开机显示
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-78-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
Welcome to Alibaba Cloud Elastic Compute Service !
错误1【日期20170508】:
sudo: unable to resolve host *
永久修改主机名:修改hostname文件(路径:/etc/hostname):
1.$ sudo nano /etc/hostname
把hostname文件里面所有原来的名称改成你想改成的名称。主机名同时也保存在/etc/hosts文件中,需要把当前IP地址对应的主机名修改为hostname文件中的名称。
2.$ sudo nano /etc/hosts
3.$ reboot
待更新