Kubernetes enterprise level offline environment landing practice
Live broadcast at 21:00 p.m. on November 7, 2019.
I. Kubernetes environment configuration
https://github.com/easzlab/kubeaszhttps://github.com/opsnull/follow-me-install-kubernetes-cluster
2. Build BaseImage and service image through dockerfile
Basic image construction of container service
FROM harbor.qa.com.cn/public/centos:6.9
LABEL vendor=OC ...
Posted by JoelRocks on Wed, 06 Nov 2019 10:52:34 -0800
Which management services can be restarted on the ESXi host?
Log in to the direct connection interface (DCUI) of ESXi 6.7 host, and we will see the following function option: Restart Management Agents. Even the description on the right is vague. What services are these so-called Management Agents?
Why not translate this Agent into "Agent", but into "service"?
The word agent is ver ...
Posted by deltawing on Mon, 04 Nov 2019 07:45:25 -0800
[CentOS 7LAMP Architecture 2], MariaDB installation and configuration#
shallow A kind of ove
Installing MariaDB
cd /usr/lcoal/src
wget https://downloads.mariadb.com/MariaDB/mariadb-10.2.6/bintar-linux-glibc_214-x86_64/mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
tar zxvf mariadb-10.2.6-linux-glibc_214-x86_64.tar.gz
mv mariadb-10.2.6-linux-glibc_214-x86_64 /usr/local/mariadb
cd /usr/local/mariadb
./scripts/mys ...
Posted by MobiTec on Fri, 01 Nov 2019 08:48:57 -0700
[CentOS 7LNMP architecture 30], set nginx agent#
shallow A kind of ove
nginx agent
The user sends information to the proxy server, the web server receives the information from the proxy server, returns it to the proxy server, and finally sends it to the user
The online environment needs to resolve the domain name of the website to the proxy server, so that the user's request goes to the p ...
Posted by wilzy1 on Fri, 01 Nov 2019 01:25:04 -0700
[Centos] Mysql modifies the directory of data files or solves some errors
Reference resources:
https://blog.csdn.net/qq_21573899/article/details/78843075 [refer to this document for most of this article]
https://www.cnblogs.com/Mchn/p/9984186.html
Technological process:
1. Install Mysql normally. The default installation directory is / usr/local/mysql data file directo ...
Posted by jek1134 on Wed, 30 Oct 2019 09:52:51 -0700
Install tomcat deployment website / nginx agent tomcat/tomcat deployment multiple websites
Source: https://blog.csdn.net/Powerful_Fy
Install jdk:
Oracle official download https://www.oracle.com/technetwork/java/javase/downloads/index.html
Install openjdk from yum:
1. Find the available jdk package:
[root@linux ~]# yum list |grep jdk
2. Select the package installation of the corresponding version:
[root@linux ~]# yum -y install java- ...
Posted by future_man on Wed, 23 Oct 2019 11:04:05 -0700
Using Ghidra to analyze the back door of phpStudy
Author: lu4nx @ know Chuangyu 404 active defense laboratory
Author blog: Using Ghidra to analyze the back door of phpStudy
Original link: https://paper.seebug.org/1058/
Several days have passed since this incident, and all those who responded have responded. Although many manufacturers and organizations have published analysis articles on ...
Posted by Dimensional on Tue, 22 Oct 2019 04:56:08 -0700
Server out of band management
In daily operation and maintenance, we may receive the equipment handed over by others, but for many reasons, the previous people did not record the relevant server serial number, unset out of band address and user password of out of band management, etc., and the server cannot be shut down for maintenance. Is there any way to obtain relevant ...
Posted by sunnyvatsal on Tue, 22 Oct 2019 00:27:24 -0700
Reread exception handling in Golang
Review the exception handling in Golang together.
1. There are no try...catch... Statements in other languages in golang to catch exceptions and recover exceptions.
2. In Golang, we usually use the panic keyword to throw exceptions. In defer, we use recover to catch exceptions for specific logical processing.
3. In golang, we usually return ...
Posted by paulg on Sun, 20 Oct 2019 07:01:04 -0700
Solution git of "remote: error: reusing to update checked out branch: refs / heads / Master"
Remote: error: reusing to update checked out branch: refs / heads / Master
When using Git Push code to data warehouse, the following error is prompted:
[remote rejected] master -> master (branch is currently checked out)
Error prototype
remote: error: refusing to update checked out branch: refs/heads/master
remote: error: By defa ...
Posted by mdub2112 on Fri, 18 Oct 2019 15:00:16 -0700