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
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
One. Preparation
1. Install three virtual machines in VMware;
2. Three machines/etc/hosts They are luxiangzhou1(192.168.200.101), luxiangzhou2(192.168.200.102, luxiangzhou3(192.168.200.
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
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
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
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
There are three ways to install Zookeeper, stand-alone mode and cluster mode and pseudo-cluster mode.
■ Single-machine mode: Zookeeper only runs on one server, suitable for test environments;
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
Characteristics of virtual users:
1. They can only access the FTP service provided by the server, but cannot access other resources of the system. Therefore, if you want users to have write a
First, experimental environment
Operating system: CentOS 7
Second, installation
Close SELINUX:
vim /etc/selinux /config
SELINUX=disable Temporary shutdown:
setenforce 0 Thre