Quickly Generate Random Strong Passwords Using Linux Mint/Ubuntu Terminal

Generating really good strong passwords can often be difficult to do consistently for different websites. The handy utility called “pwgen” in Linux Mint/Ubuntu makes this process very easy.
1. Open Terminal and type :
sudo apt-get install pwgen
2. Once installed, to start generating random passwords, simply type pwgen and select any of the passwords that are displayed.
3. To really generate...