Installation and use of RabbitMQ3.6.10 under CentOS 6.5 final
I am a little white one, because the company needs to use RabbitMQ, I will look for data to install.Now I'll write down the steps and problems I've encountered to help you.
System: centOS final6.5
Download directory for files: /home/lmy/opt
Installation directory: /opt
I have the current directory in every step of my code, and switching di ...
Posted by Debar on Thu, 13 Jun 2019 09:21:45 -0700
centos set up firewall
Foreword: centos 7
1. Basic operations
If you don't have commands installed on your system
yum install firewalld //Install firewalld firewall
Open Services
# systemctl start firewalld.service
Close the firewall
# systemctl stop firewalld.service
Start-up automatically
# systemctl enable firewalld.service
Turn off and start up ...
Posted by noodle on Wed, 12 Jun 2019 17:04:01 -0700
05.24 Keepalived High Availability Software
Chapter 1 Introduction to Keepalived
Keepalived software was originally designed for LVS load balancing software to manage and monitor the status of each service node in the LVS cluster system. Later, it added VRRP function to realize high availability. Therefore, besides managing LVS software, Keepalived can also be used as a highly availabl ...
Posted by TwistedLogix on Wed, 12 Jun 2019 16:00:29 -0700
Detailed steps for manual installation of redis-3.2.8 in CentOS 6.8
CentOS 6.8 installs with yum sometimes without a newer version, so install it manually. Here are the steps.
Download the latest version
Take 3.2.8 as an example. Attach the address: redis-3.2.8.tar.gz http://download.redis.io/releases/redis-3.2.8.tar.gz
1. Download Redis 3.2.8 installation package
wget -C http://dow ...
Posted by kobmat on Tue, 11 Jun 2019 11:10:11 -0700
Linux(6, 7) Software Installation of PHP
linux software installation
Shell Front-end Package Manager
yum
Use linux local installation CD as yum source
Mount mount directory
Unloading catalogue
Edit local warehouse configuration yum source configuration
Clearing up metadata of yum metadata
yum installation ssh
Check to see if services are installed
search uses YUM to find pack ...
Posted by rob_maguire on Mon, 10 Jun 2019 16:28:36 -0700
Linux(6, 7) Software Installation of PHP
linux software installation
Shell Front-end Package Manager
yum
Use linux local installation CD as yum source
Mount mount directory
Unloading catalogue
Edit local warehouse configuration yum source configuration
Clearing up metadata of yum metadata
yum installation ssh
Check to see if services are installed
search uses YUM to find pack ...
Posted by PandaFi on Mon, 10 Jun 2019 16:19:11 -0700
Use Corosync+Pacemaker to explain and install in detail under Linux
Corosync Details
Overview of OpenAIS
OpenAIS is an application interface specification based on SA Forum standard cluster framework. OpenAIS provides a cluster model, which includes cluster framework, cluster member management, communication mode, cluster monitoring, etc. It can provide cluster interfaces for cluster software or tools to mee ...
Posted by andrewcb on Sat, 08 Jun 2019 11:11:40 -0700
Building zabbix monitoring system
Building Automation Service Platform--zabbix Monitoring Platform
Preparatory environment
Prepare a Linux host (CentOS 7 example)
LAMP platform has been installed
Close Firewall and SELinux
Setting IP Address
Setting up yum source
Individual symbols in linux instructions will conflict with the text editing language of the blog. I will use spac ...
Posted by chriskiely on Fri, 07 Jun 2019 16:56:09 -0700
11 redis cluster cluster deployment
Last article A Brief Talk on redis cluster Cluster The advantages of redis cluster architecture, the comparison between redis cluster and redis replication + sentinal, and the data fragmentation algorithm of redis cluster are mainly explained. The original hash algorithm and consistency hash algorithm + virtual nodes are also briefly introduc ...
Posted by reneeshtk on Fri, 07 Jun 2019 13:33:01 -0700
Source Compile Install Apache - Attach One-Click Deployment Script
1. Enter apache's website at https://www.apache.org/, click Download
2. Select as shown
3. Select httpd
4. Download two packages, 2.2 for CentOS6 and 2.4 for CentOS7
1. CentOS6
1. Enter the command rz and a dialog box will pop up to transfer the windows file to linux.
2. In the pop-up dialog box, select Package--->Add--->OK.Be caref ...
Posted by azurian on Fri, 07 Jun 2019 11:47:49 -0700