sudo yum -y groupinstall “Development Tools”< /span>
sudo yum -y install bzip2-devel gdbm-devel libffi-devel ncurses-devel openssl-devel readline-devel sqlite-devel xz-devel zlib-< span style="col
Tag: centos
CentOS installation python3
1, cd /usr/local
sudo yum -y install wget
2, wget https://www.python.org/ftp/python/ 3.7.2/Python-3.7.2.tar.xz
< /p>
3, tar -xf Python-3.7.2.tar.xz
4, mkdir python3
CentOS installation Redis
One download Two compilation Make in the unzip directory
Make install in the src directory of the unzip directory
make PREFIX=/usr/local/redis install
#PREFIX=/usr/local/redis can be om
Centos 7.2 is built with VSFTP virtual users
Virtual user setup vsftp requirement 1: Only upload and download are allowed, cannot be deleted, cannot be changed name yum install pam*yum install db4* -yyum install vsftpdchkconfig vsftpd oniptab
Install Yii2 under CentOS
It is assumed that linux, mysql, php, nginx/apache have been installed here
1. Install curl extension (you can skip it if you have installed it)< /strong>
composer config -l -g Mine
CentOS installation 1
1, install epel-release Enter the command: yum -y install epel-release
Enter and wait for the installation to succeed
First, let’s get the yum source of PHP7.0 and execute the following
Centos Linux server installed nginx
1. Before installing nginx, we must first make sure that the system has g++, gcc, openssl-devel, pcre-devel and zlib-devel software installed, which can be detected by the command shown in the figu
CentOS6-CentOS7 Firewall Set Port NAT Forward
Background:
In the iptables environment of centos6 system:
iptables -t nat -A PREROUTING -p tcp- m tcp –dport 8080 -j DNAT –to destination 192.168.1.163:80
iptables -t nat -A POS
Centos6 installed Redis
One, Redis installation 1. Download Redis Two ways: First, open the terminal directly, and then enter the following command: wget http://download.redis.io/releases/redis-4.0.2.tar.gz
When I u
CentOS – YUM can’t find a PHP-APC
I am trying to install apc (alternative php cache) on centos 5 server. I tried yum search apc and only found the relevant package of American power company. How do I install apc?
I am trying