Download and install Redis tutorial for CentOS 7
From the official English website https://redis.io/download Or Chinese official website http://redis.cn/ Download Redis installation packageAfter downloading, double-click to open VMware Workstation Pro, select the virtual machine CentOS 7 to use, click "open this virtual machine", and enter the root user and the corresponding passwor ...
Posted by jwilh on Sat, 22 Jan 2022 14:02:59 +0100
Construction of codis cluster
Codis is a distributed Redis solution. For upper tier applications, there is no significant difference between connecting to Codis Proxy and connecting to native Redis Server( List of unsupported commands ), the upper layer application can be used like a stand-alone Redis. The bottom layer of Codis will handle request forwarding, non-stop data ...
Posted by ankycooper on Fri, 21 Jan 2022 22:42:53 +0100
Alicloud (CentOS7.4) installs MySQL and connects MySQL locally and remotely
Alicloud (CentOS7.4) installs MySQL and connects MySQL locally and remotely
Install MySQL using yum
Step 1: check whether mysql exists on this machine
rpm -qa | grep mysql
yum info mysql-community-server
Step 2: copy the download address of Yum community mysql on the official mysql website
https://dev.mysql.com/downloads/
https://dev ...
Posted by turing_machine on Fri, 21 Jan 2022 20:33:03 +0100
Huawei cloud Centos installation and configuration XL2 + IPSec VPN service
1, Deploy PPTP VPN server
1. Check whether the server system environment supports the installation of pptp
1,Check whether the system kernel supports MPPE patch
[root@PPTP ~]# modprobe ppp-compress-18 && echo success
display success Description system support MPPE If the patch is not supported, you need to install it first k ...
Posted by jammer on Wed, 19 Jan 2022 16:34:39 +0100
Docker introduction learning notes
Docker installation
1, Install Docker
Help documentation
1. Uninstall old version
yum remove docker \
docker-client \
docker-client-latest \
docker-common \
docker-latest \
docker-latest-logrotate \
docker-logrotate \
docker-engine
2. Required installatio ...
Posted by daniminas on Tue, 18 Jan 2022 15:30:23 +0100
Ansible introduction and installation
Ansible introduction and installation
1, Introduce Ansible
1. What is Ansible
Ansible is an infrastructure as code tool that keeps pace with Puppet, SaltStack and check. Its simple and easy-to-use features make people love it and occupy a place in the DevOps industryAnsible provides the easiest way to publish, manage and orchestrate comp ...
Posted by irkevin on Tue, 18 Jan 2022 08:13:25 +0100
mysql5.7.29 dual master-slave configuration under linux environment
Note: mysql5.0 is used here 7.29 instantiate, install and deploy on two machines respectively.
106.13.145.174/3306 (Master) and 39.101.213.45/3306 (slave)
1. Install on two machines respectively, and install mysql-5.7.29 decompression version
1.1 upload the installation package to / usr/lcoal
tar -zxvf mysql-5.7.29-linux-glibc2.12-x86 ...
Posted by frosty3d on Mon, 17 Jan 2022 01:56:51 +0100
Build project management and code hosting platform gitlab in docker environment under Centos7 system
summary
GitLab is an open source project for warehouse management system. It uses Git as a code management tool and builds a Web service on this basis. Implement a self managed Git project repository, which can access public or private projects through the Web interface. Ability to browse source code, manage defects and comments. It can manage ...
Posted by jammer on Sun, 16 Jan 2022 14:09:23 +0100
Bigemap offline map publisher for Linux
Bigemap offline map publisher for Linux
I. environmental inspection
Before installing Bigemap Server, you need to install the following dependencies:
WgetOpenSSL (optional)DockerDocker Composeunzip
Wget, OpenSSL and unzip are all required by the Bigemap Server installation script. Docker and Docker Compose are service running and integr ...
Posted by modcar on Thu, 13 Jan 2022 20:42:17 +0100
Magedu - M46 - offline exercises
Offline exercises Chapter 11
Basic class 1. Edit a 1 Txt file, as follows
cat >>1.txt <<EOF
10.0.3.1 00:0F:AF:81:19:1F
10.0.3.2 00:0F:AF:85:6C:25
10.0.3.3 00:0F:AF:85:70:42
10.0.2.20 00:0F:AF:85:55:DE
10.0.2.21 00:0F:AF:85:6C:09
10.0.2.22 00:0F:AF:85:5C:41
10.0.0.151 00:0F:AF:85:6C:F6
10.0.0.152 00:0F:AF:83:1F:65
10.0.0.153 00:0F: ...
Posted by Jona on Tue, 11 Jan 2022 01:55:44 +0100