ZhangZhihui's Blog |
|
||
2022年12月2日
摘要:
You can view all of your settings and where they are coming from using: $ git config --list --show-origin The first thing you should do when you insta 阅读全文
2022年11月11日
摘要:
# Test Oracle connection nc -zv db.abc.com 1521 # Test Hive connection nc -zv hdp.abc.com 10000 阅读全文
2022年11月10日
摘要:
Two solutions: 1. sudo mount /tmp -o remount,exec 2. export TMPDIR=$HOME/tmp before execute the failed command 阅读全文
2022年11月8日
摘要:
[zzh@rext03-0322 ~]$ ls ~/project/deploy/mirrored aaa a.zip b.jwt d.09_202211071.tgz [zzh@rext03-0322 ~]$ ls ~/project/deploy/mirrored | wc -l 4 [zzh@ 阅读全文
2022年10月29日
摘要:
git reset --hard master@{"20 minutes ago"} 此命令会覆盖本地未提交的所有修改,谨慎使用! 阅读全文
2022年10月24日
摘要:
icdiff -WH kustomization.yaml.manual kustomization.yaml.automatic 阅读全文
摘要:
A here document is used to redirect input into an interactive shell script or program. We can run an interactive program within a shell script without 阅读全文
2022年9月22日
摘要:
touch -d '181 days ago' test.txt touch -d '2022-03-20' test.txt 阅读全文
2022年8月8日
摘要:
PS E:\projects\default\logs> Select-String "yrc_reg_load_2022052*" -Pattern "ERROR:" 阅读全文
2022年7月26日
摘要:
grep -ri --exclude-dir="archive" cary 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |