dirmngr is a server for managing and downloading OpenPGP and X.509 certificates, as well as updates and status signals related to those certificates. For OpenPGP, this means pulling from the public HKP/HKPS keyservers, or from LDAP servers. For X.509 this includes Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol updates (OCSP). It is capable of using tor for network access.
@ -159,7 +172,7 @@ sudo apt update
# Try installing erlang-nox
sudo apt-get install erlang-nox
# You might get this errors:
# You might get these errors:
# erlang-nox : Depends: erlang-diameter but it is not going to be installed
# Depends: erlang-eldap but it is not going to be installed
# If you do so, try this:
@ -175,13 +188,11 @@ RabbitMQ Server should have automatically started by now, but if it is not, run
### _MISC
<details>Useful Linux commands</details>
<description>
<details>
<summary>Useful Linux commands</summary>
- Information about graphic card:
- `sudo lspci -v -s 01:00.0`
- `inxi -Gx`
- List all shell commands available `compgen -c` (use with `grep`?)