Linux服务器部署之路(二)——Linux Server 图形化界面及网络配置
安装下载图形化界面之前,需要先更改Linux Server服务器的源,安装好Linux Server16.04后,安装图形化界面时发现系统包不可用。服务器本身的源是国外的,我们需要更改一下,替换为国内的源。
国内源163源:
deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiversedeb http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiversedeb http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiversedeb http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiversedeb http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiversedeb-src http://mirrors.163.com/ubuntu/ trusty main restricted universe multiversedeb-src http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiversedeb-src http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiversedeb-src http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiversedeb-src http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse
国内阿里云源:
deb http:
//
mirrors.aliyun.com
/
ubuntu
/
xenial main restricted universe multiverse
deb http:
//
mirrors.aliyun.com
/
ubuntu
/
xenial-security main restricted universe multiverse
deb http:
//
mirrors.aliyun.com
/
ubuntu
/
xenial-updates main restricted universe multiverse
deb http: