便宜VPS网为回馈新老顾客,香港vps免费送,数量有限,先到先得!手慢无!

OpenVZ VPS主机一键安装VNC桌面环境(Ubuntu, Debian, CentOS)

kloxo面板 便宜vps网 2490℃

有不少的朋友在阅读上面文章也是可以安装使用的,但是还有一些用户提到比较复杂,毕竟对于初次接触Linux的用户来说,输入命令都是一键难事。于是整理到OpenVZ VPS主机基于Ubuntu, Debian, CentOS这3个发行版本安装VNC远程桌面的教程。

第一、安装VNC一键包

A、Ubuntu(12.04 32或者64位)

apt-get update -y;apt-get upgrade -y;apt-get install nano -y;apt-get install gnome-core firefox flashplugin-installer -y;apt-get install vnc4server -y; vncserver; vncserver -kill :1; cd ~; wget http://soft.itbulu.com/vnc/vnc-ubuntu-12.txt -O .vnc/xstartup; mkdir -p /etc/vncserver; echo ‘VNCSERVERS=”1:root”‘ >> /etc/vncserver/vncservers.conf; echo ‘VNCSERVERARGS[1]=”-geometry 1000×700″‘ >> /etc/vncserver/vncservers.conf; cd /etc/init.d/; wget http://soft.itbulu.com/vnc/vnc-init-ubuntu-12.txt -O vncserver; chmod 755 vncserver; update-rc.d vncserver defaults 99; reboot;

B、Debian(7 32或者64位)

apt-get update -y;apt-get upgrade -y;apt-get install nano -y;apt-get install gnome-core flashplugin-nonfree -y;apt-get install vnc4server -y; vncserver; vncserver -kill :1; cd ~; wget http://soft.itbulu.com/vnc/vnc-debian-7.txt -O .vnc/xstartup; mkdir -p /etc/vncserver; echo ‘VNCSERVERS=”1:root”‘ >> /etc/vncserver/vncservers.conf; echo ‘VNCSERVERARGS[1]=”-geometry 1000×700″‘ >> /etc/vncserver/vncservers.conf; cd /etc/init.d/; wget http://soft.itbulu.com/vnc/vnc-init-ubuntu-12.txt -O vncserver; chmod 755 vncserver; update-rc.d vncserver defaults 99; reboot;

C、CentOS(6 64位)

yum install nano -y; yum update -y; yum upgrade -y; yum install tigervnc-server -y; yum groupinstall “Desktop” -y; yum install firefox -y; rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm; rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux; yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl -y; echo ‘echo “nameserver 8.8.8.8″ >> /etc/resolv.conf; ‘ >> /etc/rc.local; echo ‘VNCSERVERS=”1:root”‘ >> /etc/sysconfig/vncservers; echo ‘VNCSERVERARGS[1]=”-geometry 1000×700″‘ >> /etc/sysconfig/vncservers; vncpasswd; chkconfig vncserver on –level 345; reboot;

以上3个方法针对Ubuntu, Debian, CentOS发行版本。老蒋都测试过可以使用的,我们只需要将VPS安装成上面的发行版本之一,然后执行。在完成安装之前需要我们输入两次VNC密码,然后会自动重启服务器。

第二、登录VNC远程桌面

原创文章,转载请注明: 转载自VPS面板知识

本文链接地址: OpenVZ VPS主机一键安装VNC桌面环境(Ubuntu, Debian, CentOS)

VPS面板知识: 便宜VPS网–便宜技术|Windows VPS面板知识 | Linux VPS面板知识

友情链接:便宜vps网 真诚为您推荐最合适的vps服务器,详情咨询860001083


在线咨询

文章的脚注信息由WordPress的wp-posturl插件自动生成

转载请注明:VPS面板知识 » OpenVZ VPS主机一键安装VNC桌面环境(Ubuntu, Debian, CentOS)

喜欢 (0)or分享 (0)