yum replace source and download rpm package and Linux software source package for installation
Replace yum warehouse source
cp -r /etc/yum.repos.d/ /etc/yum.repos.d.bak configuration of warehouse source of backup system
rm -f /etc/yum.repos.d / * ා delete all warehouse source configurations
cd /etc/yum.repos.d / ා enter the warehouse source directory
wget http://mirrors.163.com/.help/CentOS7-Base-163.repo(wget installation: yum insta ...
Posted by JayVee on Tue, 17 Dec 2019 08:43:35 -0800
Configure yum agent under CentOS7
1. Application scenario:
In some application scenarios, Linux servers need to install application packages through yum, but these Linux servers may not be able to connect to the external network, but there is no corresponding Yum server inside. At this time, find a server that can access the external network inside to configure a proxy, and th ...
Posted by brian183 on Mon, 18 Nov 2019 12:23:42 -0800
jenkins is automatically packaged and deployed to a specified directory
Antecedents and consequences
Recently, I'm not busy with my work. I'm going to study automated packaging. The goal is to package automatically through jenkins and copy it to a specified directory.
target
git updates the code and jenkins automatically packages and deploys
First install jenkins
Look at the document jenkins need Docker installatio ...
Posted by wesley1189 on Sat, 05 Oct 2019 07:02:17 -0700
inotify asynchronous monitoring mechanism
1. Introduction to inotify
Inotify is a powerful, fine-grained, asynchronous file system event monitoring mechanism (software), linux kernel from 2.6.13, joined the Inotify support, through Inotify can monitor the file system to add, delete, modif ...
Posted by urb on Thu, 12 Sep 2019 01:13:02 -0700
openstack Cloud Computing: Openstack rocky Deployment Three nova Computing Node Deployment
Openstack Cloud Computing (2): Openstack Rocky Deployment Tri nova Deployment and Validation (Computing Node)
Tags (space delimited): openstack series
First: nova compute node initialization
2: nova Computing Node Configuration
First: nova compute node initialization
1.1 Configuration Host Name
login: 10.0.0.31
cat /etc/hosts
---
10.0 ...
Posted by AliceH on Sun, 12 May 2019 01:32:15 -0700
Batch distribution and execution of script keys
Batch distribution and execution of script keys
Label (Space Separation): Linux Service Architecture - Chen Siqi
This teaching note is a summary of my study and work career, which is the first draft (there are many imperfections), the original work, allowed to be reproduced, when reproduced, please be sure to indicate the original source of the ...
Posted by ev66 on Fri, 19 Apr 2019 23:39:34 -0700
Linux Practical Teaching Notes 23:Inotify Event Monitoring Tool
Section 23 Intify Event Monitoring Tool
Label (Space Separation): Linux Practical Teaching Notes - Chen Siqi
This teaching note is a summary of my study and work career, which is the first draft (there are many imperfections), the original work, allowed to be reproduced, when reproduced, please be sure to indicate the original source of the art ...
Posted by Jackdaw on Thu, 18 Apr 2019 03:06:33 -0700
Summary of Zabbix usage
1. Launching zabbix-server on CentOS 7 failed. The error message in / var/log/messages is as follows:
Feb 22 12:56:43 mysql-server1 systemd: Starting Zabbix Server with MySQL DB...
Feb 22 12:56:43 mysql-server1 kernel: zabbix_server[1599]: segfault at 18 ip 00007fce09ca6bd0 sp 00007fffa39b7808 error 4 in libpthread-2.17.so[7fce09c9d000+1600 ...
Posted by asaschool on Thu, 28 Mar 2019 11:36:28 -0700
Installation of EPEL repo in CentOS/RHEL 7.X
One background
RHEL and its derivatives, such as CentOS and Scientific Linux, are often lagging behind the rpm packages provided by the official rpm repository for stability, and EPEL can solve these two problems. The full name of EPEL is Extra Packages for Enterprise Linux. EPEL is a project built by the Fedora community to provide high-qualit ...
Posted by gufmn on Tue, 12 Mar 2019 08:36:25 -0700
Python 3 operation redis
redis is also known as caching
1.redis is a key-value storage system with no fields for ForeignKey and ManyToMany.
2. Data created in redis are not related to each other, so they are also called non-relational databases.
3. It supports the storage of data types including string, list, set, zset(sorted set -- ordered set) and hash (hash type).
4 ...
Posted by coops on Thu, 31 Jan 2019 14:09:15 -0800