上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 57 下一页
摘要: 部署prysm 下载prysm mkdir -pv /data/prysm && cd /data/prysm curl https://raw.githubusercontent.com/prysmaticlabs/prysm/master/prysm.sh --output prysm.sh & 阅读全文
posted @ 2023-01-17 14:43 小吉猫 阅读(1584) 评论(0) 推荐(0) 编辑
摘要: 环境说明 主机说明 宿主机:192.168.1.219 备份机:192.168.2.235 备份要求 宿主机可以免密登录备份机 备份机器提前创建备份目录 # ssh root@192.168.2.235 "mkdir -pv /data/mysql-backs" mkdir: created dir 阅读全文
posted @ 2023-01-13 19:35 小吉猫 阅读(842) 评论(0) 推荐(0) 编辑
摘要: 创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* TO 'bkpus 阅读全文
posted @ 2023-01-13 17:40 小吉猫 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 环境说明 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 阅读全文
posted @ 2023-01-13 14:25 小吉猫 阅读(747) 评论(0) 推荐(0) 编辑
摘要: 创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* TO 'bkpus 阅读全文
posted @ 2023-01-12 19:25 小吉猫 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 创建备份用户 mysql> CREATE USER 'bkpuser'@'localhost' IDENTIFIED BY 's3cret'; mysql> GRANT SELECT, RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON *.* T 阅读全文
posted @ 2023-01-12 18:18 小吉猫 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 下载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 阅读全文
posted @ 2023-01-11 19:08 小吉猫 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 下载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. 阅读全文
posted @ 2023-01-11 18:03 小吉猫 阅读(2995) 评论(0) 推荐(0) 编辑
摘要: namespace mysql-ns.yaml apiVersion: v1 kind: Namespace metadata: labels: kubernetes.io/metadata.name: wgs-mysql name: wgs-mysql 创建ns # kubectl apply - 阅读全文
posted @ 2023-01-09 11:41 小吉猫 阅读(347) 评论(0) 推荐(0) 编辑
摘要: namespace mysql-ns.yaml apiVersion: v1 kind: Namespace metadata: labels: kubernetes.io/metadata.name: wgs-mysql name: wgs-mysql 创建ns # kubectl apply - 阅读全文
posted @ 2023-01-03 19:12 小吉猫 阅读(338) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 57 下一页