Code challenges for Code Fellows Ops 201 to practice Bash scripts and Powershell script to optimize tasks performed as a cybersecurity professional.
Content: Concepts learned
| Content | Language | Description |
|---|---|---|
| Class 02 | Bash Script | Prints a string to the terminal |
| Class 03 | Bash Script | Prints the login history of users on this computer |
| Class 04 | Bash Script | Working with arrays and directories |
| Class 05 | Bash Script | Display running processes and kill a process |
| Class 06 | Bash Script | Detects if a file or directory exist, creates one if it doesn't |
| Class 07 | Bash Script | Uses lshw and grep to display system information to the screen |
| Class 08 | Batch Script | Backups everything from the user's desktop to an external E drive |
| Class 09 | Powershell Script | Output all events from the System event log that occurred in the last 24 hours |
| Class 10 | Powershell Script | Working with Processes command |
| Class 11 | Powershell Script | Write a Powershell script that automates the configuration of a new Windows 10 endpoint. |
| Class 12 | Powershell Script | Use of ipconfig /all command and Select-String |
| Class 13 | Bash Script | Working with domain names |
Favorite Code Challenge is 7 using Grep in Bash because I can select certain text from an output.
Goal for the future is to perfect my Bash script and understand in a deeper level how Powershell works since it is such a powerful tool.