Fixed damage done by formatter some time ago
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
|
||||
> Key management utility for the APT Package Manager on Debian and Ubuntu.
|
||||
|
||||
- List trusted key:
|
||||
- List trusted keys:
|
||||
|
||||
`apt-key list`
|
||||
|
||||
- Add a key to the trusted keystor:
|
||||
- Add a key to the trusted keystore:
|
||||
|
||||
`apt-key add {{public_key_file.asc}}`
|
||||
|
||||
- Delete a key from the trusted keystor:
|
||||
- Delete a key from the trusted keystore:
|
||||
|
||||
`apt-key del {{key_id}}`
|
||||
|
||||
- Add a remote key to the trusted keystor:
|
||||
- Add a remote key to the trusted keystore:
|
||||
|
||||
`wget -qO - {{https://host.tld/filename.key}} | apt-key add -`
|
||||
|
@@ -2,10 +2,10 @@
|
||||
|
||||
> Run command or interactive shell with special root directory.
|
||||
|
||||
- Run command as new root director:
|
||||
- Run command as new root directory:
|
||||
|
||||
`chroot {{/path/to/new/root}} {{command}}`
|
||||
|
||||
- Specify user and group (ID or name) to us:
|
||||
- Specify user and group (ID or name) to use:
|
||||
|
||||
`chroot −−userspec={{user:group}}`
|
||||
|
Reference in New Issue
Block a user