*: update Chinese more info links (#20020)

This commit is contained in:
Managor
2025-12-15 21:11:58 +02:00
committed by GitHub
parent 7e6816ccaa
commit 529a458648
1051 changed files with 1051 additions and 1051 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# am
> Android 活动管理器。
> 更多信息:<https://developer.android.com/tools/adb#am>.
> 更多信息:<https://developer.android.com/tools/adb#am>
- 启动一个指定的活动:
+1 -1
View File
@@ -2,7 +2,7 @@
> 显示安卓的 Bug 报告。
> 该命令只能通过 `adb shell` 使用。
> 更多信息:<https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreport>.
> 更多信息:<https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreport>
- 显示 Android 设备的完整错误报告:
+1 -1
View File
@@ -2,7 +2,7 @@
> 生成一个压缩的 Android 错误报告。
> 此命令只能通过 `adb shell` 使用。
> 更多信息:<https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreportz>.
> 更多信息:<https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreportz>
- 生成一个完整的 Android 设备压缩错误报告:
+1 -1
View File
@@ -1,7 +1,7 @@
# cmd
> Android 服务管理器。
> 更多信息:<https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.
> 更多信息:<https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>
- 列出所有正在运行的服务:
+1 -1
View File
@@ -1,7 +1,7 @@
# dalvikvm
> Android Java 虚拟机。
> 更多信息:<https://source.android.com/docs/core/runtime>.
> 更多信息:<https://source.android.com/docs/core/runtime>
- 启动一个 Java 程序:
+1 -1
View File
@@ -2,7 +2,7 @@
> 提供关于 Android 系统服务的信息。
> 此命令只能通过 `adb shell` 使用。
> 更多信息:<https://developer.android.com/tools/dumpsys>.
> 更多信息:<https://developer.android.com/tools/dumpsys>
- 获取所有系统服务的诊断输出:
+1 -1
View File
@@ -1,7 +1,7 @@
# getprop
> 显示关于 Android 系统属性的信息。
> 更多信息:<https://manned.org/getprop>.
> 更多信息:<https://manned.org/getprop>
- 显示关于 Android 系统属性的信息:
+1 -1
View File
@@ -2,7 +2,7 @@
> 将事件代码或触摸屏手势发送到 Android 设备。
> 此命令只能通过 `adb shell` 使用。
> 更多信息:<https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
> 更多信息:<https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>
- 将单个字符的事件代码发送到 Android 设备:
+1 -1
View File
@@ -1,7 +1,7 @@
# logcat
> 转储系统消息日志,包括发生错误时的堆栈跟踪信息,以及应用程序记录的信息消息。
> 更多信息:<https://developer.android.com/tools/logcat>.
> 更多信息:<https://developer.android.com/tools/logcat>
- 显示系统日志:
+1 -1
View File
@@ -1,7 +1,7 @@
# pkg
> Termux 的包管理工具。
> 更多信息:<https://wiki.termux.com/wiki/Package_Management>.
> 更多信息:<https://wiki.termux.com/wiki/Package_Management>
- 升级所有已安装的包:
+1 -1
View File
@@ -1,7 +1,7 @@
# pm
> 显示关于 Android 设备上的应用程序的信息。
> 更多信息:<https://developer.android.com/tools/adb#pm>.
> 更多信息:<https://developer.android.com/tools/adb#pm>
- 打印所有已安装应用程序的列表:
+1 -1
View File
@@ -2,7 +2,7 @@
> 捕获移动设备显示器的屏幕截图。
> 此命令只能通过 `adb shell` 使用。
> 更多信息:<https://developer.android.com/tools/adb#screencap>.
> 更多信息:<https://developer.android.com/tools/adb#screencap>
- 捕获屏幕截图:
+1 -1
View File
@@ -1,7 +1,7 @@
# settings
> 获取关于 Android OS 的信息。
> 更多信息:<https://web.archive.org/web/20240525010124/https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
> 更多信息:<https://web.archive.org/web/20240525010124/https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>
-`全局` 命名空间中显示环境变量列表:
+1 -1
View File
@@ -2,7 +2,7 @@
> 显示关于 Android 设备屏幕的信息。
> 此命令只能通过 `adb shell` 使用。
> 更多信息:<https://web.archive.org/web/20240420064706/https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
> 更多信息:<https://web.archive.org/web/20240420064706/https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>
- 显示 Android 设备屏幕的物理尺寸:
+1 -1
View File
@@ -1,7 +1,7 @@
# !
> Bash 内置命令,用于替换历史记录中找到的命令。
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Event-Designators>.
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Event-Designators>
- 使用`sudo`重新执行上一个命令:
+1 -1
View File
@@ -1,7 +1,7 @@
# $
> 展开 Bash 变量。
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Shell-Variables>
- 打印变量的值:
+1 -1
View File
@@ -1,7 +1,7 @@
# %
> 管理作业。
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>.
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>
- 将当前作业切换到前台:
+1 -1
View File
@@ -1,7 +1,7 @@
# ,
> 无需安装即可运行命令。
> 更多信息:<https://github.com/nix-community/comma>.
> 更多信息:<https://github.com/nix-community/comma>
- 运行命令:
+1 -1
View File
@@ -3,7 +3,7 @@
> 自动将 Python 2 代码转换成 Python 3.
> 自 3.11 起,该模块已被弃用,并自 3.13 起被移除。
> 参考请见:<https://github.com/python/cpython/blob/8d42e2d915c3096e7eac1c649751d1da567bb7c3/Doc/whatsnew/3.13.rst?plain=1#L188>.
> 更多信息:<https://manned.org/2to3>.
> 更多信息:<https://manned.org/2to3>
- 显示将执行的变动但不执行(dry-run):
+1 -1
View File
@@ -1,7 +1,7 @@
# 7z
> 一个高压缩率的文件归档器。
> 更多信息:<https://manned.org/7z>.
> 更多信息:<https://manned.org/7z>
- 归档一个文件或目录:
+1 -1
View File
@@ -2,7 +2,7 @@
> 一个高压缩率的文件归档器。
> 类似于 `7z`,支持的文档类型更少但跨平台。
> 更多信息:<https://manned.org/7za>.
> 更多信息:<https://manned.org/7za>
- 归档一个文件或目录:
+1 -1
View File
@@ -2,7 +2,7 @@
> 一个高压缩率的文件归档器。
> 类似于 `7z`,只支持 7z 文件。
> 更多信息:<https://manned.org/7zr>.
> 更多信息:<https://manned.org/7zr>
- 归档一个文件或目录:
+1 -1
View File
@@ -2,7 +2,7 @@
> 检查文件类型,比较数值。
> 如果条件计算结果为真返回 0,如果计算结果为假返回 1。
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#index-test>.
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#index-test>
- 测试一个给定的变量是否等于/不等于指定的字符串:
+1 -1
View File
@@ -2,7 +2,7 @@
> 检查文件类型,比较数值。
> 如果条件计算结果为真返回 0,如果计算结果为假返回 1。
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#index-_005b_005b>.
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#index-_005b_005b>
- 测试一个给定的变量是否等于/不等于指定的字符串:
+1 -1
View File
@@ -2,7 +2,7 @@
> Bash 内置命令,用于快速替换上一个命令中的字符串并运行结果。
> 等效于 `!!:s^string1^string2`。
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Event-Designators>.
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Event-Designators>
- 运行上一个命令,将 `字符串 1` 替换为 `字符串 2`
+1 -1
View File
@@ -1,7 +1,7 @@
# a2ping
> 将图像转换为 EPS 或 PDF 文件。
> 更多信息:<https://manned.org/a2ping>.
> 更多信息:<https://manned.org/a2ping>
- 将图像转换为 PDF(注意:指定输出文件名是可选的):
+1 -1
View File
@@ -2,7 +2,7 @@
> 安卓资源包工具(Android Asset Packaging Tools)。
> 该工具可以查看,创建,更新资源压缩包(zip, jar, apk)。
> 更多信息:<https://manned.org/aapt>.
> 更多信息:<https://manned.org/aapt>
- 列出资源压缩包里的内容:
+1 -1
View File
@@ -1,7 +1,7 @@
# ab
> Apache 基准测试工具。
> 更多信息:<https://httpd.apache.org/docs/current/programs/ab.html>.
> 更多信息:<https://httpd.apache.org/docs/current/programs/ab.html>
- 向目标 URL 执行 100 次 HTTP GET 请求:
+1 -1
View File
@@ -1,7 +1,7 @@
# abduco
> 终端会话管理器。
> 更多信息:<https://manned.org/abduco>.
> 更多信息:<https://manned.org/abduco>
- 列出会话:
+1 -1
View File
@@ -1,7 +1,7 @@
# ac
> 打印用户连接时间的统计数据。
> 更多信息:<https://manned.org/ac.8>.
> 更多信息:<https://manned.org/ac.8>
- 打印当前用户连接的时间,以小时为单位:
+1 -1
View File
@@ -1,7 +1,7 @@
# accelerate
> 一个使得可以在任何分布式配置中运行相同的 PyTorch 代码的库。
> 更多信息:<https://huggingface.co/docs/accelerate/index>.
> 更多信息:<https://huggingface.co/docs/accelerate/index>
- 打印环境信息:
+1 -1
View File
@@ -2,7 +2,7 @@
> 一个类似 grep 的搜索工具,为程序员优化。
> 另见 `rg`,它要快得多。
> 更多信息:<https://beyondgrep.com/documentation>.
> 更多信息:<https://beyondgrep.com/documentation>
- 在当前目录下递归地搜索包含一个字符串或正则表达式的文件:
+1 -1
View File
@@ -1,7 +1,7 @@
# acme.sh --dns
> 使用 DNS-01 挑战来签发 TLS 证书。
> 更多信息:<https://github.com/acmesh-official/acme.sh/wiki>.
> 更多信息:<https://github.com/acmesh-official/acme.sh/wiki>
- 使用自动 DNS API 模式签发证书:
+1 -1
View File
@@ -2,7 +2,7 @@
> 实现了 ACME 客户端协议的 shell 脚本,是 `certbot` 的替代品。
> 另见 `acme.sh dns`。
> 更多信息:<https://github.com/acmesh-official/acme.sh#2-just-issue-a-cert>.
> 更多信息:<https://github.com/acmesh-official/acme.sh#2-just-issue-a-cert>
- 使用网站根目录模式签发证书:
+1 -1
View File
@@ -1,7 +1,7 @@
# act
> 使用 Docker 本地运行 GitHub Actions.
> 更多信息:<https://manned.org/act>.
> 更多信息:<https://manned.org/act>
- 列出可用的 actions 清单:
+1 -1
View File
@@ -2,7 +2,7 @@
> 通过反转一些边来使有向图无环。
> Graphviz 过滤器:`acyclic`、`bcomps`、`comps`、`edgepaint`、`gvcolor`、`gvpack`、`mingle`、`nop`、`sccmap`、`tred` 和 `unflatten`。
> 更多信息:<https://graphviz.org/pdf/acyclic.1.pdf>.
> 更多信息:<https://graphviz.org/pdf/acyclic.1.pdf>
- 通过反转一些边来使有向图无环:
+1 -1
View File
@@ -1,7 +1,7 @@
# adb connect
> 通过无线连接到 Android 设备。
> 更多信息:<https://developer.android.com/tools/adb>.
> 更多信息:<https://developer.android.com/tools/adb>
- 与一个安卓设备配对(可在开发者选项中,找到地址和配对码):
+1 -1
View File
@@ -1,7 +1,7 @@
# adb devices
> 列出已连接的 Android 设备。
> 更多信息:<https://manned.org/adb>.
> 更多信息:<https://manned.org/adb>
- 列出设备:
+1 -1
View File
@@ -1,7 +1,7 @@
# adb forward
> 通过无线连接到一个 Android 设备。
> 更多信息:<https://developer.android.com/tools/adb>.
> 更多信息:<https://developer.android.com/tools/adb>
- 转发一个 TCP 端口:
+1 -1
View File
@@ -1,7 +1,7 @@
# adb install
> 安卓调试桥 -Install: 将应用安装包推送到 Android 模拟器或已连接的安卓设备。
> 更多信息:<https://developer.android.com/tools/adb>.
> 更多信息:<https://developer.android.com/tools/adb>
- 向模拟器/设备推送安卓 app
+1 -1
View File
@@ -1,7 +1,7 @@
# adb logcat
> 转储系统消息日志。
> 更多信息:<https://developer.android.com/tools/logcat>.
> 更多信息:<https://developer.android.com/tools/logcat>
- 显示系统日志:
+1 -1
View File
@@ -1,7 +1,7 @@
# adb reboot
> 重启已连接的 Android 设备或模拟器。
> 更多信息:<https://manned.org/adb>.
> 更多信息:<https://manned.org/adb>
- 正常重启设备:
+1 -1
View File
@@ -1,7 +1,7 @@
# adb reverse
> 安卓调试桥-反射: 反向映射安卓模拟器实例或者已连接的实体设备的套接字连接。
> 更多信息:<https://developer.android.com/tools/adb>.
> 更多信息:<https://developer.android.com/tools/adb>
- 列出所有来自模拟器和设备的映射连接:
@@ -1,7 +1,7 @@
# adb shell pm list packages
> 列出安卓设备上,已安装的,已知的或经过自定义筛选后的软件包。
> 更多信息:<https://developer.android.com/tools/adb>.
> 更多信息:<https://developer.android.com/tools/adb>
- 列出所有已安装的软件包:
+1 -1
View File
@@ -1,7 +1,7 @@
# adb shell pm list
> 列出软件包管理器中所管理的用户,软件包,权限,插桩测试 (instrumentation),权限组,功能和库。
> 更多信息:<https://developer.android.com/tools/adb>.
> 更多信息:<https://developer.android.com/tools/adb>
- 列出所有已安装的包:
+1 -1
View File
@@ -1,7 +1,7 @@
# adb shell pm
> 安卓软件包管理工具。
> 更多信息:<https://developer.android.com/tools/adb>.
> 更多信息:<https://developer.android.com/tools/adb>
- 列出已安装的包:
+1 -1
View File
@@ -1,7 +1,7 @@
# adb shell
> 安卓调试桥-Shell: 运行安卓模拟器或者连接设备上的远程终端命令。
> 更多信息:<https://developer.android.com/tools/adb>.
> 更多信息:<https://developer.android.com/tools/adb>
- 启动模拟器/设备上的远程终端:
+1 -1
View File
@@ -1,7 +1,7 @@
# adb uninstall
> 卸载一个软件包。
> 更多信息:<https://manned.org/adb>.
> 更多信息:<https://manned.org/adb>
- 卸载一个软件包:
+1 -1
View File
@@ -2,7 +2,7 @@
> 安卓调试桥:与 Android 模拟器或已连接的 Android 设备通信。
> 此命令也有关于其子命令的文件,例如:`shell`.
> 更多信息:<https://developer.android.com/tools/adb>.
> 更多信息:<https://developer.android.com/tools/adb>
- 检查 adb server 进程的是否在运行,并开启它:
+1 -1
View File
@@ -1,7 +1,7 @@
# AdGuardHome
> 一款全网广告拦截与反跟踪软件。
> 更多信息:<https://github.com/AdguardTeam/AdGuardHome>.
> 更多信息:<https://github.com/AdguardTeam/AdGuardHome>
- 运行 AdGuard Home
+1 -1
View File
@@ -1,7 +1,7 @@
# adscript
> 用于 Adscript 文件的编译器。
> 更多信息:<https://github.com/Amplus2/Adscript>.
> 更多信息:<https://github.com/Amplus2/Adscript>
- 将一个文件编译为一个对象文件:
+1 -1
View File
@@ -1,7 +1,7 @@
# afconvert
> 在 AFF 和 raw 文件格式之间进行转换。
> 更多信息:<https://manned.org/afconvert>.
> 更多信息:<https://manned.org/afconvert>
- 使用一个特定的扩展名(默认:`aff`):
+1 -1
View File
@@ -1,7 +1,7 @@
# ag
> The Silver Searcher. 类似 `ack`, 但是更快。
> 更多信息:<https://manned.org/ag>.
> 更多信息:<https://manned.org/ag>
- 寻找内容包含"小明"的文件,并列出所在的行数:
+1 -1
View File
@@ -1,7 +1,7 @@
# agate
> 一个简单的 Gemini 网络协议的服务器。
> 更多信息:<https://github.com/mbrubeck/agate>.
> 更多信息:<https://github.com/mbrubeck/agate>
- 运行并生成一个私钥和证书:
+1 -1
View File
@@ -2,7 +2,7 @@
> 生成 `age` 密钥对。
> 参见:`age` 用于加密/解密文件。
> 更多信息:<https://manned.org/age-keygen>.
> 更多信息:<https://manned.org/age-keygen>
- 生成密钥对,将其保存到未加密文件,并将公钥打印到标准输出:
+1 -1
View File
@@ -2,7 +2,7 @@
> 一个简单、现代、安全的文件加密工具。
> 参见:`age-keygen` 用于生成密钥对。
> 更多信息:<https://github.com/FiloSottile/age#usage>.
> 更多信息:<https://github.com/FiloSottile/age#usage>
- 生成一个可以用密码短语(passphrase)解密的加密文件:
+1 -1
View File
@@ -2,7 +2,7 @@
> 破解捕获数据包中握手阶段的 WEP 和 WPA/WPA2 密钥。
> Aircrack-ng 网络软件套件的一部分。
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=aircrack-ng>.
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=aircrack-ng>
- 使用字典文件破解捕获文件中的密钥:
+1 -1
View File
@@ -2,7 +2,7 @@
> 解密 WEP、WPA 或 WPA2 加密的捕获文件。
> 是 Aircrack-ng 网络软件套件的一部分。
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=airdecap-ng>.
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=airdecap-ng>
- 从开放网络捕获文件中移除无线头,并使用接入点的 MAC 地址进行过滤:
+1 -1
View File
@@ -2,7 +2,7 @@
> 向无线网络注入数据包。
> `aircrack-ng` 的一部分。
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=aireplay-ng>.
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=aireplay-ng>
- 向指定的接入点(AP)MAC 地址、客户端 MAC 地址和接口发送指定数量的去关联(disassociate)数据包:
+1 -1
View File
@@ -2,7 +2,7 @@
> 激活无线网络设备的监控模式。
> 属于 `aircrack-ng` 套件的一部分。
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=airmon-ng>.
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=airmon-ng>
- 列出无线设备及其状态:
+1 -1
View File
@@ -2,7 +2,7 @@
> 捕获数据包并显示有关无线网络的信息。
> `aircrack-ng` 的一部分。
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=airodump-ng>.
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=airodump-ng>
- 捕获数据包并显示有关无线网络的信息:
+1 -1
View File
@@ -1,7 +1,7 @@
# airpaste
> 在同一网络下共享信息和文件。
> 更多信息:<https://github.com/mafintosh/airpaste>.
> 更多信息:<https://github.com/mafintosh/airpaste>
- 等待接收消息并显示接收到的信息:
+1 -1
View File
@@ -1,7 +1,7 @@
# airshare
> 在本地网络中传输数据的工具。
> 更多信息:<https://airshare.rtfd.io/en/latest/cli.html>.
> 更多信息:<https://airshare.rtfd.io/en/latest/cli.html>
- 共享文件或目录:
+1 -1
View File
@@ -1,7 +1,7 @@
# ajson
> 对 JSON 对象执行 JSONPath 操作。
> 更多信息:<https://github.com/spyzhov/ajson#console-application>.
> 更多信息:<https://github.com/spyzhov/ajson#console-application>
- 从文件中读取 JSON 并执行指定的 JSONPath 表达式:
+1 -1
View File
@@ -1,7 +1,7 @@
# alacritty
> 跨平台、GPU 加速的终端模拟器。
> 更多信息:<https://manned.org/alacritty>.
> 更多信息:<https://manned.org/alacritty>
- 启动新的 Alacritty 进程并创建窗口:
+1 -1
View File
@@ -1,7 +1,7 @@
# alex
> 捕捉文本中的不敏感、不考虑他人的写作风格。它帮助您找出文本中的性别偏向、极端化、种族相关、宗教考虑不周等不平等表达。
> 更多信息:<https://github.com/get-alex/alex>.
> 更多信息:<https://github.com/get-alex/alex>
- 从标准输入分析文本:
+1 -1
View File
@@ -2,7 +2,7 @@
> 创建别名——用给定的字符串指代特定的命令。
> 别名只会在当前的 shell 会话中生效,除非它们在 shell 的配置文件中被定义,例如`~/.bashrc`。
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-alias>.
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-alias>
- 列出所有别名:
+1 -1
View File
@@ -2,7 +2,7 @@
> 深度攻击面探测与资产发现工具。
> 此命令也有关于其子命令的文件,例如:`intel`.
> 更多信息:<https://github.com/owasp-amass/amass>.
> 更多信息:<https://github.com/owasp-amass/amass>
- 执行 Amass 子命令:
+1 -1
View File
@@ -1,7 +1,7 @@
# androguard
> 使用 Python 编写的一款针对安卓应用的逆向工程工具。
> 更多信息:<https://github.com/androguard/androguard>.
> 更多信息:<https://github.com/androguard/androguard>
- 展示 Android manifest 清单文件:
+1 -1
View File
@@ -1,7 +1,7 @@
# ani-cli
> 一个用于浏览和观看动漫的命令行工具。
> 更多信息:<https://manned.org/ani-cli>.
> 更多信息:<https://manned.org/ani-cli>
- 按名称搜索动漫:
+1 -1
View File
@@ -1,7 +1,7 @@
# anki
> 强大、智能的记忆卡片软件。
> 更多信息:<https://manned.org/anki>.
> 更多信息:<https://manned.org/anki>
- 启动 `anki`
+1 -1
View File
@@ -1,7 +1,7 @@
# ansible-galaxy
> 执行与 Ansible 角色和集合相关的各种操作。
> 更多信息:<https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>.
> 更多信息:<https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>
- 列出已安装的角色或集合:
+1 -1
View File
@@ -1,7 +1,7 @@
# ansible-playbook
> 通过 SSH 协议在远程计算机上执行 playbook 中定义的任务。
> 更多信息:<https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html>.
> 更多信息:<https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html>
- 执行 playbook 中的任务:
+1 -1
View File
@@ -2,7 +2,7 @@
> 通过 SSH 协议远程管理计算机组。使用 `/etc/ansible/hosts` 文件来添加组 / 主机。
> 此命令也有关于其子命令的文件,例如:`galaxy`.
> 更多信息:<https://docs.ansible.com/ansible/latest/cli/ansible.html>.
> 更多信息:<https://docs.ansible.com/ansible/latest/cli/ansible.html>
- 列出给定组下的所有主机:
+1 -1
View File
@@ -1,7 +1,7 @@
# ansiweather
> 一个 shell 脚本,用于在终端中显示当前的天气状况。
> 更多信息:<https://github.com/fcambus/ansiweather#usage>.
> 更多信息:<https://github.com/fcambus/ansiweather#usage>
- 使用公制单位显示 Rzeszow, Poland 接下来 5 天的天气预报:
+1 -1
View File
@@ -2,7 +2,7 @@
> Apache Ant。
> 用于构建和管理基于 Java 的项目的工具。
> 更多信息:<https://ant.apache.org/manual/index.html>.
> 更多信息:<https://ant.apache.org/manual/index.html>
- 用默认的构建文件 `build.xml` 构建一个项目:
+1 -1
View File
@@ -1,7 +1,7 @@
# apg
> 生成任意复杂度的随机密码。
> 更多信息:<https://manned.org/apg>.
> 更多信息:<https://manned.org/apg>
- 生成随机密码(默认密码长度为 8 位):
+1 -1
View File
@@ -1,7 +1,7 @@
# apktool
> APK 文件反编译工具。
> 更多信息:<https://ibotpeaches.github.io/Apktool/>.
> 更多信息:<https://ibotpeaches.github.io/Apktool/>
- 反编译:
+1 -1
View File
@@ -2,7 +2,7 @@
> Atom 编辑器的包管理工具。
> 参见 `atom`.
> 更多信息:<https://github.com/atom/apm>.
> 更多信息:<https://github.com/atom/apm>
- 下载包:<http://atom.io/packages> 和主题 <http://atom.io/themes>
+1 -1
View File
@@ -1,7 +1,7 @@
# apropos
> 在 manpages 中搜索,例如查找一个新命令。
> 更多信息:<https://manned.org/apropos>.
> 更多信息:<https://manned.org/apropos>
- 使用正则表达式搜索关键字:
+1 -1
View File
@@ -1,7 +1,7 @@
# ar
> 创建,修改,提取库文件(`.a`, `.so`, `.o`)。
> 更多信息:<https://manned.org/ar>.
> 更多信息:<https://manned.org/ar>
- 从库文件中提取全部成员:
+1 -1
View File
@@ -1,7 +1,7 @@
# arduino
> Arduino Studio - 为 Arduino 平台准备的集成开发环境。
> 更多信息:<https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc>.
> 更多信息:<https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc>
- 构建一个草稿:
+1 -1
View File
@@ -2,7 +2,7 @@
> 快速下载工具。
> 支持 HTTP(S)、FTP、SFTP、BitTorrent 和 Metalink。
> 更多信息:<https://aria2.github.io/manual/en/html/aria2c.html>.
> 更多信息:<https://aria2.github.io/manual/en/html/aria2c.html>
- 将特定 URI 下载到一个文件:
+1 -1
View File
@@ -1,7 +1,7 @@
# arp-scan
> 发送 ARP 数据包到特定主机(指定 IP 地址或主机名),来扫描本地网络。
> 更多信息:<https://github.com/royhills/arp-scan>.
> 更多信息:<https://github.com/royhills/arp-scan>
- 扫描当前本地网络:
+1 -1
View File
@@ -1,7 +1,7 @@
# arp
> 显示和操作系统的 ARP 缓存。
> 更多信息:<https://manned.org/arp.8>.
> 更多信息:<https://manned.org/arp.8>
- 显示当前的 ARP 表:
+1 -1
View File
@@ -2,7 +2,7 @@
> 方法内部调用路径,并输出方法路径上的每个节点上耗时。
> 另见 `arthas`, `arthas-watch`.
> 更多信息:<https://arthas.aliyun.com/en/doc/trace.html>.
> 更多信息:<https://arthas.aliyun.com/en/doc/trace.html>
- 追踪方法调用链:
+1 -1
View File
@@ -2,7 +2,7 @@
> 函数执行数据观测。
> 另见 `arthas`, `arthas-trace`.
> 更多信息:<https://arthas.aliyun.com/en/doc/watch.html>.
> 更多信息:<https://arthas.aliyun.com/en/doc/watch.html>
- 在方法调用后观察,显示第一个参数和返回值,展开嵌套对象的 4 层:
+1 -1
View File
@@ -2,7 +2,7 @@
> Java 应用诊断利器。
> 另见 `arthas-watch`, `arthas-trace`.
> 更多信息:<https://arthas.aliyun.com/en/>.
> 更多信息:<https://arthas.aliyun.com/en/>
- 启动 arthas
+1 -1
View File
@@ -1,7 +1,7 @@
# asar
> Electron 平台的文件打包工具。
> 更多信息:<https://github.com/electron/asar#usage>.
> 更多信息:<https://github.com/electron/asar#usage>
- 打包一个文件或目录:
+1 -1
View File
@@ -2,7 +2,7 @@
> 录制和回放终端会话,并可选分享到 <https://asciinema.org>。
> 另见:`terminalizer`。
> 更多信息:<https://docs.asciinema.org/manual/cli/>.
> 更多信息:<https://docs.asciinema.org/manual/cli/>
- 将本地安装的 `asciinema` 与 asciinema.org 账号关联:
+1 -1
View File
@@ -1,7 +1,7 @@
# asdf
> 可扩展的包版本管理器,支持 Nodejs、Ruby、Elixir 和 Erlang 等。
> 更多信息:<https://asdf-vm.com/manage/commands.html>.
> 更多信息:<https://asdf-vm.com/manage/commands.html>
- 可用插件清单:
+1 -1
View File
@@ -1,7 +1,7 @@
# aspell
> 交互式拼写检查工具。
> 更多信息:<http://aspell.net/man-html/index.html>.
> 更多信息:<http://aspell.net/man-html/index.html>
- 为一个文件做拼写检查:
+1 -1
View File
@@ -2,7 +2,7 @@
> 在稍后时间执行命令。
> 结果将被发送到用户的邮箱。
> 更多信息:<https://manned.org/at>.
> 更多信息:<https://manned.org/at>
- 交互式创建命令并在 5 分钟后执行(完成后按 `<Ctrl d>`):
+1 -1
View File
@@ -3,7 +3,7 @@
> 一个跨平台的可扩展文本编辑器。
> 插件由 `apm` 管理。
> 注意:Atom 已经停止更新并且不再积极维护。
> 更多信息:<https://atom.io/>.
> 更多信息:<https://atom.io/>
- 打开文件或目录:
+1 -1
View File
@@ -2,7 +2,7 @@
> 存储您的 shell 历史记录到可搜索的数据库。
> 可选择在机器之间同步加密历史记录。
> 更多信息:<https://docs.atuin.sh/>.
> 更多信息:<https://docs.atuin.sh/>
- 安装 atuin 到您的 shell:
+1 -1
View File
@@ -1,7 +1,7 @@
# autoflake
> 一个工具,用于检查 Python 代码中未被使用的引入和变量。
> 更多信息:<https://github.com/PyCQA/autoflake#advanced-usage>.
> 更多信息:<https://github.com/PyCQA/autoflake#advanced-usage>
- 移除指定文件中未使用的变量,并展示 diff:
+1 -1
View File
@@ -2,7 +2,7 @@
> 快速跳转,访问次数最多的文件夹优先。
> 使用 `j`、`jc`、和 `jo` 作为别名。
> 更多信息:<https://github.com/wting/autojump#name>.
> 更多信息:<https://github.com/wting/autojump#name>
- 跳转到包含指定通配符的目录:
+1 -1
View File
@@ -2,7 +2,7 @@
> 创建,监控或重启 SSH 连接。
> 自动重连会确保你的端口转发隧道打开。接受所有 SSH 参数。
> 更多信息:<https://manned.org/autossh>.
> 更多信息:<https://manned.org/autossh>
- 启动 SSH 会话,当监控 ([M]onitoring) 的端口无法返回数据时,自动重启:
+1 -1
View File
@@ -1,7 +1,7 @@
# awk
> 一种用于文件处理的通用编程语言。
> 更多信息:<https://github.com/onetrueawk/awk>.
> 更多信息:<https://github.com/onetrueawk/awk>
- 以空格为分隔符,打印文件每行第五列(也称作字段):
+1 -1
View File
@@ -2,7 +2,7 @@
> 一款下载加速器。
> 支持 HTTP、HTTPS 和 FTP.
> 更多信息:<https://manned.org/axel>.
> 更多信息:<https://manned.org/axel>
- 链接下载:

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