上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: bi.kailinjt.com.conf server { listen 80; server_name bi.kailinjt.com; location = / { return 302 $scheme://$host/webroot/login.html; } location / { #re 阅读全文
posted @ 2023-11-02 10:15 Gshelldon 阅读(85) 评论(0) 推荐(0) 编辑
摘要: Cert-manager自动管理K8S https证书 Cert-manager对接华为云HUAWEI DNS certmanager对接华为云 HUAWEI DNS 阅读全文
posted @ 2023-10-25 15:39 Gshelldon 阅读(593) 评论(0) 推荐(0) 编辑
摘要: Nginx基于基本身份认证的文件服务 1、配置文件 server { listen 80; server_name jili.kaikai.com; location / { root /opt/jili; autoindex on; charset utf-8; auth_basic "authe 阅读全文
posted @ 2023-09-21 08:41 Gshelldon 阅读(39) 评论(0) 推荐(0) 编辑
摘要: # nsenter的使用 ```bash $ nsenter --help 用法: nsenter [选项] [ [...]] 以其他程序的名字空间运行某个程序。 选项: -a, --all enter all namespaces -t, --target 要获取名字空间的目标进程 -m, --m 阅读全文
posted @ 2023-08-03 15:35 Gshelldon 阅读(82) 评论(0) 推荐(0) 编辑
摘要: ```bash #!/bin/bash export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin' USER=admin2 PASS=L4bAWUye2A4JNN! DB_NAME=ng_kboss_person 阅读全文
posted @ 2023-07-14 09:41 Gshelldon 阅读(68) 评论(0) 推荐(0) 编辑
摘要: ```bash backup-etcd.sh #!/bin/bash ETCDCTL_PATH='/usr/bin/etcdctl' ENDPOINTS='https://192.168.21.196:2379' ETCD_DATA_DIR="/var/lib/etcd" BACKUP_DIR="/ 阅读全文
posted @ 2023-07-10 15:13 Gshelldon 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 写在之前 seata 1.6 无法注册到nacos 配置中心 下面有说原因。 2023年7月2日 gshelldon写的博客。 大于 1.4版本之后,配置文件就不是用registry.conf了所以按照官方的文档搭建都是坑。 默认使用application.yml的配置文件进行管理。 都是坑!!!害 阅读全文
posted @ 2023-07-03 10:49 Gshelldon 阅读(496) 评论(0) 推荐(0) 编辑
摘要: # iftop 工具 https://mp.weixin.qq.com/s/NYsE1Oe8G3IanMw1p9_GUA ## 1、安装工具 ```bash yum -y install iftop ``` ## 2、常用参数 ```bash -i 指定需要检测的网卡, 如果有多个网络接口,则需要注 阅读全文
posted @ 2023-06-25 21:31 Gshelldon 阅读(91) 评论(0) 推荐(0) 编辑
摘要: # docker 加速的配置 ```bash mkdir -p /etc/systemd/system/docker.service.d cat >> /etc/systemd/system/docker.service.d/http-proxy.conf << EOF [Service] Envi 阅读全文
posted @ 2023-06-16 15:31 Gshelldon 阅读(51) 评论(0) 推荐(0) 编辑
摘要: apk add --no-cache build-dependencies build-base openssl-dev autoconf g++ libtool make curl-dev libxml2-dev linux-headers docker-php-ext-install -j 2 阅读全文
posted @ 2023-05-09 16:04 Gshelldon 阅读(31) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 17 下一页