上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: 一、查看openssh-8.2p1-29.oe2003sp4.x86_64依赖包 yum deplist openssh | grep -A 50 openssh-8.2p1-29.oe2003sp4.x86_64 二、网站archlinux查看gcc相关依赖包及软件目录结构 1、参考 https: 阅读全文
posted @ 2024-12-09 15:40 gkhost 阅读(399) 评论(0) 推荐(0)
摘要: 一、准备工具 1、python3.7、pip3.7安装 参考:https://www.cnblogs.com/gkhost/p/18595021 2、pip3更换源 # 永久设定pip3源pip config set global.index-url https://mirrors.huaweicl 阅读全文
posted @ 2024-12-09 15:20 gkhost 阅读(842) 评论(0) 推荐(0)
摘要: 一、安装python 1、安装依赖环境 yum install gcc -y yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-dev 阅读全文
posted @ 2024-12-09 15:20 gkhost 阅读(321) 评论(0) 推荐(0)
摘要: mysql 主从数据同步失败手动同步数据的方法 进入master执行 1、锁表 flush tables with read lock; 2、导出备份数据 mysqldump -u root -p test1 > /tmp/mysql.sql 3、查看主库状态记录偏移量position的值 show 阅读全文
posted @ 2024-12-05 10:50 gkhost 阅读(71) 评论(0) 推荐(0)
摘要: 一、Gtid简介 GTID transactions are identified by a global transaction identifier (GTID) in the form UUID:NUMBER. Every GTID transaction in a log is always 阅读全文
posted @ 2024-12-05 10:48 gkhost 阅读(324) 评论(0) 推荐(0)
摘要: du -ah /home --max-depth=6 | sort -rh | head -10 倒序查找当前目录中前四个GB大小的文件 # 输出前四行的文件名 [root@harbor ~]# for i in `du -sh ./* | egrep "M" | sort -r -n -k 1 | 阅读全文
posted @ 2024-12-05 10:43 gkhost 阅读(29) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-12-04 17:33 gkhost 阅读(21) 评论(0) 推荐(0)
摘要: 1、将字段串“plugins=1”替换为“plugins=0” sed -i 's/plugins=1/plugins=0/g' /etc/yum.conf 2、将字符串“\$1>="\$date_source" \&\& \$1<="\$date_dest"”替换为“\$1>='\"\$date_ 阅读全文
posted @ 2024-12-04 15:28 gkhost 阅读(42) 评论(0) 推荐(0)
摘要: 一、状态检查 1、Kubernetes集群版本 [root@k8s-master ~]# kubectl versionClient Version: version.Info{Major:"1", Minor:"21+", GitVersion:"v1.21.5-eki.0", GitCommit 阅读全文
posted @ 2024-12-04 14:20 gkhost 阅读(318) 评论(0) 推荐(0)
摘要: 一、curl下载 curl -C- -fLO https://mirrors.cmecloud.cn/bclinux/oe21.10/cr/update/x86_64/Packages/openssh-8.2p1-29.oe2003sp4.x86_64.rpm# 下载文件到当前位置curl -O h 阅读全文
posted @ 2024-12-03 15:47 gkhost 阅读(654) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页