Linux
General
Useful commands with more details/examples
Encryption
OpenSSL
- Create a csr and a private key in one line
- Create a self-signed certificate in one line
- Create your own Certification Authority (CA) with OCSP (protocol to check certificate validity online)
- convert and export a certificate to the pfx format
- Authenticate with a certificate with the curl command line
- test ssl connectivity with openssl s_client
- other useful openssl commands
OpenSSH (technically OpenBSD ported to linux)
DNS
Other common servers
Advanced file permissions
Goodies