ZhangZhihui's Blog |
|
||
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 >> ~ 阅读全文
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 阅读全文
2021年2月1日
摘要:
journalctl -xeu <service name> 阅读全文
摘要:
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 阅读全文
2021年1月29日
摘要:
scnzzh@zubt1:~$ kubectl get secret --namespace default my-mysqlrelease -o jsonpath="{.data.mysql-root-password}" TXlOZXZ2UGE1NXcwcmQ=scnzzh@zubt1:~$ k 阅读全文
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 阅读全文
2021年1月18日
摘要:
scnzzh@zubt1:~/zzh$ sudo ufw status Status: inactive 阅读全文
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 阅读全文
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 阅读全文
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 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |