Source installation nagios-4.2 (centos 6.8)

Official documents https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/quickstart-fedora.html Dependency software Before installing nagios, you need to install apache, php, gcc, gd-devel, which can be installed through yum. This article is based on the source code build LAMP architecture (build LAMP)- http://blog.csdn.net/di ...

Posted by Julian on Fri, 05 Apr 2019 19:39:30 -0700

Installation of PHP 5.6.30 Service under CentOS 7.0

In the last section, we talked about how to install MySql service under CentOS 7.0. If you don't see the welcome page, you can add my personal tweet: LiTaO 514148204. Attach a section address: http://www.cnblogs.com/riverdubu/p/6426852.html On php-fpm nginx itself can not handle PHP, it is only a web server, when it receives a request, if it is ...

Posted by diddy1234 on Tue, 02 Apr 2019 20:30:30 -0700

Linux Simple Configuration SendMail Sending Mail

This article briefly sorted out the steps of how to install and configure SendMail to send mail on Linux server. This article is not configuring mail server. The specific test environment is CentOS Linux release 7.2.1511 (Core). If there are differences between special platforms, please take the actual situation as the criterion. Linux System ...

Posted by manjunath on Tue, 02 Apr 2019 18:27:29 -0700

PXE + Kickstart Unattended Batch Installation of OS

PXE Function: Guide Installation Kickstart function: Write the process of installing the system into ks.cfg file to realize unattended automatic installation TFTP: PXE Client downloads pxelinux.0 file (first downloaded), vmlinuz, initrd.img from server side DHCP: Get the IP address during PXE boot. DHCP is used twice, the first time when TF ...

Posted by lordshoa on Sun, 31 Mar 2019 14:15:28 -0700

Redhat upgraded mysql to 5.7

Mysql 5.7.17 Upgrade Before that, mysql server has been installed and set up, just for normal use. Now the scanning software detects mysql vulnerabilities, so it needs to be upgraded. We can download the latest version of the database on mysql official website, so as to get the latest corrections and patches, avoid vulnerabilities on the serv ...

Posted by padiwak on Sun, 31 Mar 2019 04:45:30 -0700

Construction of MHA+keepalive High Availability Environment

MHA (Master High Availability) is currently a relatively mature solution for MySQL high availability. It was developed by youshimaton (now working for Facebook) of DeNA Company in Japan. It is an excellent high availability software for failover and master-slave upgrading in MySQL high availability environment. In the process of MySQL fault swi ...

Posted by davidkierz on Fri, 29 Mar 2019 21:27:29 -0700

Docke implements cross-host communication using Open vSwitch

- xxong personal verification At present, flannel, weave, Pipework, Open vSwitch and so on are the main solutions in the market. Open vSwitch is relatively simple, mature and powerful, so it is very suitable as a tool to s ...

Posted by wei on Fri, 29 Mar 2019 19:39:28 -0700

BZOJ 4196([Noi2015] Package Manager - Tree Chain Splitting)

Linux users and OSX users must be familiar with the package manager. Through the package manager, you can install a package by one line of commands, and then the package manager will help you download the package from the source, while automatically resolving all dependencies (that is, downloading other packages on which to install the package ...

Posted by Mutley on Fri, 29 Mar 2019 09:18:28 -0700

Analysis of Single Core CPU Occupied by Linux Processes

pidstat 1 information You can see if the process with pid 12186 is occupying CPU 0 and using CPU 0 at 100%, or if system consumes CPU 0 at 100%. Mpstat-P ALL 1 Information     Use the ps command to view the cpu consumption of threads in the process ps -mp 12186 -o THREAD,tid,time USER %CPU PRI SCNT WCHAN USER SYSTEM TID TIME actiont+ 176 ...

Posted by gareh on Thu, 28 Mar 2019 01:33:30 -0700

Configuring NTP Server in Intranet

In this paper, we mainly configure NTP service for the scenario where the server can not connect with the outside world in the intranet. We need a machine to connect with the outside network, and other services to connect with the outside network service. NTP Server (Network Time Protocol (NTP) is a protocol used to synchronize computer time. I ...

Posted by mrfritz379 on Thu, 21 Mar 2019 20:03:51 -0700