User Management
Add Users
Useradd [-u uid] -m username
Visudo -> to add the user to the sudousers list if required
New Machine Implementation
- Install Bash
- /etc/skel
- .ssh with permissions
- If using mutt.. might as well set up a .muttrc with
my_hdr Bcc: $USER@mydomain.com
set sort=reverse-threads
set sort_aux=last-date-sent
set display_filter=”sed s/\r$//”