add new chinese translations
This commit is contained in:
24
pages.zh/linux/netselect.md
Normal file
24
pages.zh/linux/netselect.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# netselect
|
||||
|
||||
> 选择快速网络服务器的速度测试。
|
||||
> 更多信息:<https://github.com/apenwarr/netselect>。
|
||||
|
||||
- 选择延迟最低的服务器:
|
||||
|
||||
`sudo netselect {{host_1}} {{host_2}}`
|
||||
|
||||
- 显示名称服务器解析和统计信息:
|
||||
|
||||
`sudo netselect -vv {{host_1}} {{host_2}}`
|
||||
|
||||
- 定义最大生存时间(TTL):
|
||||
|
||||
`sudo netselect -m {{10}} {{host_1}} {{host_2}}`
|
||||
|
||||
- 打印在主机中最快的 N 个服务器:
|
||||
|
||||
`sudo netselect -s {{N}} {{host_1}} {{host_2}} {{host_3}}`
|
||||
|
||||
- 显示帮助信息:
|
||||
|
||||
`netselect`
|
Reference in New Issue
Block a user