ZhangZhihui's Blog  
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 78 下一页

2021年2月10日

摘要: Remove log redirection: ZUBT:/home/scnzzh $> crontab -l #00 09 * * * ~/zzh.py >> ~/zzh_`date +\%Y\%m\%d_\%H\%M\%S`.log 2>&1 #00 10 * * * ~/zzh.py >> ~ 阅读全文
posted @ 2021-02-10 09:00 ZhangZhihuiAAA 阅读(120) 评论(0) 推荐(0) 编辑

2021年2月5日

摘要: scnzzh@zubt1:~$ kubectl get ns rook-ceph NAME STATUS AGE rook-ceph Terminating 118m scnzzh@zubt1:~$ kubectl get ns rook-ceph -o json > rook-ceph-ns.js 阅读全文
posted @ 2021-02-05 16:55 ZhangZhihuiAAA 阅读(53) 评论(0) 推荐(0) 编辑

2021年2月1日

摘要: journalctl -xeu <service name> 阅读全文
posted @ 2021-02-01 18:14 ZhangZhihuiAAA 阅读(37) 评论(0) 推荐(0) 编辑
 
摘要: I have an HA k8s cluster which has 3 control-plane nodes. When 2 of the 3 control-plane nodes are shut down, the cluster stops working. When shut down 阅读全文
posted @ 2021-02-01 09:40 ZhangZhihuiAAA 阅读(1481) 评论(0) 推荐(0) 编辑

2021年1月29日

摘要: scnzzh@zubt1:~$ kubectl get secret --namespace default my-mysqlrelease -o jsonpath="{.data.mysql-root-password}" TXlOZXZ2UGE1NXcwcmQ=scnzzh@zubt1:~$ k 阅读全文
posted @ 2021-01-29 11:03 ZhangZhihuiAAA 阅读(310) 评论(0) 推荐(0) 编辑

2021年1月25日

摘要: dirname and basename are the tools you're looking for for extracting path components: $ export VAR='/home/pax/file.c' $ echo "$(dirname "${VAR}")" ; e 阅读全文
posted @ 2021-01-25 09:41 ZhangZhihuiAAA 阅读(83) 评论(0) 推荐(0) 编辑

2021年1月18日

摘要: scnzzh@zubt1:~/zzh$ sudo ufw status Status: inactive 阅读全文
posted @ 2021-01-18 16:36 ZhangZhihuiAAA 阅读(64) 评论(0) 推荐(0) 编辑

2021年1月14日

摘要: 1. Remove a PPA from Software Sources via GUI 2. Remove a PPA using APT in terminal: zzh@ZZHPC:~$ sudo add-apt-repository --remove "deb [arch=amd64] h 阅读全文
posted @ 2021-01-14 11:42 ZhangZhihuiAAA 阅读(171) 评论(0) 推荐(0) 编辑

2020年12月31日

摘要: Enable forwarding from Docker containers to the outside world By default, traffic from containers connected to the default bridge network is not forwa 阅读全文
posted @ 2020-12-31 08:53 ZhangZhihuiAAA 阅读(185) 评论(0) 推荐(0) 编辑

2020年12月25日

摘要: The problem is with slashes: your variable contains them and the final command will be something like sed "s/string/path/to/something/g", containing w 阅读全文
posted @ 2020-12-25 12:32 ZhangZhihuiAAA 阅读(1030) 评论(0) 推荐(0) 编辑
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 78 下一页