Last update at :2024-05-19,Edit by888u
People who are used to the windows environment may not be used to it when switching to Linux such as centos. Here we will introduce how to install the desktop environment under centos6.x. The specific installation: Xfce desktop, VNC, Firefox, Flashplayer, detailed steps are selected. : The VPS system is prepared for CentOS 6.x installation. In order to avoid Yum source download problems during the installation process, please perform an upgrade first.
yum -y update
Install VNC2 on the CentOS 6 VPS host. First install the tigervnc client and execute the following commands.
yum -y install tigervnc
3. Then install the tigervnc-server server and execute the following command.
yum -y install tigervnc-server
Install Xfce desktop on CentOS 6 VPS host 4. Install Xfce and execute the following command.yum -y groupinstall xfce
Install Firefox and Flashplayer5 on the CentOS 6 VPS host. Directly execute the following commands to complete the installation of Firefox and Flashplayer.
yum -y groupinstall chinese-support yum -y install firefox wget https://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.332/install_flash_player_11_linux.x86_64.tar.gz tar zxvf install_flash_player_11_linux.x86_64.tar.gz mkdir -p ~/.mozilla/plugins/cp libflashplayer.so ~/.mozilla/plugins/
Enable the VNC service to remotely connect to the VPS host 6. Execute the following command to enable the vncserver service. The first time you open it you will be asked to set a password.
Enter twice.
7. Execute the following code to open vncserver configuration.
vim /etc/sysconfig/vncservers
8. Add the following code at the end and save.
VNCSERVERS=”1:root”VNCSERVERARGS[1]=”-geometry 800×600”
9. Execute the following naming to restart vncserver.
service vncserver restart
Recommended site search: How to check domain name registration number, registered domain name rental, foreign host shopping guide, how much does server defense cost, how to bind a domain name to a server, overseas servers, domain name query, domain name registration website query, domain name registration number query, registration-free Virtual host,
发表评论