Use nexus to build yum warehouse
Summary
nexus is a warehouse manager. In addition to the most commonly used function of creating maven warehouse, it can also build docker warehouse, yum source warehouse, npm pip ruby warehouse and so on. Today, we use this to create a Yum source warehouse
Install nexus
First, install nexus. I use the docker mode. First, the project under clo ...
Posted by btoles on Mon, 25 Nov 2019 14:02:03 -0800
GlusterFS hyperfusion deployment with 010.Kubernetes permanent storage
1. Pre-preparation
1.1 Basic Knowledge
In Kubernetes, using the GlusterFS file system, the steps are usually:
Create brick-->Create volume-->Create PV-->Create PVC-->Pod Mount PVC
If you want to create multiple PV s, you need to repeat the execution manually, and glusterfs can be managed through Heketi.
Heketi is used to manage ...
Posted by mirana on Fri, 22 Nov 2019 21:41:10 -0800
k8s practice: kubectl plug-in management tool krew
Environmental description:
host name
Operating system version
ip
docker version
kubelet version
To configure
Remarks
master
Centos 7.6.1810
172.27.9.131
Docker 18.09.6
V1.14.2
2C2G
master host
node01
Centos 7.6.1810
172.27.9.135
Docker 18.09.6
V1.14.2
2C2G
Node node
node02
Centos 7.6.1810
172.27.9.136
Docker 18.09.6
V1.14.2
2C2G
Node ...
Posted by spiyun on Fri, 22 Nov 2019 03:17:14 -0800
Attached 009. GlusterFS independent deployment of kubernetes permanent storage
I. preliminary preparation
1.1 basic knowledge
Heketi provides a RESTful management interface that can be used to manage the life cycle of a GlusterFS volume. Heketi will dynamically select bricks to build the required volumes in the cluster, so as to ensure that the copies of data will be distributed to different failure domains in the clust ...
Posted by jakep on Fri, 22 Nov 2019 02:47:32 -0800
Centos deploy KVM virtualization platform (can follow)
I. KVM overview
KVM is the abbreviation of Kernel Virtual Machine. At present, Linux distribution must run KVM in 64 bit system environment, and the hardware needs to support VT technology.
1. Case pre knowledge points
KVM has been directly integrated into Linux kernel since Linux version 2.6.20. It relies on CPU virtualization instruction set ...
Posted by futurewii on Thu, 21 Nov 2019 22:38:20 -0800
PostgreSQL pipelinedb flow calculation plug-in - IoT application - real time trajectory aggregation
Label
PostgreSQL, IOT, track aggregation, pipelinedb, flow calculation, real-time aggregation
background
IoT scenes, Internet of vehicles scenes, shared bicycle scenes, human behavior sites, etc. the terminal reports isolated sites in real time. We need to supplement them into tracks.
For example, sharing bicycles, placing orders, unlocking, ...
Posted by haku87 on Thu, 21 Nov 2019 10:23:50 -0800
PHP uses the geo command of Redis
Notes: CentOS 6.9 source compilation and installation of redis and PHP redis extensionI like to climb mountains. When I study GEO, I also demonstrate the coordinates of mountains. My coordinates are:116.517159,39.922267I sorted out the coordinates of some mountains
$mountainCoordinates = array(
array('115.793844', '40.584459', 'Hai_tuo'),// ...
Posted by Dorin85 on Thu, 21 Nov 2019 08:35:35 -0800
Linux deleted python by mistake, resulting in the unavailability of yum. Delete the reinstallation method.
Linux system is CentOS Linux release 7.4.1708
Python is deleted by manual, manual, and manual, which makes yum unavailable. Baidu, after reinstalling yum and python, always reported all kinds of errors. After suffering, I finally summed up a set of personal tests, which can be used and shared.
Uninstall existing python firs ...
Posted by stereo on Wed, 20 Nov 2019 09:48:02 -0800
Linux network service network settings related commands
Linux network settings
View network settings
Test network connection
Use network configuration command
Modify network profile
This article mainly introduces some basic and common Linux network setting commands and some script file configuration steps in Linux.
I. view and test network configuration
1.ifconfig -- View network interface a ...
Posted by Bobby_Jo on Tue, 19 Nov 2019 03:24:32 -0800
mysql master-slave replication, add new slave server
Master-slave replication, adding slave servers Three mysql servers. One is the master and one is the slave, realizing automatic backup. Add a new slave server System: CentOS 7.6 mariadb: 5.5.60
Primary server:
[root@Centos7 ~]#vim /etc/my.cnf
[mysqld]
server_id=7 #Set server ID
log_bin #Open binary log
Start mysql, View b ...
Posted by imcomguy on Fri, 15 Nov 2019 07:20:30 -0800