Chinese pages: remove space in More info link (#6305)

This commit is contained in:
marchersimon 2021-08-31 09:13:49 +02:00 committed by GitHub
parent 2a71b87788
commit c70c0c2688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
174 changed files with 177 additions and 174 deletions

View File

@ -2,7 +2,7 @@
> 显示安卓的 Bug 报告。
> 该命令只能通过 `adb shell` 使用。
> 更多信息: <https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreport/>.
> 更多信息:<https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreport/>.
- 显示 Android 设备的完整错误报告:

View File

@ -2,7 +2,7 @@
> 生成一个压缩的 Android 错误报告。
> 此命令只能通过 `adb shell` 使用。
> 更多信息: <https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreportz/>.
> 更多信息:<https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreportz/>.
- 生成一个完整的 Android 设备压缩错误报告:

View File

@ -1,7 +1,7 @@
# cmd
> Android 服务管理器。
> 更多信息 <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
> 更多信息:<https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
- 列出所有正在运行的服务:

View File

@ -1,7 +1,7 @@
# act
> 使用 Docker 本地运行 GitHub Actions.
> 更多信息: <https://github.com/nektos/act>.
> 更多信息:<https://github.com/nektos/act>.
- 列出可用的 actions 清单:

View File

@ -1,7 +1,7 @@
# adb install
> 安卓调试桥 -Install: 将应用安装包推送到 Android 模拟器或已连接的安卓设备。
> 更多信息: <https://developer.android.com/studio/command-line/adb>.
> 更多信息:<https://developer.android.com/studio/command-line/adb>.
- 向模拟器/设备推送安卓 app:

View File

@ -1,7 +1,7 @@
# adb reverse
> 安卓调试桥-反射: 反向映射安卓模拟器实例或者已连接的实体设备的套接字连接。
> 更多信息: <https://developer.android.com/studio/command-line/adb>.
> 更多信息:<https://developer.android.com/studio/command-line/adb>.
- 列出所有来自模拟器和设备的映射连接:

View File

@ -1,7 +1,7 @@
# adb shell
> 安卓调试桥-Shell: 运行安卓模拟器或者连接设备上的远程终端命令。
> 更多信息: <https://developer.android.com/studio/command-line/adb>.
> 更多信息:<https://developer.android.com/studio/command-line/adb>.
- 启动模拟器/设备上的远程终端:

View File

@ -1,7 +1,7 @@
# adb
> 安卓调试桥:与 Android 模拟器或已连接的 Android 设备通信。
> 更多信息: <https://developer.android.com/studio/command-line/adb>.
> 更多信息:<https://developer.android.com/studio/command-line/adb>.
- 检查 adb server 进程的是否在运行,并开启它:

View File

@ -1,7 +1,7 @@
# AdGuardHome
> 一款全网广告拦截与反跟踪软件。
> 更多信息: <https://github.com/AdguardTeam/AdGuardHome>.
> 更多信息:<https://github.com/AdguardTeam/AdGuardHome>.
- 运行 AdGuard Home:

View File

@ -1,7 +1,7 @@
# ag
> The Silver Searcher. 类似 ack, 但是更快。
> 更多信息: <https://github.com/ggreer/the_silver_searcher>.
> 更多信息:<https://github.com/ggreer/the_silver_searcher>.
- 寻找内容包含"小明"的文件,并列出所在的行数:

View File

@ -1,7 +1,7 @@
# airpaste
> 在同一网络下共享信息和文件。
> 更多信息: <https://github.com/mafintosh/airpaste>.
> 更多信息:<https://github.com/mafintosh/airpaste>.
- 等待接收消息并显示接收到的信息:

View File

@ -1,7 +1,7 @@
# alacritty
> 跨平台GPU 加速的终端模拟器。
> 更多信息: <https://github.com/alacritty/alacritty>.
> 更多信息:<https://github.com/alacritty/alacritty>.
- 打开一个新的 Alacritty 窗口:

View File

@ -2,7 +2,7 @@
> 创建别名 -- 用给定的字符串指代特定的命令。
> 别名只会在当前的 shell 会话中生效,除非它们在 shell 的配置文件中被定义,例如`~/.bashrc`.
> 更多信息: <https://tldp.org/LDP/abs/html/aliases.html>.
> 更多信息:<https://tldp.org/LDP/abs/html/aliases.html>.
- 创建一个通用的别名:

View File

@ -1,7 +1,7 @@
# androguard
> 使用 python 编写的一款针对安卓应用的逆向工程工具。
> 更多信息: <https://github.com/androguard/androguard>.
> 更多信息:<https://github.com/androguard/androguard>.
- 展示 Android manifest 清单文件:

View File

@ -1,7 +1,7 @@
# apg
> 生成任意复杂度的随机密码。
> 更多信息: <https://manned.org/apg>.
> 更多信息:<https://manned.org/apg>.
- 生成随机密码(默认密码长度为 8 位):

View File

@ -1,7 +1,7 @@
# apktool
> APK 文件反编译工具。
> 更多信息: <https://ibotpeaches.github.io/Apktool/>.
> 更多信息:<https://ibotpeaches.github.io/Apktool/>.
- 反编译:

View File

@ -1,7 +1,7 @@
# apropos
> 在 manpages 中搜索,例如查找一个新命令。
> 更多信息: <https://manned.org/apropos>.
> 更多信息:<https://manned.org/apropos>.
- 搜索关键字:

View File

@ -1,7 +1,7 @@
# ar
> 创建,修改,提取库文件(`.a`, `.so`, `.o`)。
> 更多信息: <https://manned.org/ar>.
> 更多信息:<https://manned.org/ar>.
- 从库文件中提取全部成员:

View File

@ -2,7 +2,7 @@
> 展示系统架构的名称。
> 另见`uname`.
> 更多信息: <https://www.gnu.org/software/coreutils/arch>.
> 更多信息:<https://www.gnu.org/software/coreutils/arch>.
- 展示系统架构:

View File

@ -1,7 +1,7 @@
# arp
> 显示和操作系统的 ARP 缓存。
> 更多信息: <https://manned.org/arp>.
> 更多信息:<https://manned.org/arp>.
- 显示当前的 ARP 表:

View File

@ -1,7 +1,7 @@
# asdf
> 可扩展的包版本管理器,支持 Nodejs、Ruby、Elixir 和 Erlang 等。
> 更多信息: <https://asdf-vm.com>.
> 更多信息:<https://asdf-vm.com>.
- 可用插件清单:

View File

@ -2,7 +2,7 @@
> 一个跨平台的,可插拔的文本编辑器。
> 由 `apm` 管理插件。
> 更多信息: <https://atom.io/>.
> 更多信息:<https://atom.io/>.
- 打开文件或目录:

View File

@ -1,7 +1,7 @@
# autoflake
> 一个工具,用于检查 Python 代码中未被使用的引入和变量。
> 更多信息: <https://github.com/myint/autoflake>.
> 更多信息:<https://github.com/myint/autoflake>.
- 移除指定文件中未使用的变量,并展示 diff:

View File

@ -2,7 +2,7 @@
> 快速跳转,访问次数最多的文件夹优先。
> 使用 `j`、`jc`、和 `jo` 作为别名。
> 更多信息: <https://github.com/wting/autojump>.
> 更多信息:<https://github.com/wting/autojump>.
- 跳转到包含指定通配符的目录:

View File

@ -2,7 +2,7 @@
> 一款下载加速器。
> 支持 HTTP、HTTPS 和 FTP.
> 更多信息: <https://github.com/axel-download-accelerator/axel>.
> 更多信息:<https://github.com/axel-download-accelerator/axel>.
- 链接下载:

View File

@ -1,7 +1,7 @@
# babel
> 一款 JavaScript 的编译器,将下一代 ES 语法转换为兼容语法。
> 更多信息: <https://babeljs.io/>.
> 更多信息:<https://babeljs.io/>.
- 转编译指定文件到标准输出:

View File

@ -1,7 +1,7 @@
# banner
> 将给定参数输出为大型 ASCII 文字。
> 更多信息: <https://man.archlinux.org/man/banner.1>.
> 更多信息:<https://man.archlinux.org/man/banner.1>.
- 将文字信息打印为大横幅(引号是可选的):

View File

@ -1,7 +1,7 @@
# base32
> 将文件或标准输入编码到 Base32 或从 Base32 解码为标准输出。
> 更多信息: <https://www.gnu.org/software/coreutils/base32>.
> 更多信息:<https://www.gnu.org/software/coreutils/base32>.
- 编码一个文件:

View File

@ -1,7 +1,7 @@
# base64
> 将文件或标准输入编码到 Base64 或从 Base64 解码为标准输出。
> 更多信息: <https://www.gnu.org/software/coreutils/base64>.
> 更多信息:<https://www.gnu.org/software/coreutils/base64>.
- 编码一个文件:

View File

@ -1,7 +1,7 @@
# basename
> 移除一个路径的目录部分字符。
> 更多信息: <https://www.gnu.org/software/coreutils/basename>.
> 更多信息:<https://www.gnu.org/software/coreutils/basename>.
- 仅显示文件名:

View File

@ -2,7 +2,7 @@
> Bourne-Again SHell.
> 兼容`sh`的命令行解释器。
> 更多信息: <https://gnu.org/software/bash>.
> 更多信息:<https://gnu.org/software/bash>.
- 启动交互式 shell:

View File

@ -1,7 +1,7 @@
# bashmarks
> 使用一个字母的命令,保存或者跳转到常用的目录。
> 更多信息: <https://github.com/huyng/bashmarks>.
> 更多信息:<https://github.com/huyng/bashmarks>.
- 可访问书签清单:

View File

@ -2,7 +2,7 @@
> 可以打印并且合并文件的命令。
> `cat` 的复制品,外加无法高亮和 Git 集成。
> 更多信息: <https://github.com/sharkdp/bat>.
> 更多信息:<https://github.com/sharkdp/bat>.
- 文件内容打印:

View File

@ -1,7 +1,7 @@
# behat
> 基于 Behaviour-Driven Development 的自动化测试 PHP 框架。
> 更多信息: <https://behat.org>.
> 更多信息:<https://behat.org>.
- 初始化一个 PHP behat 项目:

View File

@ -1,7 +1,7 @@
# bg
> 恢复被挂起的任务(如. 使用 Ctrl + Z使它们在后台运行。
> 更多信息: <https://manned.org/bg>.
> 更多信息:<https://manned.org/bg>.
- 恢复最近被挂起的任务,在后台运行:

View File

@ -1,7 +1,7 @@
# bmaptool
> 便捷地创建或复制块文件映射(被设计的比`cp`或`dd`更快)。
> 更多信息: <https://source.tizen.org/documentation/reference/bmaptool>.
> 更多信息:<https://source.tizen.org/documentation/reference/bmaptool>.
- 使用图片生成块图文件:

View File

@ -2,7 +2,7 @@
> 前端 web 开发的包管理优化工具。
> 一个包可以是 GitHub 中 user/repo 的缩写,一个 Git 端口,一个 URL 链接或者一个已注册的包。
> 更多信息: <https://bower.io/>.
> 更多信息:<https://bower.io/>.
- 安装列在项目下 的 `bower.json` 文件中的依赖:

View File

@ -1,7 +1,7 @@
# browser-sync
> 启动一个本地的服务,可以监听文件改动,刷新浏览器。
> 更多信息: <https://browsersync.io/docs/command-line>.
> 更多信息:<https://browsersync.io/docs/command-line>.
- 将指定目录发成服务:

View File

@ -2,7 +2,7 @@
> 命令行`top`的替代品。
> 比 `top` 更轻便,支持跨平台、图表更丰富。
> 更多信息: <https://github.com/ClementTsang/bottom>.
> 更多信息:<https://github.com/ClementTsang/bottom>.
- 展示默认布局cpu, 内存,温度,磁盘,网络和 进程):

View File

@ -1,7 +1,7 @@
# buku
> 命令行版本的书签管理器。
> 更多信息: <https://github.com/jarun/Buku>.
> 更多信息:<https://github.com/jarun/Buku>.
- 根据关键词和标签查找书签:

View File

@ -1,7 +1,7 @@
# case
> case ... esac 与其他语言中的 switch ... case 语句类似,是一种多分枝选择结构。
> 更多信息: <https://manned.org/case>.
> 更多信息:<https://manned.org/case>.
- 通过字符串字面量判断执行分支:

View File

@ -1,7 +1,7 @@
# cat
> 打印和拼接文件的工具。
> 更多信息: <https://www.gnu.org/software/coreutils/cat>.
> 更多信息:<https://www.gnu.org/software/coreutils/cat>.
- 以标准输出,打印文件内容:

View File

@ -1,7 +1,7 @@
# cd
> 更改当前工作目录。
> 更多信息: <https://man.archlinux.org/man/cd.n>.
> 更多信息:<https://man.archlinux.org/man/cd.n>.
- 转到指定目录:

View File

@ -1,7 +1,7 @@
# clear
> 清空终端的屏幕。
> 更多信息: <https://manned.org/clear>.
> 更多信息:<https://manned.org/clear>.
- 清空屏幕(相当于在 Bash shell 中按 Control-L 键):

View File

@ -1,7 +1,7 @@
# code
> Visual Studio Code.
> 更多信息: <https://github.com/microsoft/vscode>.
> 更多信息:<https://github.com/microsoft/vscode>.
- 打开 VS Code:

View File

@ -1,7 +1,7 @@
# command
> 命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名(会忽略掉一切别名,执行命令本身)。
> 更多信息: <https://manned.org/command>.
> 更多信息:<https://manned.org/command>.
- 从字面上执行 `ls` 程序,即使存在 ls 别名:

View File

@ -1,7 +1,7 @@
# cp
> 复制文件和文件夹。
> 更多信息: <https://www.gnu.org/software/coreutils/cp>.
> 更多信息:<https://www.gnu.org/software/coreutils/cp>.
- 将文件复制到另一个位置:

View File

@ -2,7 +2,7 @@
> 向 / 从一个服务器传输数据。
> 支持大多数协议,包括 HTTP, FTP, 和 POP3.
> 更多信息: <https://curl.se>.
> 更多信息:<https://curl.se>.
- 将指定 URL 的内容下载到文件:

View File

@ -1,7 +1,7 @@
# docker
> 管理 Docker 容器和镜像。
> 更多信息: <https://docs.docker.com/engine/reference/commandline/cli/>.
> 更多信息:<https://docs.docker.com/engine/reference/commandline/cli/>.
- 列出目前正在运行的 docker 容器:

View File

@ -1,7 +1,7 @@
# echo
> 输出给定参数。
> 更多信息: <https://www.gnu.org/software/coreutils/echo>.
> 更多信息:<https://www.gnu.org/software/coreutils/echo>.
- 输出文本信息. 注意: 引号是可选的:

View File

@ -1,7 +1,7 @@
# gh gist
> 在命令行上使用 GitHub Gists.
> 更多信息: <https://cli.github.com/manual/gh_gist>.
> 更多信息:<https://cli.github.com/manual/gh_gist>.
- 从一个以空格分隔的文件列表中创建一个新的 Gist:

View File

@ -1,7 +1,7 @@
# gh repo
> 在命令行上操作 GitHub 仓库。
> 更多信息: <https://cli.github.com/manual/gh_repo>.
> 更多信息:<https://cli.github.com/manual/gh_repo>.
- 创建一个新的仓库(如果没有设置仓库名称,默认将为当前目录的名称):

View File

@ -1,7 +1,7 @@
# gpg-zip
> 使用`GPG`加密存档中的文件和目录。
> 更多信息: <https://www.gnupg.org/documentation/manuals/gnupg/gpg_002dzip.html>.
> 更多信息:<https://www.gnupg.org/documentation/manuals/gnupg/gpg_002dzip.html>.
- 使用密码将一个目录加密为`archive.gpg`:

View File

@ -2,7 +2,7 @@
> GNU Privacy Guard.
> 请参阅`gpg2`了解 GNU Privacy Guard 2.
> 更多信息: <https://docs.releng.linuxfoundation.org/en/latest/gpg.html>.
> 更多信息:<https://docs.releng.linuxfoundation.org/en/latest/gpg.html>.
- 不加密,仅对`doc.txt`进行签名(生成`doc.txt.asc`,格式为 ASCII 码形式):

View File

@ -2,7 +2,7 @@
> GNU Privacy Guard 2.
> GNU Privacy Guard 1 请参见`gpg`.
> 更多信息: <https://docs.releng.linuxfoundation.org/en/latest/gpg.html>.
> 更多信息:<https://docs.releng.linuxfoundation.org/en/latest/gpg.html>.
- 列出导入的密钥(公钥):

View File

@ -1,7 +1,7 @@
# gpgv
> 验证 OpenPGP 签名。
> 更多信息: <https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html>.
> 更多信息:<https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html>.
- 验证签名文件:

View File

@ -1,7 +1,7 @@
# heroku
> 从命令行创建和管理 Heroku 应用。
> 更多信息: <https://www.heroku.com/>.
> 更多信息:<https://www.heroku.com/>.
- 登录到你的 heroku 帐户:

View File

@ -1,7 +1,7 @@
# hexo
> 快速、简洁且高效的博客框架。
> 更多信息: <https://hexo.io/>.
> 更多信息:<https://hexo.io/>.
- 初始化一个网站:

View File

@ -1,7 +1,7 @@
# java
> Java 程序启动器。
> 更多信息: <https://java.com>.
> 更多信息:<https://java.com>.
- 通过提供类名称运行一个含有 main 函数的 java .class 程序:

View File

@ -1,7 +1,7 @@
# jenv
> 管理”JAVA_HOME“环境变量的命令行工具。
> 更多信息: <https://www.jenv.be/>.
> 更多信息:<https://www.jenv.be/>.
- 向 jEnv 添加一个 Java 版本:

View File

@ -1,7 +1,7 @@
# matlab
> MathWorks 制作的数值计算环境。
> 更多信息: <https://uk.mathworks.com/help/matlab/>.
> 更多信息:<https://uk.mathworks.com/help/matlab/>.
- 在启动过程中,运行时不出现闪屏:

View File

@ -1,7 +1,7 @@
# md5sum
> 计算 MD5 加密校验和。
> 更多信息: <https://www.gnu.org/software/coreutils/md5sum>.
> 更多信息:<https://www.gnu.org/software/coreutils/md5sum>.
- 计算文件的 MD5 校验和:

View File

@ -1,7 +1,7 @@
# mpv
> 一个基于 MPlayer 的音频/视频播放器。
> 更多信息: <https://mpv.io>.
> 更多信息:<https://mpv.io>.
- 播放一个音频或视频文件:

View File

@ -1,7 +1,7 @@
# ninja
> 一个快速的构建系统。
> 更多信息: <https://ninja-build.org/manual.html>.
> 更多信息:<https://ninja-build.org/manual.html>.
- 在当前目录下构建:

View File

@ -1,7 +1,7 @@
# node
> 服务器后端 JavaScript 平台Node.js
> 更多信息: <https://nodejs.org>.
> 更多信息:<https://nodejs.org>.
- 运行一个 JavaScript 文件:

View File

@ -1,7 +1,7 @@
# rsync
> 一种快速,通用,远程(和本地)文件复制工具。
> 更多信息: <https://man7.org/linux/man-pages/man1/rsync.1.html>.
> 更多信息:<https://man7.org/linux/man-pages/man1/rsync.1.html>.
- 从本地传输文件到远程主机:

View File

@ -1,7 +1,7 @@
# runit
> 三级初始化系统。
> 更多信息: <https://wiki.archlinux.org/index.php/Runit>.
> 更多信息:<https://wiki.archlinux.org/index.php/Runit>.
- 启动 runit 的三阶段初始化方案:

View File

@ -1,7 +1,7 @@
# runsv
> 启动和管理 runit 服务。
> 更多信息: <https://manpages.ubuntu.com/manpages/latest/man8/runsv.8.html>.
> 更多信息:<https://manpages.ubuntu.com/manpages/latest/man8/runsv.8.html>.
- 以当前用户身份启动 runit 服务:

View File

@ -1,7 +1,7 @@
# runsvchdir
> 更改默认使用的 `runsvdir` 目录。
> 更多信息: <https://manpages.ubuntu.com/manpages/latest/man8/runsvchdir.8.html>.
> 更多信息:<https://manpages.ubuntu.com/manpages/latest/man8/runsvchdir.8.html>.
- 切换 `runsvdir` 目录:

View File

@ -1,7 +1,7 @@
# runsvdir
> 运行整个目录下的服务。
> 更多信息: <https://manpages.ubuntu.com/manpages/latest/man8/runsvdir.8.html>.
> 更多信息:<https://manpages.ubuntu.com/manpages/latest/man8/runsvdir.8.html>.
- 以当前用户身份启动和管理目录中的所有服务:

View File

@ -1,7 +1,7 @@
# rustfmt
> 格式化 Rust 源代码的工具。
> 更多信息: <https://github.com/rust-lang/rustfmt>.
> 更多信息:<https://github.com/rust-lang/rustfmt>.
- 格式化文件,就地覆盖原始文件:

View File

@ -1,7 +1,7 @@
# stty
> 设置终端设备接口的选项。
> 更多信息: <https://www.gnu.org/software/coreutils/stty>.
> 更多信息:<https://www.gnu.org/software/coreutils/stty>.
- 显示当前终端的所有设置:

View File

@ -1,7 +1,7 @@
# sv
> 控制正在运行的服务。
> 更多信息: <https://manpages.ubuntu.com/manpages/latest/man8/sv.8.html>.
> 更多信息:<https://manpages.ubuntu.com/manpages/latest/man8/sv.8.html>.
- 启动服务:

View File

@ -1,7 +1,7 @@
# tldr
> 简化过的 man 帮助手册。
> 更多信息: <https://tldr.sh>.
> 更多信息:<https://tldr.sh>.
- 获取一个命令的用例(提示:这就是你怎么得到本信息的):

View File

@ -2,7 +2,7 @@
> 输出关于当前机器和运行在该机器上的操作系统的详细信息。
> 注意:如需了解操作系统的其他信息,请尝试使用 `lsb_release` 命令。
> 更多信息: <https://www.gnu.org/software/coreutils/uname>.
> 更多信息:<https://www.gnu.org/software/coreutils/uname>.
- 打印硬件相关信息:机器和处理器:

View File

@ -1,7 +1,7 @@
# units
> 提供两个度量单位之间的转换。
> 更多信息: <https://www.gnu.org/software/units/>.
> 更多信息:<https://www.gnu.org/software/units/>.
- 以交互模式运行:

View File

@ -2,7 +2,7 @@
> Vi IMproved一个程序员的文本编辑器提供为不同类型的文档修改设计的多种模式。
> 按 `i` 进入插入模式。`<Esc>` 返回正常模式,正常模式允许使用 Vim 命令。
> 更多信息: <https://www.vim.org>.
> 更多信息:<https://www.vim.org>.
- 打开文档:

View File

@ -1,7 +1,7 @@
# virtualenv
> 创建被隔离的的 Python 虚拟环境。
> 更多信息: <https://virtualenv.pypa.io/>.
> 更多信息:<https://virtualenv.pypa.io/>.
- 创建新环境:

View File

@ -1,7 +1,7 @@
# vlc
> 跨平台多媒体播放器。
> 更多信息: <https://www.videolan.org/vlc/>.
> 更多信息:<https://www.videolan.org/vlc/>.
- 播放一个文件:

View File

@ -3,7 +3,7 @@
> 用于初始化 Vue.js 项目的 CLI.
> 本帮助适用于旧的 `vue-cli@2``@vue/cli-init` 插件,新版 CLI 文档请参见更多信息。
> 官方模板包括webpack, webpack-simple, browserify, browserify-simple, simple.
> 更多信息: <https://cli.vuejs.org>.
> 更多信息:<https://cli.vuejs.org>.
- 从模板创建新项目:

View File

@ -2,7 +2,7 @@
> 从网络上下载文件。
> 支持 HTTP, HTTPS, 和 FTP.
> 更多信息: <https://www.gnu.org/software/wget>.
> 更多信息:<https://www.gnu.org/software/wget>.
- 将该 URL 的内容下载到文件中(在这个例子中文件名为 "foo"

View File

@ -1,7 +1,7 @@
# yarn-why
> 确认安装这个 Yarn 软件包的原因。
> 更多信息: <https://www.npmjs.com/package/yarn-why>.
> 更多信息:<https://www.npmjs.com/package/yarn-why>.
- 打印安装这个 Yarn 软件包的原因:

View File

@ -1,7 +1,7 @@
# yarn
> JavaScript 和 Node.js package manager 的一个替代。
> 更多信息: <https://yarnpkg.com>.
> 更多信息:<https://yarnpkg.com>.
- 全局安装一个模块:

View File

@ -1,7 +1,7 @@
# z
> 记录被使用次数最多的目录并允许在它们之间以字符串或正则表达式来进行匹配和跳转。
> 更多信息: <https://github.com/rupa/z>.
> 更多信息:<https://github.com/rupa/z>.
- 跳转到一个名字带有 "foo" 的文件夹:

View File

@ -2,7 +2,7 @@
> Z SHell.
> 与 `bash``sh` 兼容的命令行解释器。
> 更多信息: <https://www.zsh.org>.
> 更多信息:<https://www.zsh.org>.
- 启动交互式解释器:

View File

@ -1,7 +1,7 @@
# zstd
> 使用 Zstandard 压缩来压缩 / 解压文件。
> 更多信息: <https://github.com/facebook/zstd>.
> 更多信息:<https://github.com/facebook/zstd>.
- 将一个文件压缩到一个 `.zst` 后缀的压缩文件中:

View File

@ -1,7 +1,7 @@
# a2disconf
> 在基于 Debian 的操作系统上禁用 Apache 配置文件。
> 更多信息: <https://manpages.debian.org/latest/apache2/a2disconf.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2disconf.8.html>.
- 禁用配置文件:

View File

@ -1,7 +1,7 @@
# a2dismod
> 在基于 Debian 的操作系统上禁用 Apache 模块。
> 更多信息: <https://manpages.debian.org/latest/apache2/a2dismod.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2dismod.8.html>.
- 禁用模块:

View File

@ -1,7 +1,7 @@
# a2dissite
> 在基于 Debian 的操作系统上禁用 Apache 虚拟主机。
> 更多信息: <https://manpages.debian.org/latest/apache2/a2dissite.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2dissite.8.html>.
- 禁用虚拟主机:

View File

@ -1,7 +1,7 @@
# a2enconf
> 在基于 Debian 的操作系统上启用 Apache 配置文件。
> 更多信息: <https://manpages.debian.org/latest/apache2/a2enconf.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2enconf.8.html>.
- 启用配置文件:

View File

@ -1,7 +1,7 @@
# a2enmod
> 在基于 Debian 的操作系统上启用 Apache 模块。
> 更多信息: <https://manpages.debian.org/latest/apache2/a2enmod.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2enmod.8.html>.
- 启用模块:

View File

@ -1,7 +1,7 @@
# a2ensite
> 在基于 Debian 的操作系统上启用 Apache 虚拟主机。
> 更多信息: <https://manpages.debian.org/latest/apache2/a2ensite.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2ensite.8.html>.
- 启用虚拟主机:

View File

@ -1,7 +1,7 @@
# a2query
> 在基于 Debian 的操作系统上查看 Apache 运行配置。
> 更多信息: <https://manpages.debian.org/latest/apache2/a2query.1.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2query.1.html>.
- 列出启用的 Apache 模块:

View File

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

View File

@ -1,7 +1,7 @@
# acpi
> 显示电池状态或热量信息。
> 更多信息: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
> 更多信息:<https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
- 显示电池信息:

View File

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

View File

@ -2,7 +2,7 @@
> 将特定分区的存在告知 Linux 内核。
> 这个命令是 `add partition` ioctl 的简单封装。
> 更多信息: <https://manned.org/addpart>.
> 更多信息:<https://manned.org/addpart>.
- 将特定分区的存在告知 Linux 内核:

View File

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

View File

@ -1,7 +1,7 @@
# adduser
> 添加用户的工具。
> 更多信息: <https://manpages.debian.org/latest/adduser/adduser.html>.
> 更多信息:<https://manpages.debian.org/latest/adduser/adduser.html>.
- 创建一个新用户,在默认路径创建 home 目录,并提示用户设置密码:

View File

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

Some files were not shown because too many files have changed in this diff Show More