ZhangZhihui's Blog  
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 102 下一页

2023年8月6日

摘要: zzh@ZZHPC:~$ sleep 120 ^Z [1]+ Stopped sleep 120 zzh@ZZHPC:~$ bg %1 [1]+ sleep 120 & zzh@ZZHPC:~$ [1]+ Done sleep 120 10:01开始sleep,执行完后立刻执行Ctrl + Z中止。 阅读全文
posted @ 2023-08-06 10:37 ZhangZhihuiAAA 阅读(68) 评论(0) 推荐(0)
 
摘要: Ctrl + ALt + T : Open a new terminal Ctrl + L: Clear outputs (not really clear, just add a screen of blank lines) Ctrl + D: Exit current shell Ctrl + 阅读全文
posted @ 2023-08-06 08:31 ZhangZhihuiAAA 阅读(22) 评论(0) 推荐(0)

2023年8月5日

摘要: sudo apt update sudo apt list --upgradable sudo apt full-upgrade zzh@ZZHPC:~$ sudo apt list --upgradable [sudo] password for zzh: Listing... Done pyth 阅读全文
posted @ 2023-08-05 19:58 ZhangZhihuiAAA 阅读(23) 评论(0) 推荐(0)
 
摘要: zzh@ZZHPC:/zdata/Github/zzhrepo1$ git add -A zzh@ZZHPC:/zdata/Github/zzhrepo1$ git commit -m "update function CubeVolume()" [main 13f27a8] update func 阅读全文
posted @ 2023-08-05 16:21 ZhangZhihuiAAA 阅读(11) 评论(0) 推荐(0)

2023年8月4日

摘要: The “ -c ” option counts the number of occurrences of a string: even though ABC4.sh has no matches, it still counts them and returns zero: grep –c abc 阅读全文
posted @ 2023-08-04 14:46 ZhangZhihuiAAA 阅读(21) 评论(0) 推荐(0)
 
摘要: Meta Characters and the grep Command The fundamental building blocks are the regular expressions that match a single character. Most characters, inclu 阅读全文
posted @ 2023-08-04 13:49 ZhangZhihuiAAA 阅读(27) 评论(0) 推荐(0)

2023年8月2日

摘要: lscpu lsmem 阅读全文
posted @ 2023-08-02 09:12 ZhangZhihuiAAA 阅读(11) 评论(0) 推荐(0)

2023年8月1日

摘要: Step 1: Install Github CLI following the instructions provided on page https://github.com/cli/cli#installation . Step 2: Run 'gh auth login' to login. 阅读全文
posted @ 2023-08-01 18:32 ZhangZhihuiAAA 阅读(14) 评论(0) 推荐(0)
 
摘要: 阅读全文
posted @ 2023-08-01 09:05 ZhangZhihuiAAA 阅读(11) 评论(0) 推荐(0)

2023年7月31日

摘要: zzh@ZZHPC:~/zd/Github/RepoGo$ go work init zzh@ZZHPC:~/zd/Github/RepoGo$ cd web-service-gin/ zzh@ZZHPC:~/zd/Github/RepoGo/web-service-gin$ go mod init 阅读全文
posted @ 2023-07-31 20:41 ZhangZhihuiAAA 阅读(40) 评论(0) 推荐(0)
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 102 下一页