From 103fe0edddef3740bbf7eb00964cfd09902b07c9 Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Sat, 8 Feb 2025 20:33:36 -0600 Subject: [PATCH] Initial commit: Add Linux sysadmin learning journey documentation --- README.md | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..57d90d2 --- /dev/null +++ b/README.md @@ -0,0 +1,77 @@ +# Linux System Administration Learning Journey + +## 👋 Introduction +This repository documents my journey to becoming a Linux System Administrator. Here, I track my progress, document projects, and showcase the skills I'm developing. + +## 🎯 Learning Goals +- Master Linux system administration fundamentals +- Develop automation and scripting skills +- Build practical experience through hands-on projects +- Achieve relevant certifications +- Prepare for a career in Linux system administration + +## 📂 Repository Structure +linux-sysadmin-journey/ +├── projects/ # Detailed documentation of all projects +├── notes/ # Study notes and command references +├── certifications/ # Certification progress and study materials +└── resources/ # Useful links and learning resources + +## 🚀 Current Focus +- Setting up home lab environment +- Learning basic Linux commands and system navigation +- Understanding system administration fundamentals + +## 📊 Progress Tracker +### Completed +- [x] Repository setup +- [x] Initial learning path planning + +### In Progress +- [ ] Home lab setup +- [ ] Basic command line proficiency + +### Upcoming +- [ ] User and permission management +- [ ] Network configuration +- [ ] System monitoring + +## 🛠️ Projects +1. **Home Lab Setup** + - Virtual machine environment + - Basic system configuration + - Remote access setup + +2. **Basic System Administration** + - User management + - Package management + - Service configuration + +[More projects to be added as I progress] + +## 📚 Learning Resources +- [Linux Journey](https://linuxjourney.com/) +- [OverTheWire: Bandit](https://overthewire.org/wargames/bandit/) +- [Linux Upskill Challenge](https://linuxupskillchallenge.org/) + +## 📝 Notes +Important concepts, commands, and configurations are documented in the [notes/](./notes/) directory. + +## 🎓 Certifications +Target certifications and progress: +- [ ] CompTIA Linux+ +- [ ] RHCSA +- [ ] LFCS +- [ ] Additional certifications to be added + + +## 📞 Contact +Feel free to reach out if you have suggestions or want to connect! +- GitHub: [Your GitHub Profile] +- LinkedIn: [Your LinkedIn Profile] + +## 📜 License +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. + +--- +Last Updated: [Current Date]