Last update at :2024-06-24,Edit by888u
To organize the tutorial, you need to play with the full set. Previously, I shared the one-click VNC installation method based on CentOS 6 and Ubuntu 12.04 and successfully tested it. There is also a Debian system that we commonly use, and it has been successfully tested. The VNC desktop can be installed in the Debian environment, so share it with friends in need so that they can use it.
If you need to install VNC on CentOS 6 and Ubuntu 12.04 systems, please refer to the following:
Linux OpenVZ CentOS 6 64bit environment one-click installation VNC desktop environment tutorial
OpenVZ Ubuntu 12.04 system environment one-click installation VNC desktop environment tutorial
In this article, Snail will organize and share the installation of VNC desktop based on OpenVZ Debian 7 32/64bit environment.
First, reinstall the system and enter the installation script to install
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 https://soft.laozuo.org/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 https://soft.laozuo.org/vnc/vnc-init-ubuntu-12.txt -O vncserver; chmod 755 vncserver; update-rc.d vncserver defaults 99; reboot;
In this article, Snail is using Debian 7 32-bit system, and 64-bit is also supported. After logging in to SSH, enter the above script and press Enter to install it automatically. During the process, an interface will pop up. We select the corresponding label and press Enter to continue.
Select YES and press Enter.
After continuing, a popup will pop up to select the keyboard preference, the default is US, then continue with OK and press Enter. Finally, we need to enter the VNC password twice, and the system will automatically restart.
Second, log in to the Debian environment VNC desktop to see the effect
The installation was relatively smooth. Snail has successfully logged into the Debian VNC desktop. If you have friends who want to play, you can try it too. So far, the short-term snail no longer updates VNC-related information. I feel a little uncomfortable with too many updates. I will find some other content to share later. For example, if you have mentioned the security issues of WDCP, I will continue to search for mainland China and overseas. The content of the APACHE panel is updated, and the WDCP panel does not have to be selected when appropriate.
Recommended site searches: domain name registration inquiry, me domain name registration, website virtual host space, free cn domain name registration, special price space, private server rental, foreign trade host, Hong Kong server rental 99idc, Hong Kong free virtual host, free vps trial for 7 days accelerator,
发表评论