RHEL7/CentOS7 pxe+kickstart Automation System Installation

    PXE(preboot execute environment) is the latest technology developed by Intel Corporation, working in Client/Server network mode, supporting workstations to download images from remote servers over the network, and thereby supporting the boot of operating systems over the network. During the boot process, the terminal requires the ...

Added by Reformed on Thu, 27 Jun 2019 19:52:35 +0300

pkg-related module of saltstack module

1. pkg.available_version modulepkg.available_version: Returns the latest version of the queried package that can be installed or updated. If multiple packages are specified, the returned results are output in the form of a dictionary.[root@salt-master ~]# salt '*' pkg.available_version httpd salt-minion02.contoso.com: & ...

Added by Aphp73 on Tue, 25 Jun 2019 21:09:18 +0300

docker learning 2-Quickly build centos7-python 3.6 environment

Preface When we set up a python 3.6 environment on one computer, the next time we switch to a computer or a linux system, we have to rebuild it again, set up environment variables, download pip and so on. Very easy to install, after a while the Scrips directory can not find pip.exe, one will prompt that pip is not an internal or external comman ...

Added by pelleas on Tue, 25 Jun 2019 19:41:30 +0300

The application log is pushed to the syslog server through rsyslog

CentOS 5 series system comes with syslog 1.4.1centos6 series with rsyslog version 5.8.10CentOS 7 series with rsyslog version 7.4.7At present, the latest version of rsyslog is 8.27.0. rsyslog reconstructs the imfile module from 8.5.0. The wildcard can be supported in the file name.rsyslog: http://www.rsyslog.com/To upgrade rsyslog, you need to c ...

Added by Orpheus13 on Sun, 23 Jun 2019 02:44:55 +0300

CentOS7 Configuration of NAT Server and Port Mapping

Recently, an Esxi server needs to be hosted, only one public network ip, but all virtual machines need to access the public network. I haven't found a NAT network model similar to Vmware workstation in Esxi, so I want to use a virtual machine as a NAT server. My virtual machine system has Win2008 and entOS7. Considering the stability, I chose ...

Added by rustyofco on Sun, 23 Jun 2019 00:32:54 +0300

Introduction to Redis String Type Command (1)

Summary Redis Introduction and Installation Reference: Introduction and installation of Redis String type is the most basic data type in Redis. It can store any form of string, including binary data. Introduction to Commands set command Syntax: SET key value [EX seconds] [PX milliseconds] [NX|XX] Initial version: 1.0.0 Summary: Set a ...

Added by flatpooks on Sat, 22 Jun 2019 02:36:58 +0300

Redis Cluster Building Instructions

Redis Cluster Building Instructions Using two virtual machines to simulate 6 nodes and one virtual machine to create 3 master and 3 salve environments Redis version: redis-3.2.4 linux version: CentOS 6.5 (10.60.44.76), CentOS 7.0 (10.60.44.105) 1. Download the redis installation package Installation package is attached, redis-3.2.4.tar.gz 2. ...

Added by mazman on Fri, 21 Jun 2019 02:10:19 +0300

Chapter 12 Timing Tasks

Contents of this article: 12.1 Configure Timer Tasks 12.2 crontab file Debugging 12.3 crond command 12.4 Task Schedule Accurate to Seconds 12.1 Configure Timer Tasks First, you need to understand the concepts: (1).crond is a daemon class program with a path of / usr/sbin/crond.The default will start in background mode, and crond will start in ...

Added by fonecave on Thu, 20 Jun 2019 19:51:07 +0300

Backup and restore of SVN (subversion)

A version control software commonly used in development is SVN. Sometimes the content of a version controller needs to be backed up/restored or migrated. Although it is rarely used, once used, the knowledge should be mastered. Environment: CentOS 6.6 There are three ways to backup and restore svn, the first two are highlighted here: Offici ...

Added by abriggs on Fri, 14 Jun 2019 20:49:06 +0300

The Impact of Cluster Index on Data Insertion

background Developer feedback system is particularly slow to execute a stored procedure, which is checked because of the need to insert a large amount of data into the new task table during the execution of the stored procedure. The primary key of the task table is clustered index. Why does clustering index cause slow insertion? How much impa ...

Added by gwood_25 on Sat, 08 Jun 2019 00:05:03 +0300