摘要:
部署prysm 下载prysm mkdir -pv /data/prysm && cd /data/prysm curl https://raw.githubusercontent.com/prysmaticlabs/prysm/master/prysm.sh --output prysm.sh & 阅读全文
摘要:
环境说明 主机说明 宿主机:192.168.1.219 备份机:192.168.2.235 备份要求 宿主机可以免密登录备份机 备份机器提前创建备份目录 # ssh root@192.168.2.235 "mkdir -pv /data/mysql-backs" mkdir: created dir 阅读全文
摘要:
创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* TO 'bkpus 阅读全文
摘要:
环境说明 nginx: 1.22.0 safari: 13+ curl: 7.68.0 ubuntu:20.04 问题说明 [Error] The network connection was lost. [Error] XMLHttpRequest cannot load xxx due to a 阅读全文
摘要:
创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* TO 'bkpus 阅读全文
摘要:
创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT SELECT, RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* T 阅读全文
摘要:
下载jenkins # wget -O jenkins-2.391.war https://mirrors.tuna.tsinghua.edu.cn/jenkins/war/2.391/jenkins.war run_jenkins.sh #!/bin/bash #java -server -Xms 阅读全文
摘要:
下载jdk-17 # wget https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.tar.gz Dockerfile FROM ubuntu:22.04 ENV JAVA_HOME=/usr/local/jdk-17.0. 阅读全文
摘要:
namespace mysql-ns.yaml apiVersion: v1 kind: Namespace metadata: labels: kubernetes.io/metadata.name: wgs-mysql name: wgs-mysql 创建ns # kubectl apply - 阅读全文
摘要:
namespace mysql-ns.yaml apiVersion: v1 kind: Namespace metadata: labels: kubernetes.io/metadata.name: wgs-mysql name: wgs-mysql 创建ns # kubectl apply - 阅读全文