Passwords
Create random passwords with OpenSSL/LibreSSL
Generate random passwords with the help of the openssl command using the 'rand' function, often already available on Linux systems.
Password Security with Linux /etc/shadow file
Learn the structure of the /etc/shadow file and what the fields mean. After reading, the file should be less cryptic than it was before.