File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed
Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change 8282
8383> ** Best universal shell and python scripts.**
8484
85+ - ** Shell**
86+
8587| 编号 | 文件名称 | 功能说明 |
8688| :-----: | :-----: | :----- |
8789| 1 | [ ** ` find_big_file.sh ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/bash/find_big_file.sh ) | 查找当前Linux操作系统中的大文件(可以指定文件大小范围) |
88- | 2 | [ ** ` walk_dir.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/walk_dir.py ) | 实现Linux下tree命令遍历文件目录夹的功能 |
89- | 3 | [ ** ` random_passwd.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/random_passwd.py ) | 自动生成随机密码(可以指定随即密码长度范围) |
90- | 4 | [ ** ` collect_server_info.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/collect_server_info.py ) | 收集Linux操作系统服务器相关信息(包含CPU/内存/磁盘) |
91- | 5 | [ ** ` linux_tail_f.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/linux_tail_f.py ) | 实现Linux下tail命令动态查看日志的功能 |
92- | 6 | [ ** ` calculator.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/calculator.py ) | 使用Python语言实现一个简单的计算器工具 |
93- | 7 | [ ** ` daily_record.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/daily_record.py ) | 实现每日自动发送日报的功能(针对Gitlab平台) |
90+
91+ - ** Python**
92+
93+ | 编号 | 文件名称 | 功能说明 |
94+ | :-----: | :-----: | :----- |
95+ | 1 | [ ** ` walk_dir.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/walk_dir.py ) | 实现Linux下tree命令遍历文件目录夹的功能 |
96+ | 2 | [ ** ` random_passwd.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/random_passwd.py ) | 自动生成随机密码(可以指定随即密码长度范围) |
97+ | 3 | [ ** ` collect_server_info.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/collect_server_info.py ) | 收集Linux操作系统服务器相关信息(包含CPU/内存/磁盘) |
98+ | 4 | [ ** ` linux_tail_f.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/linux_tail_f.py ) | 实现Linux下tail命令动态查看日志的功能 |
99+ | 5 | [ ** ` calculator.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/calculator.py ) | 使用Python语言实现一个简单的计算器工具 |
100+ | 6 | [ ** ` daily_record.py ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/python/daily_record.py ) | 实现每日自动发送日报的功能(针对Gitlab平台) |
101+
102+ - ** Vagrant**
103+
104+ | 编号 | 文件名称 | 功能说明 |
105+ | :-----: | :-----: | :----- |
106+ | 1 | [ ** ` single ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/vagrant/single/Vagrantfile ) | 单机版本 |
107+ | 2 | [ ** ` k8s ` ** ] ( https://github.com/EscapeLife/awesome-builder/blob/master/common/vagrant/k8s/Vagrantfile ) | K8S(三个机器)版本 |
94108
95109## 6. Contact
96110
You can’t perform that action at this time.
0 commit comments