Summary
This section contains my scripting notes for Bash, PowerShell, Python basics, and automation ideas that support administration and technical work.
What You Will Find Here
- Bash and PowerShell references
- Python basics for automation
- Small scripts and syntax notes
- Command-line automation examples
Structure
| Section | What it contains |
|---|---|
| Guides | practical automation workflow notes |
| Commands | quick syntax and script structure reference |
| Concepts | scripting mental models and reusable building blocks |
Recommended starting points
- What Scripting Is Good For
- Inputs, Outputs, and Exit Codes
- Variables, Arguments, and Control Flow
- Parsing Text and Output
- Bash vs PowerShell vs Python
- Writing Safe Small Scripts
Scope
- Beginner scripting practice
- Small automations that support Linux, Windows, cloud, and project work