mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 09:55:08 +00:00
Update cheatsheets
This commit is contained in:
33
plesk
Normal file
33
plesk
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# plesk
|
||||
|
||||
> Plesk hosting control panel.
|
||||
> More information: <https://docs.plesk.com>.
|
||||
|
||||
- Generate an auto login link for the admin user and print it:
|
||||
|
||||
`plesk login`
|
||||
|
||||
- Show product version information:
|
||||
|
||||
`plesk version`
|
||||
|
||||
- List all hosted domains:
|
||||
|
||||
`plesk bin domain --list`
|
||||
|
||||
- Start watching for changes in the `panel.log` file:
|
||||
|
||||
`plesk log {{panel.log}}`
|
||||
|
||||
- Start the interactive MySQL console:
|
||||
|
||||
`plesk db`
|
||||
|
||||
- Open the Plesk main configuration file in the default editor:
|
||||
|
||||
`plesk conf {{panel.ini}}`
|
||||
Reference in New Issue
Block a user