Download from linux and linux
[Software Installation Method in linux] 1. rpm package installation method
This method is consistent with the installation method of exe executable program files in windows.
In windows, we install the software through "Next ".
Install the software to D:/Program Files, and some executable binary Files will be added to this directory.
This process is a process of copying "Files". Many binary executable files are copied to drive D from the installation package.
Install software: the process of File Replication
2. source code compilation and installation methods
Configure: configure the software, such as the software installation location. Check the dependency packages of the software.
Make: Compile the software we have written into a binary executable program file.
Make install: copy the binary file from one place to another
Comparison of the above two methods:
For example, we install php
If you choose to install the rpm package, php5.3.9 is bundled with many function libraries (mysql5.1, gd2.3, and regex1.5.
If we use "Source code compilation and installation", php5.3.9, mysql5.4, gd2.9, and regex1.7
3. Install yum in the Software Package Manager (the server must have Internet access conditions)
The installation method is similar to "360 software manager"
Yum php5.3.9
Software Download
Software Installation/dependency
[Ftp installation and use]
Vsftpd (very safe ftpd)
Install rpm software vsftpd
File Name and software Name:
File Name: Software name + version number + cpu mark +. rpm
Software name: indicates the name of the software running in the system.
Run ftp software
Service vsftpd start
Service vfftpd restart
Find ftp Process
Ftp connection through winSCP on the client
Port 21 is required for connecting to ftp
Enable port 21 on a linux server. Do not block the firewall.
Ftp installation steps: