Skip to content

Commit 22f1caf

Browse files
committed
website: update contributors.
1 parent 6197d86 commit 22f1caf

File tree

6 files changed

+71
-5
lines changed

6 files changed

+71
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767

6868
**推荐使用的镜像 web 版本**
6969

70-
[**`linuxsearch.largeinfo.cc`**](http://linuxsearch.largeinfo.cc)[**`srebro.cn`**](https://linux.srebro.cn/)[**`getaifun.com`**](https://getaifun.com/linux)[**`linux.devonline.net`**](http://linux.devonline.net/)[**`man.zch.ooo`**](https://man.zch.ooo/)[**`linux.mmoke.com`**](https://linux.mmoke.com)[**`bqrdh.com`**](https://tools.bqrdh.com/linux-command/)[**`linux.zyimm.com`**](http://linux.zyimm.com/)[**`linux.vovuo.com`**](https://linux.vovuo.com/)[`linux.liguiying.cn`](https://linux.liguiying.cn/), [`renye.net`](https://renye.net/), [`diqi.org`](https://diqi.org/)[`linux.alistnas.top`](https://linux.alistnas.top/)[`nenufm.com`](https://www.nenufm.com/linux-command/), [`linux.jiangyang.online`](https://linux.jiangyang.online/)
70+
[**`linuxsearch.largeinfo.cc`**](http://linuxsearch.largeinfo.cc)[**`srebro.cn`**](https://linux.srebro.cn/)[**`getaifun.com`**](https://getaifun.com/linux)[**`linux.devonline.net`**](http://linux.devonline.net/)[**`man.zch.ooo`**](https://man.zch.ooo/)[**`linux.mmoke.com`**](https://linux.mmoke.com)[**`bqrdh.com`**](https://tools.bqrdh.com/linux-command/)[**`linux.zyimm.com`**](http://linux.zyimm.com/)[**`linux.vovuo.com`**](https://linux.vovuo.com/)[`linux.liguiying.cn`](https://linux.liguiying.cn/)[`renye.net`](https://renye.net/)[`diqi.org`](https://diqi.org/)[`linux.alistnas.top`](https://linux.alistnas.top/)[`nenufm.com`](https://www.nenufm.com/linux-command/)[`linux.jiangyang.online`](https://linux.jiangyang.online/)
7171

7272
**其它 web 版本**
7373

74-
[`linux.ftqq.com`](https://linux.ftqq.com/)[`linux.gaomeluo.com`](https://linux.gaomeluo.com)[`atoolbox.net`](http://www.atoolbox.net/Tool.php?Id=826)[`xiaoshanseo.com`](https://tools.xiaoshanseo.com/Tools/linux-command/)[`262235.xyz`](https://262235.xyz/linux-command/)[`cmsblogs.cn`](https://linux.cmsblogs.cn/)[`loquy.cn`](https://www.loquy.cn/linux-command/)[`buyao.vip`](https://demo.buyao.vip/linux/)[`hezhiqiang.gitbook.io`](https://hezhiqiang.gitbook.io/linux/)[`utils.fun`](https://linux.utils.fun/), [`51tools.info`](https://51tools.info/linux/)
74+
[`linux.ftqq.com`](https://linux.ftqq.com/)[`linux.gaomeluo.com`](https://linux.gaomeluo.com)[`atoolbox.net`](http://www.atoolbox.net/Tool.php?Id=826)[`xiaoshanseo.com`](https://tools.xiaoshanseo.com/Tools/linux-command/)[`262235.xyz`](https://262235.xyz/linux-command/)[`cmsblogs.cn`](https://linux.cmsblogs.cn/)[`loquy.cn`](https://www.loquy.cn/linux-command/)[`buyao.vip`](https://demo.buyao.vip/linux/)[`hezhiqiang.gitbook.io`](https://hezhiqiang.gitbook.io/linux/)[`utils.fun`](https://linux.utils.fun/)[`51tools.info`](https://51tools.info/linux/)
7575

7676
## 其它版本
7777

dist/data.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,11 @@
869869
"p": "/get_module",
870870
"d": "获取Linux内核模块的详细信息"
871871
},
872+
"getcap": {
873+
"n": "getcap",
874+
"p": "/getcap",
875+
"d": "显示文件的能力(capabilities)"
876+
},
872877
"getenforce": {
873878
"n": "getenforce",
874879
"p": "/getenforce",
@@ -879,6 +884,11 @@
879884
"p": "/getent",
880885
"d": "查询 DNS 名称服务器中的命名空间"
881886
},
887+
"getfacl": {
888+
"n": "getfacl",
889+
"p": "/getfacl",
890+
"d": "获取文件访问控制列表(access control lists)"
891+
},
882892
"getsebool": {
883893
"n": "getsebool",
884894
"p": "/getsebool",
@@ -1132,7 +1142,7 @@
11321142
"iostat": {
11331143
"n": "iostat",
11341144
"p": "/iostat",
1135-
"d": "iostat命令被用于监视系统输入输出设备和CPU的使用情况。它的特点是汇报磁盘活动统计情况,同时也会汇报出CPU使用情况。同vmstat一样,iostat也有一个弱点,就是它不能对某个进程进行深入分析,仅对系统的整体情况进行分析。iowait 指在一个采样周期内有百分之几的时间是属于以下情况:CPU处于空闲状态并且至少有一个未完成的磁盘IO请求。"
1145+
"d": "监视系统输入输出设备和CPU的使用情况"
11361146
},
11371147
"iotop": {
11381148
"n": "iotop",
@@ -1779,6 +1789,11 @@
17791789
"p": "/nslookup",
17801790
"d": "查询域名DNS信息的工具"
17811791
},
1792+
"nstat": {
1793+
"n": "nstat",
1794+
"p": "/nstat",
1795+
"d": "nstat 是一个简单的监视内核的 SNMP 计数器和网络接口状态的实用工具。"
1796+
},
17821797
"ntpdate": {
17831798
"n": "ntpdate",
17841799
"p": "/ntpdate",
@@ -2689,6 +2704,11 @@
26892704
"p": "/type",
26902705
"d": "显示指定命令的类型。"
26912706
},
2707+
"ufw": {
2708+
"n": "ufw",
2709+
"p": "/ufw",
2710+
"d": " ubuntu防火墙管理工具"
2711+
},
26922712
"ulimit": {
26932713
"n": "ulimit",
26942714
"p": "/ulimit",

dist/data.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

template/contributors.ejs

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,40 @@
188188
<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->
189189
</div>
190190
<p>
191-
数据来源于 <a href="https://github.com/jaywcjlove/linux-command/graphs/contributors">GitHub Contributors</a>,使用<a href="https://github.com/jaywcjlove/github-action-contributors">action-contributors</a>创建。
191+
数据来源于 <a href="https://github.com/jaywcjlove/linux-command/graphs/contributors">GitHub Contributors</a>,使用 <a href="https://github.com/jaywcjlove/github-action-contributors">action-contributors</a> 创建。
192192
</p>
193+
<h1>镜像网站</h1>
194+
<div class="links">
195+
<a target="_blank" href="https://linux.srebro.cn/">srebro.cn</a>
196+
<a target="_blank" href="https://getaifun.com/linux">getaifun.com</a>
197+
<a target="_blank" href="http://linux.devonline.net/">linux.devonline.net</a>
198+
<a target="_blank" href="https://man.zch.ooo/">man.zch.ooo</a>
199+
<a target="_blank" href="https://linux.mmoke.com">linux.mmoke.com</a>
200+
<a target="_blank" href="https://tools.bqrdh.com/linux-command/">bqrdh.com</a>
201+
<a target="_blank" href="http://linux.zyimm.com/">linux.zyimm.com</a>
202+
<a target="_blank" href="https://linux.vovuo.com/">linux.vovuo.com</a>
203+
<a target="_blank" href="https://linux.liguiying.cn/">linux.liguiying.cn</a>
204+
<a target="_blank" href="https://renye.net/">renye.net</a>
205+
<a target="_blank" href="https://diqi.org/">diqi.org</a>
206+
<a target="_blank" href="https://linux.alistnas.top/">linux.alistnas.top</a>
207+
<a target="_blank" href="https://www.nenufm.com/linux-command/">nenufm.com</a>
208+
<a target="_blank" href="https://linux.jiangyang.online/">linux.jiangyang.online</a>
209+
<a target="_blank" href="http://linuxsearch.largeinfo.cc">linuxsearch.largeinfo.cc</a>
210+
</div>
211+
<h1>魔改网站</h1>
212+
<div class="links">
213+
<a target="_blank" href="https://linux.ftqq.com/">linux.ftqq.com</a>
214+
<a target="_blank" href="https://linux.gaomeluo.com">linux.gaomeluo.com</a>
215+
<a target="_blank" href="http://www.atoolbox.net/Tool.php?Id=826">atoolbox.net</a>
216+
<a target="_blank" href="https://tools.xiaoshanseo.com/Tools/linux-command/">xiaoshanseo.com</a>
217+
<a target="_blank" href="https://262235.xyz/linux-command/">262235.xyz</a>
218+
<a target="_blank" href="https://linux.cmsblogs.cn/">cmsblogs.cn</a>
219+
<a target="_blank" href="https://www.loquy.cn/linux-command/">loquy.cn</a>
220+
<a target="_blank" href="https://demo.buyao.vip/linux/">buyao.vip</a>
221+
<a target="_blank" href="https://hezhiqiang.gitbook.io/linux/">hezhiqiang.gitbook.io</a>
222+
<a target="_blank" href="https://linux.utils.fun/">utils.fun</a>
223+
<a target="_blank" href="https://51tools.info/linux/">51tools.info</a>
224+
</div>
193225
</div>
194226
<%- include('widget/footer',{type: "list"}); %>
195227
<%- include('partial/footer'); %>

template/styl/index.styl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,17 @@ mq-mobile = "screen and (max-width: 479px)"
282282
a {
283283
font-weight: bold;
284284
}
285+
.links {
286+
display: inline-flex;
287+
flex-wrap: wrap;
288+
}
289+
.links a {
290+
background: var(--color-theme-bg);
291+
height: 2.1rem;
292+
border-radius: 0.3rem;
293+
gap: 0.1rem;
294+
padding: 0rem 0.5rem 0rem 0.4rem;
295+
}
285296
}
286297

287298
@media mq-mobile {

template/widget/footer.ejs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
<span id="commands_info">
1818
<%=describe.command_length?describe.command_length:''%>
1919
</span> 个Linux命令,超过 <a href="<%=relative_path%>contributors.html">50+</a> 贡献者
20+
<div>
21+
推荐自己的<a href="https://github.com/jaywcjlove/linux-command/issues/649" target="_blank">镜像网站</a>
22+
</div>
2023
</div>

0 commit comments

Comments
 (0)