add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

25
pages.zh/linux/tunelp.md Normal file
View File

@@ -0,0 +1,25 @@
# tunelp
> 设置并行端口设备的各种参数,以便故障排除或提高性能。
> 属于 `util-linux`。
> 更多信息:<https://manned.org/tunelp>。
- 检查并行端口设备的 [s]tatus
`tunelp --status {{/dev/lp0}}`
- [r]eset 指定的并行端口:
`tunelp --reset {{/dev/lp0}}`
- 为设备使用给定的 [i]RQ每个代表一个中断线
`tunelp -i 5 {{/dev/lp0}}`
- 尝试指定的次数向打印机输出一个 [c]haracter然后在指定的 [t]ime 内休眠:
`tunelp --chars {{times}} --time {{time_in_centiseconds}} {{/dev/lp0}}`
- 启用或禁用在错误时 [a]borting默认禁用
`tunelp --abort {{on|off}}`