Update READMEs

This commit is contained in:
2020-11-23 14:45:00 -05:00
parent b9843a5d99
commit e4ccaf4bd9
8 changed files with 105 additions and 35 deletions

View File

@@ -1,5 +1,7 @@
### scripts
adduser.sh - Script to add new user, run with sudo if you want to configure / allow user to sudo
# Scripts
#### newuser.sh
- Script to add new user, run with sudo if you want to configure / allow user to sudo
- `./adduser` - (Prints help text)
- `./adduser <name> <userID>` - (Command doesn't need sudo if new user doesn't need sudo)
- `sudo ./adduser <name> <userID>`
@@ -7,3 +9,7 @@ adduser.sh - Script to add new user, run with sudo if you want to configure / al
- Follow prompts to configure password / sudo depending on needs of new user
- After the user is created, append them to any needed groups with `sudo usermod -aG groupname username`
#### fix-vbox.sh
- Script to fix a common issue in vbox VMs
- Fix for issue where a portion of the VM screen is not clickable