Skip Home Changes Edit Add Diff Zip Upload

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