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:
Jin
2024-11-27 06:20:32 -05:00
committed by GitHub
parent 864b1b260f
commit 67166ff0e7
24 changed files with 261 additions and 140 deletions

View File

@@ -5,24 +5,28 @@
- 查看本地图像或使用 URL
`feh {{图片路径}}`
`feh {{路径/到/图像}}`
- 递归查看图像:
`feh --recursive {{图片路径}}`
`feh --recursive {{路径/到/图像}}`
- 使用无边框窗口查看图像:
`feh --borderless {{图片路径}}`
`feh --borderless {{路径/到/图像}}`
- 在浏览完最后一个图像之后退出:
`feh --cycle-once {{图片路径}}`
`feh --cycle-once {{路径/到/图像}}`
- 设置幻灯片放映周期延迟时间(秒):
`feh --slideshow-delay {{秒}} {{图片路径}}`
`feh --slideshow-delay {{秒}} {{路径/到/图像}}`
- 设置墙纸(居中、填充、最大化、缩放或平铺):
`feh --bg-{{center|fill|max|scale|tile}} {{图片路径}}`
`feh --bg-{{center|fill|max|scale|tile}} {{路径/到/图像}}`
- 创建目录中所有图像的拼贴,并作为新图像输出:
`feh --montage --thumb-height {{150}} --thumb-width {{150}} --index-info "{{%nn%wx%h}}" --output {{路径/到/拼贴图像.png}}`