*: normalize colons (#7913)

This commit is contained in:
Seth Falco
2022-03-27 07:25:15 +02:00
committed by GitHub
parent f63fedd585
commit 27ff55fc2e
88 changed files with 144 additions and 144 deletions

View File

@@ -15,7 +15,7 @@
`adduser --home {{home 路径}} {{用户名}}`
- 创建一个新用户,并指定登录 shell:
- 创建一个新用户,并指定登录 shell
`adduser --shell {{shell 路径}} {{用户名}}`

View File

@@ -4,7 +4,7 @@
> 通过 IMAP 支持大多数现代电子邮件服务。
> 更多信息:<https://manned.org/alpine>.
- 正常打开 alpine:
- 正常打开 alpine
`alpine`
@@ -12,6 +12,6 @@
`alpine {{邮箱地址}}`
- 退出 alpine:
- 退出 alpine
`'q' 然后 'y'`

View File

@@ -3,6 +3,6 @@
> 在任何 GNU/Linux 操作系统上运行安卓应用。
> 更多信息:<https://manned.org/anbox>.
- 在应用管理器中运行 Anbox:
- 在应用管理器中运行 Anbox
`anbox launch --package={{org.anbox.appmgr}} --component={{org.anbox.appmgr.AppViewActivity}}`

View File

@@ -4,7 +4,7 @@
> 主要用于汇编`gcc`的输出,以供链接器`ld`使用。
> 更多信息:<https://manned.org/as>.
- 汇编一个文件,输出为 a.out:
- 汇编一个文件,输出为 a.out
`as {{文件.s}}`

View File

@@ -15,7 +15,7 @@
`aspell dicts`
- 指定不同的语言(取 ISO 639 语言代码的 2 个字母)来运行 aspell:
- 指定不同的语言(取 ISO 639 语言代码的 2 个字母)来运行 aspell
`aspell --lang={{cs}}`

View File

@@ -23,7 +23,7 @@
`authconfig --update --enablenis`
- 开启 Kerberos:
- 开启 Kerberos
`authconfig --update --enablekrb5`

View File

@@ -11,7 +11,7 @@
`binwalk --extract --directory {{输出目录}} {{二进制文件}}`
- 递归解压一个二进制文件并限制递归深度为 2:
- 递归解压一个二进制文件并限制递归深度为 2
`binwalk --extract --matryoshka --depth {{2}} {{二进制文件}}`

View File

@@ -3,7 +3,7 @@
> 用图形显示有关正在运行的进程的动态实时信息。类似于 `gtop` 和 `htop`.
> 更多信息:<https://github.com/aristocratos/bpytop>.
- 运行 bpytop:
- 运行 bpytop
`bpytop`

View File

@@ -15,7 +15,7 @@
`sudo brctl del {{网桥名}}`
- 向现有网桥添加接口:
- 向现有网桥添加接口
`sudo brctl addif {{网桥名}} {{接口名}}`

View File

@@ -4,7 +4,7 @@
> 建议每月运行一次 scrub.
> 更多信息:<https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-scrub>.
- 开始 scrub:
- 开始 scrub
`sudo btrfs scrub start {{指向挂载点的路径}}`
@@ -12,11 +12,11 @@
`sudo btrfs scrub status {{指向挂载点的路径}}`
- 取消正在进行的 scrub:
- 取消正在进行的 scrub
`sudo btrfs scrub cancel {{指向挂载点的路径}}`
- 恢复先前取消的 scrub:
- 恢复先前取消的 scrub
`sudo btrfs scrub resume {{指向挂载点的路径}}`

View File

@@ -16,10 +16,10 @@
`echo -e "{{red}}\n{{green}}\n{{blue}}" | dmenu > {{color.txt}}`
- 在特定的监视器上启动 `dmenu`:
- 在特定的监视器上启动 `dmenu`
`ls | dmenu -m {{1}}`
- 在屏幕底部显示 `dmenu`:
- 在屏幕底部显示 `dmenu`
`ls | dmenu -b`

View File

@@ -3,7 +3,7 @@
> 带有 gui 界面的 Screenshot 工具,支持基本的图像编辑,例如文本,形状,颜色和 imgur.
> 更多信息:<https://flameshot.org>.
- 在 GUI 模式下启动 Flameshot:
- 在 GUI 模式下启动 Flameshot
`flameshot launcher`

View File

@@ -11,6 +11,6 @@
`grub-install --target={{x86_64-efi}} --efi-directory={{path/to/efi_directory}} --bootloader-id={{GRUB}}`
- 安装预置指定模块的 GRUB:
- 安装预置指定模块的 GRUB
`grub-install --target={{x86_64-efi}} --efi-directory={{path/to/efi_directory}} --modules="{{part_gpt part_msdos}}"`

View File

@@ -3,7 +3,7 @@
> Konsole: KDE 终端模拟器。
> 更多信息:<https://konsole.kde.org>.
- 在特定目录中打开一个新的 Konsole:
- 在特定目录中打开一个新的 Konsole
`konsole --workdir {{path/to/directory}}`
@@ -19,6 +19,6 @@
`konsole --background-mode`
- 使用紧急备冗配置文件打开 Konsole:
- 使用紧急备冗配置文件打开 Konsole
`konsole --fallback-profile`