diff --git a/ansible/plays/README.md b/ansible/plays/README.md index 0882b07..634e402 100644 --- a/ansible/plays/README.md +++ b/ansible/plays/README.md @@ -2,7 +2,7 @@ Playbooks - apt-up.yml - Playbook to update servers / groups ad hoc - - bookstack-backup.yml - Playbook example for taking a backup of BookStack - - hexo-backup.yml - Playbook example for taking a backup of Hexo - - hexo-install.yml - Playbook example to install and deploy the Hexo site generator + - bookstack-backup.yml - Playbook for taking a backup of BookStack + - hexo-backup.yml - Playbook for taking a backup of Hexo + - hexo-install.yml - Playbook to install and deploy the Hexo site generator diff --git a/cpp/README.md b/cpp/README.md index 1180142..7478d1e 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -21,5 +21,5 @@ cmake .. && cmake --build . If cmake is not being used in a project, it can be built with `g++` manually using -the commands outlined in `*/.vscode/tasts.json`, or by using VSCode to open the example +the commands outlined in `*/.vscode/tasks.json`, or by using VSCode to open the example and running the build task. diff --git a/cpp/datastructs/README.md b/cpp/datastructs/README.md index 9391bf3..05ff1f2 100644 --- a/cpp/datastructs/README.md +++ b/cpp/datastructs/README.md @@ -16,5 +16,5 @@ klips/cpp/datastructs ├── singlelist # Singly linked list ├── stacklist # Stack implementation using linked list ├── templates # Templated data structures -└── vector +└── vector # Custom Vector implementation ``` diff --git a/scripts/README.md b/scripts/README.md index 0b8fa26..5c538cb 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -2,10 +2,10 @@ #### newuser.sh - Script to add new user, run with sudo if you want to configure / allow user to sudo - - `./adduser` - (Prints help text) - - `./adduser ` - (Command doesn't need sudo if new user doesn't need sudo) - - `sudo ./adduser ` - - `sudo ./adduser jeff 1005` - (Creates jeff user and assign userID to 1005) + - `./newuser` - (Prints help text) + - `./newuser ` - (Command doesn't need sudo if new user doesn't need sudo) + - `sudo ./newuser ` + - `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` @@ -13,3 +13,4 @@ #### 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 +