Operation: CentOS 6.x Series installation VNC + Firefox

Source: Internet
Author: User

Why run desktops and Firefox on Linux? A matter of opinion, always someone needs.


Description: See if VNC is installed

Command: Rpm-qa|grep tigervnc

Return: No return instructions not installed VNC

Description: Installing VNC

Command: Yum install Tigervnc tigervnc-server-y

Return:

Description: Install Desktop

Command: Yum groupinstall-y "Desktop" "X Window System"

Description: Check if the service NetworkManager is started because it will conflict with the network service

Command: Chkconfig--list

Description: Setup NetworkManager service does not boot up

Command: Chkconfig NetworkManager off

Description: Stop the running NetworkManager service

Command: Service NetworkManager stop

Description: Set the VNC reboot to start

Command: Chkconfig vncserver on

Description: Start VNC for the first time and set the password

Command: Vncserver

Description: Edit the Xstartup file, put the last twm & Delete, and add Gnome-session &

Command: Vi/root/.vnc/xstartup (note: Wq Exit and Save)

Description: Edit the/etc/sysconfig/vncservers file to add content

Content:

Vncservers= "1:root"

vncserverargs[2]= "-geonetry 800x600"

Command: Vi/etc/sysconfig/vncservers

Description: Restart VNC service

Command: Service vncserver restart

Description: Follow Firefox

Command: yum-y install Firefox

Description: Install the Firefox Chinese pack

Command: Yum-y groupinstall chinese-support

Operation: CentOS 6.x Series installation VNC + Firefox

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.