阿里云服务器使用ubuntu16.04 server 配置可视化桌面环境

2020年8月12日02:42:01 发表评论

阿里云服务器:[活动地址]

购买可领取:[阿里云2000元代金券]

打算为服务器配置一个桌面系统,系统选择了ubuntu16.04 server。之前没操作过,在汇总了别人的经验后,终于把阿里云的ubuntu18.04的图形界面搭配出来了,把个人经历分享给大家参考。
阿里云服务器使用ubuntu16.04 server 配置可视化桌面环境

升级系统

sudo apt-get update
sudo apt-get upgrade

安装经典桌面环境 Gnome 桌面

sudo apt-get install ubuntu-desktop
sudo apt-get install gnome

[点我领取阿里云2000元代金券],(阿里云优惠券的作用:购买阿里云产品,最后支付结算的时候,阿里云优惠券可抵扣一部分费用。

阿里云服务器使用ubuntu16.04 server 配置可视化桌面环境
2、自定义安装桌面

sudo apt-get install x-window-system-core
sudo apt-get install gnome-core
sudo apt-get install language-pack-gnome-zh-hant
sudo apt-get install scim
sudo apt-get install gdm
sudo apt-get install synaptic

3 Linux Mint 的桌面环境系统 Cinnamon 3.0

sudo apt-get install --no-install-recommends ubuntu-desktop
sudo add-apt-repository ppa:embrosyn/cinnamon
sudo apt update
sudo apt install cinnamon
阿里云服务器使用ubuntu16.04 server 配置可视化桌面环境
阿里云服务器使用ubuntu16.04 server 配置可视化桌面环境
4 配置root登陆权限

1、默认情况是不允许用root帐号直接登录图形界面的。这可以通过修改 vim/usr/share/lightdm/lightdm.d/50-ubuntu.conf 文件来允许root直接登录,增加
greeter-show-manual-login=true allow-guest=false .

2、登录之后会每次弹一个小错误
,/root/.profile文件中将 mesg n||true 修改为 tty -s && mesg n ||true
更多参阅阿里云服务器实践文档

[点我领取阿里云2000元代金券],(阿里云优惠券的作用:购买阿里云产品,最后支付结算的时候,阿里云优惠券可抵扣一部分费用。

阿里云服务器:[活动地址]

购买可领取:[阿里云2000元代金券]

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin
阿里云最新代金券免费领取

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: