Essay: Linux system source code installation software considerations and procedures

Source: Internet
Author: User
1. Create the user to install the software (with the software name), set the directory does not allow the login system
2. Create the installation package directory for the software to be installed (for download and storage of software source packages)
3, CD to 2 steps created under the directory
4, Wget-q download the source software package
5, unzip the downloaded software source package (Tar zxvf command), and CD to the extracted directory
6, compile start:./configure, make, make install
7, do soft link: ln-s
8, check the installation situation, LL command
9, grammar check: Software execution file path-T, such as:/opt/nginx/sbin/nginx-t
10. Start the installed software or service: Service or SYSTEMCTL command or/etc/init.d/start, and set boot from start
11, check the service or software port, such as: Lsof-i: 80 for the case of knowing the port number
NETSTAT-TULNP | grep 80

Essay: Linux system source code installation software considerations and procedures

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.