mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-04-29 12:34:12 +00:00
Fix spelling of command line/command-line
Commandline/command line/command-line where being used interchangeably, which is not correct (see: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/c/command-line). use command-line when it is an adjective (e.g. "command-line interface") and use command line when it is a noun (e.g. "change the setting from the command line") Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com> [S.I.: fix a stray ' ' introduced with this commit] Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
2a039e08c3
commit
db96e7429f
@ -61,7 +61,7 @@ include::pmgmirror.adoc[]
|
||||
:leveloffset: 0
|
||||
|
||||
|
||||
Useful Command Line Tools
|
||||
Useful Command-line Tools
|
||||
-------------------------
|
||||
|
||||
:leveloffset: 2
|
||||
@ -101,7 +101,7 @@ include::pmg-bibliography.adoc[]
|
||||
:leveloffset: 0
|
||||
|
||||
[appendix]
|
||||
Command Line Interface
|
||||
Command-line Interface
|
||||
----------------------
|
||||
|
||||
*pmgbackup* - Proxmox Mail Gateway Backup and Restore Utility
|
||||
|
@ -34,7 +34,7 @@ them. The 'Syslog' button shows the system log, filtered for the
|
||||
selected service.
|
||||
|
||||
Please note that {pmg} uses {systemd} to manage services, so you can
|
||||
also use the standard `systemctl` command line tool to manage or view
|
||||
also use the standard `systemctl` command-line tool to manage or view
|
||||
service status, for example:
|
||||
|
||||
-----
|
||||
|
@ -131,8 +131,8 @@ Virus detection
|
||||
engine, designed for detecting Trojans, viruses, malware, and other
|
||||
malicious threats.
|
||||
|
||||
It provides a high performance, multi-threaded scanning daemon, command
|
||||
line utilities for on demand file scanning, and an intelligent tool
|
||||
It provides a high performance, multi-threaded scanning daemon, command-line
|
||||
utilities for on demand file scanning, and an intelligent tool
|
||||
for automatic signature updates.
|
||||
|
||||
|
||||
|
@ -72,7 +72,7 @@ use. The email address used for that account will serve as the contact point for
|
||||
renewal-due or similar notifications from the ACME endpoint.
|
||||
|
||||
You can register or deactivate ACME accounts over the web interface
|
||||
`Certificates -> ACME Accounts` or using the `pmgconfig` command line tool.
|
||||
`Certificates -> ACME Accounts` or using the `pmgconfig` command-line tool.
|
||||
----
|
||||
pmgconfig acme account register <account-name> <mail@example.com>
|
||||
----
|
||||
@ -221,7 +221,7 @@ renewed automatically by the `pmg-daily.service`. Currently, renewal is
|
||||
triggered if the certificate either has already expired or if it will expire in
|
||||
the next 30 days.
|
||||
|
||||
Manually Change Certificate over Command-Line
|
||||
Manually Change Certificate over the Command Line
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If you want to get rid of certificate verification warnings, you have to
|
||||
@ -269,7 +269,7 @@ systemctl restart pmgproxy
|
||||
Test your new certificate, using your browser.
|
||||
|
||||
NOTE: To transfer files to and from your {pmg}, you can use secure copy: If your
|
||||
desktop runs Linux, you can use the `scp` command line tool. If your desktop PC
|
||||
desktop runs Linux, you can use the `scp` command-line tool. If your desktop PC
|
||||
runs windows, please use an scp client like WinSCP (see https://winscp.net/).
|
||||
|
||||
Change Certificate for Cluster Setups
|
||||
|
@ -44,7 +44,7 @@ Local Backups
|
||||
-------------
|
||||
|
||||
You can create a backup by simply pressing the 'Backup' button in the 'Local
|
||||
Backup/Restore' tab on the GUI, or by using the command line interface:
|
||||
Backup/Restore' tab on the GUI, or by using the command-line interface:
|
||||
|
||||
----
|
||||
# pmgbackup backup
|
||||
@ -227,7 +227,7 @@ allows the Proxmox Backup Server to remove it during garbage collection.
|
||||
----
|
||||
|
||||
TIP: You can configure and access all backup-related functionality on
|
||||
both the web interface and the command line interface.
|
||||
both the web interface and the command-line interface.
|
||||
|
||||
[[pmgbackup_pbs_schedule]]
|
||||
Scheduled Backups
|
||||
|
@ -196,8 +196,8 @@ using DNAT. See your firewall manual for more details.
|
||||
Cluster Administration
|
||||
----------------------
|
||||
|
||||
Cluster administration can be done from the GUI or by using the command
|
||||
line utility `pmgcm`. The CLI tool is a bit more verbose, so we suggest
|
||||
Cluster administration can be done from the GUI or by using the command-line
|
||||
utility `pmgcm`. The CLI tool is a bit more verbose, so we suggest
|
||||
to use that if you run into any problems.
|
||||
|
||||
NOTE: Always set up the IP configuration, before adding a node to the
|
||||
@ -229,7 +229,7 @@ Show Cluster Status
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The GUI shows the status of all cluster nodes. You can also view this
|
||||
using the command line tool:
|
||||
using the command-line tool:
|
||||
|
||||
----
|
||||
pmgcm status
|
||||
|
@ -27,9 +27,9 @@ endif::manvolnum[]
|
||||
|
||||
{pmg} is usually configured using the web-based Graphical User Interface (GUI),
|
||||
but it is also possible to directly edit the configuration files, using the
|
||||
REST API over 'https' or the command line tool `pmgsh`.
|
||||
REST API over 'https' or the command-line tool `pmgsh`.
|
||||
|
||||
The command line tool `pmgconfig` is used to simplify some common configuration
|
||||
The command-line tool `pmgconfig` is used to simplify some common configuration
|
||||
tasks, such as generating certificates and rewriting service configuration
|
||||
files.
|
||||
|
||||
|
@ -25,7 +25,7 @@ pmgperf - Proxmox Simple Performance Benchmark
|
||||
:pmg-toplevel:
|
||||
endif::manvolnum[]
|
||||
|
||||
The command line tool `pmgperf` gathers some general
|
||||
The command-line tool `pmgperf` gathers some general
|
||||
performance data. This is mostly useful for debugging and identifying
|
||||
performance bottlenecks. It computes the following metrics:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user