From 9f6fc5f20a427b2be8eb2b6f976252acc67668c3 Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Tue, 18 Jul 2023 05:59:04 +0000 Subject: [PATCH] doc: update docs/linux-command.md (#398) Co-authored-by: mh-swift a0476287df0bbbd55795b9151cfad5c597cfa131 --- CONTRIBUTORS.svg | 24 +++++++++++++----------- docs/linux-command.html | 6 +++++- index.html | 2 +- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg index aa019f13..6a56fcd1 100644 --- a/CONTRIBUTORS.svg +++ b/CONTRIBUTORS.svg @@ -186,27 +186,29 @@ + + - + - + - + - + - + - + - + - + - + - + - + \ No newline at end of file diff --git a/docs/linux-command.html b/docs/linux-command.html index 71009f51..5e1d863a 100644 --- a/docs/linux-command.html +++ b/docs/linux-command.html @@ -92,7 +92,11 @@ -
:---:---
uname显示linux系统信息
uname -r显示内核版本信息
uptime显示系统运行的时间
(包括平均负载)
hostname显示系统主机名
hostname -i显示系统的IP地址
last reboot显示系统重新启动历史记录
date显示当前系统日期和时间
timedatectl查询和更改系统时钟
cal显示当前日历的月份和日期
w显示系统中当前登录的用户
whoami显示您的登录身份
finger username显示有关用户的信息
+ + + + +
:---:---
uname显示linux系统信息
uname -r显示内核版本信息
cat /etc/os-release显示linux系统详细信息
uptime显示系统运行的时间
(包括平均负载)
hostname显示系统主机名
hostname -i显示系统的IP地址
last reboot显示系统重新启动历史记录
date显示当前系统日期和时间
timedatectl查询和更改系统时钟
cal显示当前日历的月份和日期
w显示系统中当前登录的用户
whoami显示您的登录身份
finger username显示有关用户的信息

硬件

diff --git a/index.html b/index.html index ecd5997b..996309c9 100644 --- a/index.html +++ b/index.html @@ -1288,7 +1288,7 @@

如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。

-
© 2022 Kenny Wang. Updated on 2023/07/17 12:17:47
+
© 2022 Kenny Wang. Updated on 2023/07/18 13:57:51