Last update at :2024-06-18,Edit by888u
About linux vps installation desktop environment (many people have special needs, especially those doing network projects, and this snail doesn’t know how to do it). I have shared several of them. In a previous article about the XFCE environment, classmate @mayahs had It is mentioned that the LXDE environment is more resource-saving and more like the desktop of the WIN system. Of course, Snail has never seen it. For me, I first sorted out the installation tutorial about LXED, and after installation, I took a look at the interface and resource usage.
Before this article, Snail has downloaded several other Linux vps host VNC desktop environments:
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
If you are interested, you can also install it and try it out to see which one you like and use it. In this article, Snail will share how to install the LXDE+VNC desktop using Linux VPS Debian (I used debian 6 32-bit when testing the walkthrough).
Article Directory Hide
First, make sure the Debian version and component system are the latest
Second, install the LXDE environment
Third, start VNC/enter password
Fourth, pause VNC
Fifth, configure xstartup system files
Sixth, restart VNC
Seventh, install Firefox and support Simplified Chinese
First, make sure the Debian version and component system are the latest
apt-get updateapt-get upgradeapt-get dist-upgrade
If there is any Do you want to continue [Y/n] during the process, we must enter y and press Enter to continue.
Second, install the LXDE environment
apt-get install xorg lxde-core tightvncserver
Similarly, if there is any Do you want to continue [Y/n] during the process, we must enter y and press Enter to continue.
In the process, there is a machine region selection. By default, we just press Enter.
Third, start VNC/enter password
tightvncserver:1
Then we need to enter the VNC login password. When entering the password, please note that it is invisible when entering. We need to see our keyboard clearly and then enter and press Enter before entering again.
We will see this line \\"Would you like to enter a view-only password (y/n)\\" asking us if we need a read-only account password. We can enter y to enter the password. You can also enter n or not, it doesn't matter.
Fourth, pause VNC
tightvncserver -kill :1
Fifth, configure xstartup system files
vi ~/.vnc/xstartup
Then add the following script code at the end of the file
lxterminal &/usr/bin/lxsession -s LXDE &
Save and exit.
Sixth, restart VNC
tightvncserver:1
After restarting, we can use RealVNC software to log in to the desktop environment. The address can be used to log in with ip:5901, and the password is the VNC password we set above.
Seventh, install Firefox and support Simplified Chinese
We don’t like the browser in the default environment. We still like to use FIREFOX, but in the DEBIAN system, Firefox is called iceweasel, and we need to install it.
apt-get install iceweasel
If we need to log in to a Chinese site and solve the problem of Chinese characters not being garbled, we need to support Simplified Chinese language.
apt-get install ttf-arphic-ukai ttf-arphic-uming ttf-arphic-gbsn00lp ttf-arphic-bkai00mp ttf-arphic-bsmi00lp
In this way, let’s log in to the LXDE+VNC desktop and see what it looks like.
Then log in to the laozuo.org blog to see what it looks like.
It looks good, but look at the memory usage.
The memory usage is still relatively small. If you like or need a VNC desktop, here is another LXDE+VNC desktop option.
Recommended site search: cheap virtual host multi-ip station group server, ftp space, no registration required Virtual host, how to cancel domain name registration, cn domain name, the fastest server in Japan, dynamic ip dialer, free server website, free virtual host in Hong Kong,
发表评论