Last update at :2024-06-19,Edit by888u
Recently, Snail has shared a lot of Linux VPS desktop environments, mainly because several customers have had more demands during this period, and there happens to be a lack of such detailed tutorial information in Snail’s blog, so I will organize more sharing for future netizens. If you need this kind of information, you can use it directly if you encounter such service needs in the future. Today's gnome desktop is also used by many users, and it is also the last VNC desktop content in the recent Snail update. If there is an opportunity in the future, I will continue to share other ones (there are still many such desktop environments abroad, and some interfaces are particularly gorgeous) ).
If you need to check other VNC desktops, you can read the previous articles:
Linux VPS (CentOS) Install VNC Remote Desktop (Complete Test)
Linux VPS CentOS installs FreeNX desktop environment
Complete Linux VPS (CentOS) installs VNC+XFCE visual desktop environment and installs FireFox browser
Linux VPS Debian installs LXDE+VNC desktop with Firefox browser and Simplified Chinese
Before writing this article, I have tested that this desktop environment is quite good. I will now reinstall the system to ensure the integrity of the screenshots and content required for this article. The environment used is DEBIAN 6 32-bit.
First, upgrade the Linux Debian system package
apt-get update
Second, install the gnome system environment
apt-get install x-window-system-coreapt-get install gnome-desktop-environment
If there is any Do you want to continue [Y/n] during the process, we must enter y and press Enter to continue. If there is a need to select a region, we can press Enter directly.
Third, install the fonts you need
apt-get install xfonts-100dpiapt-get install xfonts-100dpi-transcodedapt-get install xfonts-75dpiapt-get install xfonts-75dpi-transcodedapt-get install xfonts-base
Fourth, install tightvnc and set VNC password
apt-get install tightvncservertightvncserver :1
This is already very familiar. If you encounter Would you like to enter a view-only password (y/n), we can enter n without setting.
Fifth, pause the VNC configuration xstartup file
tightvncserver -kill :1vi ~/.vnc/xstartup
Replace with the following content:
xrdb $HOME/. GNOME work#export XKL_XMODMAP_DISABLE=1#/etc/X11/Xsessiongnome-session &
Sixth, restart the VNC service
tightvncserver:1
Seventh, install iceweasel browser and support Simplified Chinese
apt-get install iceweaselapt-get install ttf-arphic-ukai ttf-arphic-uming ttf-arphic-gbsn00lp ttf-arphic-bkai00mp ttf-arphic-bsmi00lp
Finally, Snail will take a look at what the gnome desktop environment looks like. Everyone should know how to use VNC to connect, right? If not, you can check out the RealVNC software mentioned in the previous article. IP:1 is our address.
The desktop looks quite familiar. The menu is at the top, and the location shown in the icon is the iceweasel browser I chose to install.
Recommended site search: free virtual host, mainland China space, free domain name space, wordpress host, rental server, US host, ICP registration number, US virtual host, cloud virtual host, Hong Kong cloud server,
发表评论