You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
fix-vbox.sh | 4 years ago | |
newuser.sh | 4 years ago |
README.md
Scripts
newuser.sh
- Script to add new user, run with sudo if you want to configure / allow user to sudo
./newuser
- (Prints help text)./newuser <name> <userID>
- (Command doesn't need sudo if new user doesn't need sudo)sudo ./newuser <name> <userID>
sudo ./newuser jeff 1005
- (Creates jeff user and assign userID to 1005)- 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