mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-06-15 21:38:02 +00:00
cli tools: language fixup
minor rewordings and corrections in section "Command Line Tools" Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This commit is contained in:
parent
571cbbdf5e
commit
f11e91b5ee
@ -3,8 +3,8 @@
|
|||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
`nmap` is designed to allow system administrators to scan large
|
`nmap` is designed to allow system administrators to scan large
|
||||||
networks to determine which hosts are up and what services they
|
networks, to determine which hosts are up and what services they
|
||||||
offer. You can use nmap to test your firewall settings, for example
|
offer. You can use nmap to test your firewall settings, for example,
|
||||||
to see if the required ports are open.
|
to see if the required ports are open.
|
||||||
|
|
||||||
.Test Razor port (tcp port 2703):
|
.Test Razor port (tcp port 2703):
|
||||||
|
@ -26,9 +26,9 @@ pmgdb - Database Management Toolkit
|
|||||||
endif::manvolnum[]
|
endif::manvolnum[]
|
||||||
|
|
||||||
The `pmgdb` toolkit is used to simplify common database management
|
The `pmgdb` toolkit is used to simplify common database management
|
||||||
tasks. Most importantly, it is used internally to create and initialize
|
tasks. It is primarily used internally to create and initialize
|
||||||
the default database. You can also use it to reset the filter rules
|
the default database. You can also use it to reset the filter rules
|
||||||
back to factory defaults:
|
to factory defaults:
|
||||||
|
|
||||||
----
|
----
|
||||||
pmgdb reset
|
pmgdb reset
|
||||||
|
@ -45,14 +45,14 @@ values < 8 milliseconds. Common IDE/SATA disks get values from 15 to
|
|||||||
20 ms. SSD seek times should be below 1ms.
|
20 ms. SSD seek times should be below 1ms.
|
||||||
|
|
||||||
FSYNCS/SECOND:: value should be greater than 200 (you should enable
|
FSYNCS/SECOND:: value should be greater than 200 (you should enable
|
||||||
'write back' cache mode on you RAID controller - needs a battery
|
'write-back' cache mode on you RAID controller - needs a battery
|
||||||
backed cache (BBWC)).
|
backed cache (BBWC)).
|
||||||
|
|
||||||
DNS EXT:: average time to resolve an external DNS name
|
DNS EXT:: average time to resolve an external DNS name
|
||||||
|
|
||||||
DNS INT:: average time to resolve a local DNS name
|
DNS INT:: average time to resolve a local DNS name
|
||||||
|
|
||||||
Here is an example output generated by the tool:
|
Here is an example of the output generated by the tool:
|
||||||
|
|
||||||
----
|
----
|
||||||
# pmgperf
|
# pmgperf
|
||||||
|
@ -25,7 +25,7 @@ pmgqm - Quarantine Management Toolkit
|
|||||||
:pmg-toplevel:
|
:pmg-toplevel:
|
||||||
endif::manvolnum[]
|
endif::manvolnum[]
|
||||||
|
|
||||||
Toolkit to manage spam an virus quarantine, and send spam report mails.
|
Toolkit to manage spam and virus quarantine, and send spam report mails.
|
||||||
|
|
||||||
ifdef::manvolnum[]
|
ifdef::manvolnum[]
|
||||||
include::pmg-copyright.adoc[]
|
include::pmg-copyright.adoc[]
|
||||||
|
@ -35,7 +35,7 @@ List entries:
|
|||||||
# pmgsh ls /
|
# pmgsh ls /
|
||||||
----
|
----
|
||||||
|
|
||||||
Call method 'GET' on an specific API path:
|
Call the 'GET' method on a specific API path:
|
||||||
|
|
||||||
----
|
----
|
||||||
# pmgsh get /version
|
# pmgsh get /version
|
||||||
|
@ -25,9 +25,9 @@ pmgupgrade - Upgrade Proxmox Mail Gateway
|
|||||||
endif::manvolnum[]
|
endif::manvolnum[]
|
||||||
|
|
||||||
This is a small wrapper around `apt full-upgrade`. We use this to print
|
This is a small wrapper around `apt full-upgrade`. We use this to print
|
||||||
additional information, like when a node reboot due to a kernel update is
|
additional information, like when a node reboot is required, due to a kernel
|
||||||
required. Additionally, it can run an interactive shell after the update, this
|
update. Additionally, it can run an interactive shell after the update. This is
|
||||||
is used when starting an upgrade using the web GUI.
|
used when starting an upgrade using the web GUI.
|
||||||
|
|
||||||
If you are already logged in on the console, it is preferable to invoke
|
If you are already logged in on the console, it is preferable to invoke
|
||||||
`apt` directly.
|
`apt` directly.
|
||||||
|
@ -41,7 +41,7 @@ List version details for important packages:
|
|||||||
# pmgversion -v
|
# pmgversion -v
|
||||||
----
|
----
|
||||||
|
|
||||||
Please use the Debian package management for details about other packages
|
Please use the Debian package manager for details about other packages:
|
||||||
|
|
||||||
----
|
----
|
||||||
# dpkg -l
|
# dpkg -l
|
||||||
|
Loading…
Reference in New Issue
Block a user