Accounts
Create an unpronounceable password with a minimum length of 20:
pwgen --secure 20 1
Create a regular user account with Debian policies in mind:
adduser joe
Give a regular user staff privileges:
adduser joe staff
Create an unpronounceable password with a minimum length of 20:
pwgen --secure 20 1
Create a regular user account with Debian policies in mind:
adduser joe
Give a regular user staff privileges:
adduser joe staff