my-linux-journey
linux-toolbox
linux-toolbox
linux-toolbox
git clone https://github.com/lvazmecheng/my-linux-journey.git
cd my-linux-journey/scripts
chmod +x <script_name>.sh - Version Control: Using Git to track my learning daily.
- Technical Writing: Explaining complex Linux permissions and networking in plain English.
- Automation Mindset: Thinking about how to turn a manual task into a repeatable script. - Linux Toolbox - Structured command references and lab notes.
- Automation Scripts - Functional Bash scripts designed to automate the tasks practiced in the labs. - Linux Fundamentals (Unhatched) - Initial CLI exposure.
- System Administration (Essentials) - Current Focus: Permissions, Archiving, and System Logic.
- Python Automation (Subprocess) - Next Milestone: Bridging Linux CLI with Python logic. - Explore the Toolbox: Navigate to the linux-toolbox folder for documented commands.
- Run the Scripts: Clone the repo: git clone https://github.com/lvazmecheng/my-linux-journey.git Navigate to the scripts: cd my-linux-journey/scripts Make a script executable: chmod +x <script_name>.sh
- Clone the repo: git clone https://github.com/lvazmecheng/my-linux-journey.git
- Navigate to the scripts: cd my-linux-journey/scripts
- Make a script executable: chmod +x <script_name>.sh - Clone the repo: git clone https://github.com/lvazmecheng/my-linux-journey.git
- Navigate to the scripts: cd my-linux-journey/scripts
- Make a script executable: chmod +x <script_name>.sh - Previous Milestone: Completed Cisco Linux Unhatched - This provided my foundation in CLI basics.
- Next Milestone: Once I wrap up Linux Essentials, my next goal is to integrate these Linux skills with Python automation.