linux云服务器安装桌面版,云服务器Centos7上搭建图形界面详解
linux云服务器安装桌⾯版,云服务器Centos7上搭建图形界⾯详
很多的云服务器Centos 7上默认是没有图形界⾯的,都是在终端中进⾏相关的操作。如果你想使⽤可视化的图形界⾯,⽐如在图形界⾯中安装oracle等更⽅便,为了更为⽅便的操作,我们在Centos 7上搭建图形界⾯和vnc的搭建。
1.安装可能会使DNS被清空,所以执⾏下⾯这⼀句命令防⽌Centos 7系统⽂件被修改:
chattr +i /f
2.然后安装tigervnc:
yum install -y tigervnc tigervnc-server
也可以多运⾏以下命令(每个Centos版本不⼀样,本次版本不执⾏这些命令):
yum groupinstall "Desktop"
yum install gnome-panel
yum install nautilus
注意:执⾏yum install -y tigervnc tigervnc-server命令很多⼈都卡在这⼀步(No packages in any requested group available to install or update)
原因是不到可安装的包,所以⼤家根据⾃⼰的云服务器执⾏下⾯命令:
yum grouplist
3.查看⾃⼰的云服务器⽀持安装哪些包,⽐如下⾯是我的:
Available Environment Groups:
Minimal Install
Compute Node
Infrastructure Server
File and Print Server
MATE Desktop
Basic Web Server
Virtualization Host
Server with GUI
GNOME Desktop
KDE Plasma Workspaces
Development and Creative Workstation
Available Groups:
Additional Development
Backup Client
Backup Server
Base
CIFS file server
Compatibility libraries
Console internet tools
Debugging Tools
Desktop
Desktop Debugging and Performance Tools
Desktop Platform
Desktop Platform Development
Development tools
怎么健康减肥Dial-up Networking Support
Directory Client
中秋灯谜题和谜底Directory Server
E-mail server
Eclipse
Educational Software
Electronic Lab
Emacs
FCoE Storage Client
FTP server
Fedora Packager
Fonts
General Purpose Desktop
Graphical Administration Tools
Graphics Creation Tools
Hardware monitoring utilities
Haskell
Infiniband Support大雾天气开车
Input Methods
Internet Applications
Internet Browser
Java Platform
KDE Desktop
lol手游预约......
注意:查看⾃⼰的云服务器⾥中Available Environment Groups下⾯有哪些可以安装的Desktop,⽐如下⾯是我的:
Available Environment Groups:
Minimal Install
Compute Node
Infrastructure Server
File and Print Server
MATE Desktop
Basic Web Server
Virtualization Host
Server with GUI
GNOME Desktop
KDE Plasma Workspaces
Development and Creative Workstation
可莉4.上⾯可安装包⾥有GNOME Desktop,于是安装GNOME,命令是:
yum groupinstall GNOME Desktop
5.这⼀步安装需要点时间,中间有提⽰直接输⼊y,然后回车,直到出现complete,然后启动vnc服务:
vncserver
6.第⼀次执⾏会提⽰输⼊密码,然后再验证输⼊⼀次回车,vnc服务端就算搭建好了。接下来在⼿机或者电脑上下载vnc客户端,输⼊你的IP:5901连接,然后输⼊密码就可以看到你的云服务器Centos 7系统界⾯了:
注:以上操作都是在root⽤户下进⾏。
附:⿊屏的处理
在Linux⾥安装配置完VNC服务端,发现多⽤户登陆会出现⿊屏的情况,具体的现象为:
新冠疫苗第二针隔多少天客户端可以通过IP与会话号登陆进⼊系统,但登陆进去是漆⿊⼀⽚,除了⼀个叉形的⿏标以外,伸⼿不见五指。
产⽣原因:⽤户的VNC的启动⽂件权限未设置正确。
解决⽅法:将⿊屏⽤户的xstartup(⼀般为:/⽤户⽬录/.vnc/xstartup)⽂件的属性修改为755(rwxr-xr-x)。完后杀掉所有已经启动的VNC客户端:
vncserver -kill :1
vncserver -kill :2 (注意:-kill与:1或:2中间有⼀空格)
最后重启vncserver服务即可。
相关主题

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。