2020-11-23 14:45:00 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								# Scripts
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								#### newuser.sh 
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								 - Script to add new user, run with sudo if you want to configure / allow user to sudo
							 | 
						
					
						
							
								
									
										
										
										
											2020-11-25 07:06:48 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								 - `./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)
							 | 
						
					
						
							
								
									
										
										
										
											2020-04-26 22:28:49 -04:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								 - Follow prompts to configure password / sudo depending on needs of new user 
							 | 
						
					
						
							
								
									
										
										
										
											2020-05-27 14:17:40 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								 - After the user is created, append them to any needed groups with `sudo usermod -aG groupname username` 
							 | 
						
					
						
							
								
									
										
										
										
											2020-04-26 22:28:49 -04:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							
								
									
										
										
										
											2020-11-23 14:45:00 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								#### 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
							 | 
						
					
						
							
								
									
										
										
										
											2020-11-25 07:06:48 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 |