linux/[a-g]: add more information link (#6076)

This commit is contained in:
Stig124
2021-07-09 16:45:55 +02:00
committed by GitHub
parent 0888fabbd0
commit 3697c62b5e
151 changed files with 151 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# ac
> 打印用户连接时长数据。
> 更多信息: <https://www.gnu.org/software/acct/manual/accounting.html#ac>.
- 以小时为单位打印当前用户连接时间:

View File

@@ -1,6 +1,7 @@
# add-apt-repository
> apt 仓库管理。
> 更多信息: <https://manned.org/apt-add-repository>.
- 添加一个新的 apt 仓库:

View File

@@ -1,6 +1,7 @@
# addr2line
> 将二进制文件地址转换成文件名和行数。
> 更多信息: <https://manned.org/addr2line>.
- 显示可执行文件的指令地址对应源代码的文件名和行数:

View File

@@ -1,6 +1,7 @@
# amixer
> ALSA 声卡驱动程序的混合器。
> 更多信息: <https://manned.org/amixer>.
- 增加 10% 的主音量:

View File

@@ -1,6 +1,7 @@
# apk
> Alpine Linux 的包管理工具.
> 更多信息: <https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management>.
- 从所有的远程仓库中更新仓库索引:

View File

@@ -1,6 +1,7 @@
# archey
> 一个可以以新颖的方式显示系统信息的简单工具.
> 更多信息: <https://lclarkmichalek.github.io/archey3/>.
- 显示系统信息:

View File

@@ -1,6 +1,7 @@
# arp-scan
> 发送 ARP 数据包到特定主机(指定 IP 地址或主机名),来扫描本地网络.
> 更多信息: <https://github.com/royhills/arp-scan>.
- 扫描当前本地网络:

View File

@@ -2,6 +2,7 @@
> 一个可移植的 GUN 汇编器.
> 主要用于汇编`gcc`的输出,以供链接器`ld`使用.
> 更多信息: <https://manned.org/as>.
- 汇编一个文件,输出为 a.out:

View File

@@ -1,6 +1,7 @@
# aspell
> 交互式拼写检查工具.
> 更多信息: <http://aspell.net/>.
- 为一个文件做拼写检查:

View File

@@ -1,6 +1,7 @@
# authconfig
> 用于设置系统认证资源的命令行界面。
> 更多信息: <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/authconfig-install>.
- 显示当前的配置(或空运行):

View File

@@ -1,6 +1,7 @@
# autorandr
> 自动调节屏幕布局。
> 更多信息: <https://github.com/phillipberndt/autorandr>.
- 保存当前屏幕布局:

View File

@@ -1,6 +1,7 @@
# btrfs
> 一种基于写时复制COW原理的 Linux 文件系统。
> 更多信息: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>.
- 创建子卷:

View File

@@ -1,6 +1,7 @@
# cpuid
> 显示有关所有 CPU 的详细信息.
> 更多信息: <http://etallen.com/cpuid.html>.
- 显示所有 CPU 的信息:

View File

@@ -2,6 +2,7 @@
> 动态菜单。
> 根据文本输入创建菜单,其中每一项都在新行中。
> 更多信息: <https://manned.org/dmenu>.
- 显示 `ls` 命令输出的菜单:

View File

@@ -1,7 +1,7 @@
# dmesg
> 显示或控制内核环形缓冲区。
> 更多信息:<https://manned.org/dmesg>.
> 更多信息: <https://manned.org/dmesg>.
- 显示来自内核环形缓冲区的所有消息:

View File

@@ -2,6 +2,7 @@
> 将 DOS 样式的行尾更改为 Unix 样式.
> 用 CR 替换 CRLF.
> 更多信息: <https://manned.org/dos2unix>.
- 更改文件的行尾:

View File

@@ -1,6 +1,7 @@
# fc-cache
> 扫描字体目录,以便建立字体缓存文件。
> 更多信息: <https://manned.org/fc-cache>.
- 生成字体缓存文件:

View File

@@ -1,6 +1,7 @@
# fc-list
> 列出系统上安装的可用字体。
> 更多信息: <https://manned.org/fc-list>.
- 返回系统中已安装字体的列表:

View File

@@ -1,6 +1,7 @@
# flatpak
> 构建、安装和运行 Flatpak 应用和运行时。
> 更多信息: <https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak>.
- 运行已安装应用: