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.
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
# Try installing erlang-nox
sudo apt-get install 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
# erlang-nox : Depends: erlang-diameter but it is not going to be installed
# Depends: erlang-eldap 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:
# 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
### _MISC
<details>Useful Linux commands</details>
<details>
<summary>Useful Linux commands</summary>
<description>
- Information about graphic card:
- Information about graphic card:
- `sudo lspci -v -s 01:00.0`
- `sudo lspci -v -s 01:00.0`
- `inxi -Gx`
- `inxi -Gx`
- List all shell commands available `compgen -c` (use with `grep`?)
- List all shell commands available `compgen -c` (use with `grep`?)