common/a~g*:fix outdated Chinese pages (#14690)
* common/a~g*:fix outdated Chinese pages * Update airmon-ng.md * Update aria2c.md * update chown * Update ansible-playbook.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
@@ -1,25 +1,26 @@
|
||||
# asciinema
|
||||
|
||||
> 录制和播放终端会话,也可以把他们分享到 asciinema.org.
|
||||
> 录制和重放终端会话,并可以选择将其分享在 <https://asciinema.org> 上。
|
||||
> 请参阅:`terminalizer`。
|
||||
> 更多信息:<https://docs.asciinema.org/manual/cli/usage>.
|
||||
|
||||
- 将本地安装的`asciinema`与 asciinema.org 账号关联:
|
||||
|
||||
`asciinema auth`
|
||||
|
||||
- 进行新的录制(完成后,将提示用户上传或在本地保存):
|
||||
- 进行新的录制(使用 `Ctrl+D` 完成录制或键入 `exit`,然后选择上传或保存到本地):
|
||||
|
||||
`asciinema rec`
|
||||
|
||||
- 进行新的录制,保存到本地的文件中:
|
||||
|
||||
`asciinema rec {{文件路径.cast}}`
|
||||
`asciinema rec {{路径/到/录制文件.cast}}`
|
||||
|
||||
- 从本地文件中播放终端录屏:
|
||||
|
||||
`asciinema play {{文件路径.cast}}`
|
||||
`asciinema play {{路径/到/录制文件.cast}}`
|
||||
|
||||
- 在 asciinema.org 中播放终端录屏:
|
||||
- 在 <https://asciinema.org> 中播放终端录屏:
|
||||
|
||||
`asciinema play https://asciinema.org/a/{{文件 ID}}`
|
||||
|
||||
@@ -29,8 +30,8 @@
|
||||
|
||||
- 打印本地保存的录像的完整输出:
|
||||
|
||||
`asciinema cat {{文件路径.cast}}`
|
||||
`asciinema cat {{路径/到/录制文件.cast}}`
|
||||
|
||||
- 从本地上传一个录屏到 asciinema.org:
|
||||
|
||||
`asciinema upload {{文件路径.cast}}`
|
||||
`asciinema upload {{路径/到/录制文件.cast}}`
|
||||
|
Reference in New Issue
Block a user