php - Alibaba Cloud's Linux server, after remote connection through ssh, there is no desktop environment? ? How to deploy server environment (LNMP)? ?
仅有的幸福
2017-05-16 13:06:13
For example:Alibaba Cloud’s Linux server has no desktop environment after remote connection through ssh? ? How to deploy server environment (LNMP)? ?
Any remote linux server is desktopless. (For local, if you install the server within the company, it is also recommended to install the non-desktop version)
If you have not used Linux before, you can ask the operation and maintenance team to help you configure the environment. The best thing is to learn to install it yourself;
Beginners: It is recommended to install an integrated environment, such as: https://lnmp.org/ or http://www.wdlinux.cn/wdcp/
It is very simple, after downloading, run it and everything is done. The official website makes it very clear.
If you have some basic knowledge of Linux command line: It is recommended to compile and install. Advantages of compiling and installing:
1. You can upgrade or install the specified version at any time (if integrated, the general version is not the latest)
2. If there is a problem, you can easily find it (if integrated, if you don’t know the directory where it is installed, it is also Hard to find)
3. Convenient configuration (you must know where to install it, and the compilation parameters are set by yourself)
Compile and install, it is recommended to read this article: http://www.yduba.com/bianchen.. ., which I have seen explained in great detail
Linux server desktop? Then you can go directly to windows https://lnmp.org/ You’re welcome
The command line directly deploys the environment. Even in Ubuntu or other Linux environments with graphical interfaces, the command line is generally used for deployment operations.
Preferred command for playing linux.
Integrated environment you can try oneinstack
bitnami
Newbies can try this, it has a desktop https://www.shiyanlou.com/cou...
Linux also has a desktop, but... Why use a desktop when building a server? The desktop also requires memory. Therefore, the vast majority of Linux servers have character interfaces.
https://jxdhdlg1.github.io/20... You can refer to it, it was compiled by me based on online tutorials and practical operations
Alibaba Cloud’s default ECS server should have oneinstack. And after you connect to the server, you should be able to download the user manual on the homepage. It will teach you how to add a virtual machine and use it, as well as create an FTP account.