Install EPICS in CentOS 6 [detailed operation]
Install EPICS in CentOS 6 [detailed operation]
1, Install EPICS Base
1. Installation tools
2. Install Base
2, Create IOC
1. Create startup file
2. Start IOC
Three, expand
4, Install Extensions
1. Download the installation package
2. Environment settings
3. Install software tools
4. Installation ...
Posted by skyxmen on Thu, 06 Feb 2020 08:38:56 +0100
YUM warehouse online simple installation single node K8S (pure combat)
Simple online installation of single node K8S using YUM warehouse
Experimental environment:
Using system: CentOS 7.4
Name
role
IP address
centos7-min2
master
192.168.142.220
centos7-4
node
192.168.142.136
Experimental steps:
1, Configuration step directory
master configuration
node configuration
Test results
2, master configuration ...
Posted by Carlo Gambino on Tue, 04 Feb 2020 18:33:54 +0100
Centos6 install openvpn use easy-rsa 3.0 certificate authentication
Install openvpn
yum install -y epel-release
yum install -y openvpn easy-rsa openssl openssl-devel lzo lzo-devel pam pam-devel automake pkgconfig
After the above command is executed, there will be a directory of / etc/openvpn, where we usually put configuration files.
1. View the openvpn version:
[root@openvpn ~]# openvpn --version |h ...
Posted by LordMalek on Sun, 02 Feb 2020 08:50:48 +0100
Basic knowledge of ansible automatic operation and maintenance and cloud service
ansible is relatively simple. playbook is used to implement more complex tasks, while Roles is used to implement more complex tasks.
ansible uses modular development, which is equivalent to a collection of command parameters.
https://baike.baidu.com/item/%E4%BA%91%E6%9C%8D%E5%8A%A1/7843499?fr=aladdin Se ...
Posted by hanhao on Thu, 30 Jan 2020 05:07:19 +0100
Anible Notes - Batch Initialization Server
The initial configuration goals to be achieved in this paper are as follows:
ansible configures ssh secret login;
ansible remote configuration host name;
ansible controls remote hosts to add DNS resolution records to each other;
ansible configures the yum mirror source on the remote host and installs some software;
ansible configures time sy ...
Posted by nigelbashford on Sat, 25 Jan 2020 07:29:46 +0100
Ansible automation deployment detailed tutorial
1, Ansible automatic deployment K8S cluster
1.1 introduction to ansible
Ansible is an it automation tool. It can configure systems, deploy software, and coordinate more advanced IT tasks, such as continuous deployment and rolling update. Ansible is suitable for managing enterprise IT infrastructure ...
Posted by m@ndio on Wed, 22 Jan 2020 08:09:27 +0100
Introduction to the installation of nginx and nginx configuration of Centos7 yum source
Introduction to the installation of nginx and nginx configuration of Centos7 yum source
(1) Installation
1.1 add Nginx repository
yum install epel-release
1.2 start to install nginx
yum install nginx
In the middle of the way, these two commands will prompt you whether to continue or not. You o ...
Posted by linus on Mon, 20 Jan 2020 11:51:17 +0100
Docker making image
Structure of this chapter
Layer of Docker image
Basic creation method of Dockerfile
Dockerfile creating various application containers
Layer of Docker image
Each instruction in the Dockerfile creates a new image layer
The image layer will be cached and reused
When the Dockerfile instruction is modified, the copied file changes, or the speci ...
Posted by TomNomNom on Tue, 14 Jan 2020 04:12:17 +0100
Maintained + MySQL primary high availability
Maintained + MySQL primary high availability
1, Environment introduction:
10.1.1.174:23316 M1 10.1.1.237:23316 M2
2, Configure dual master: omitted.
3, keepalive installation
[root@master1 ~]# cd /usr/local/src/
[root@master1 src]# wget https://www.keepalived.org/software/keepalived-2.0.17.tar.gz
[root@master1 src]# tar -xf keepalived- ...
Posted by Syto on Tue, 07 Jan 2020 17:16:12 +0100
vmware virtual machine settings yum source
During the experiment, several virtual machines (minimum installation) need to be opened to mount the image directly to configure the yum source, without copying the iso to the virtual machine, so as to reduce the disk occupation; Check whether the virtual machine mounts the image Check whether the mount directory is mounted
C ...
Posted by SimpleManWeb on Tue, 07 Jan 2020 05:46:38 +0100