ZhangZhihui's Blog  
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 78 下一页

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 阅读全文
posted @ 2022-12-02 10:30 ZhangZhihuiAAA 阅读(51) 评论(0) 推荐(0) 编辑

2022年11月11日

摘要: # Test Oracle connection nc -zv db.abc.com 1521 # Test Hive connection nc -zv hdp.abc.com 10000 阅读全文
posted @ 2022-11-11 13:44 ZhangZhihuiAAA 阅读(14) 评论(0) 推荐(0) 编辑

2022年11月10日

摘要: Two solutions: 1. sudo mount /tmp -o remount,exec 2. export TMPDIR=$HOME/tmp before execute the failed command 阅读全文
posted @ 2022-11-10 13:23 ZhangZhihuiAAA 阅读(532) 评论(0) 推荐(0) 编辑

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@ 阅读全文
posted @ 2022-11-08 11:01 ZhangZhihuiAAA 阅读(20) 评论(0) 推荐(0) 编辑

2022年10月29日

摘要: git reset --hard master@{"20 minutes ago"} 此命令会覆盖本地未提交的所有修改,谨慎使用! 阅读全文
posted @ 2022-10-29 15:13 ZhangZhihuiAAA 阅读(27) 评论(0) 推荐(0) 编辑

2022年10月24日

摘要: icdiff -WH kustomization.yaml.manual kustomization.yaml.automatic 阅读全文
posted @ 2022-10-24 17:03 ZhangZhihuiAAA 阅读(14) 评论(0) 推荐(0) 编辑
 
摘要: 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 阅读全文
posted @ 2022-10-24 11:50 ZhangZhihuiAAA 阅读(14) 评论(0) 推荐(0) 编辑

2022年9月22日

摘要: touch -d '181 days ago' test.txt touch -d '2022-03-20' test.txt 阅读全文
posted @ 2022-09-22 15:09 ZhangZhihuiAAA 阅读(14) 评论(0) 推荐(0) 编辑

2022年8月8日

摘要: PS E:\projects\default\logs> Select-String "yrc_reg_load_2022052*" -Pattern "ERROR:" 阅读全文
posted @ 2022-08-08 12:03 ZhangZhihuiAAA 阅读(17) 评论(0) 推荐(0) 编辑

2022年7月26日

摘要: grep -ri --exclude-dir="archive" cary 阅读全文
posted @ 2022-07-26 08:25 ZhangZhihuiAAA 阅读(11) 评论(0) 推荐(0) 编辑
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 78 下一页