{"id":50767907,"url":"https://github.com/amigoscode/devops-exercises","last_synced_at":"2026-06-11T15:03:37.613Z","repository":{"id":363327091,"uuid":"1262837685","full_name":"amigoscode/devops-exercises","owner":"amigoscode","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-08T11:28:10.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T13:19:53.724Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amigoscode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-08T11:19:51.000Z","updated_at":"2026-06-08T11:28:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/amigoscode/devops-exercises","commit_stats":null,"previous_names":["amigoscode/devops-exercises"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/amigoscode/devops-exercises","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fdevops-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fdevops-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fdevops-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fdevops-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amigoscode","download_url":"https://codeload.github.com/amigoscode/devops-exercises/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fdevops-exercises/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34204226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-11T15:03:36.872Z","updated_at":"2026-06-11T15:03:37.601Z","avatar_url":"https://github.com/amigoscode.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amigoscode DevOps Exercises\n\nHands-on, **auto-graded** exercises for the Amigoscode DevOps track. Every exercise\nruns inside a disposable Ubuntu container, so destructive commands are safe, the\nenvironment is identical for everyone, and a script checks your work with instant\n✅ / ❌ feedback.\n\nThe goal: take you from Linux beginner to the practical, day-to-day skills a\n**DevOps engineer** relies on.\n\n## New to Docker \u0026 make?\n\nTwo tools power these exercises - you don't need to know them deeply (you'll learn\nboth properly later in the track), just enough to run the commands:\n\n- **Docker** packages a whole Linux environment into a disposable **container** - a\n  mini Ubuntu machine that boots in seconds and throws away cleanly. Each exercise\n  runs in one, so you can break things (even `rm -rf`) with zero risk to your real\n  computer, and everyone gets the *exact same* environment.\n- **make** is a tiny command runner. Instead of typing long Docker commands, you run\n  short ones like `make start` or `make verify`, and `make` runs the real command for\n  you (defined in each course's `Makefile`).\n\nSo `make start S=01-the-terminal` just means *\"use Docker to spin up the Ubuntu\nsandbox for this exercise and drop me into it.\"* In GitHub Codespaces both are\nalready installed - nothing to set up.\n\n---\n\n## 🚀 Getting started (your own copy + zero install)\n\nYou'll keep **your own copy** of these exercises, and still be able to pull in new\ncontent whenever it's added.\n\n### Step 1 - Fork it (your copy)\n\n[**Fork this repository**](https://github.com/amigoscode/devops-exercises/fork) →\nthis creates `your-username/devops-exercises`, which is yours to keep.\n\n### Step 2 - Open it in GitHub Codespaces (nothing to install)\n\nOn **your fork**: **Code → Codespaces → Create codespace on main**.\n\nWait ~1-2 min while it provisions Docker + `make` + the exercise image (handled by\nthe included [`.devcontainer`](.devcontainer/devcontainer.json)), then:\n\n```bash\ncd 01-linux-fundamentals\nmake start S=01-the-terminal     # pristine Ubuntu shell, scenario seeded\n#   ...work in the container; when done, type 'exit' (or Ctrl+D) to leave, then:\nmake verify S=01-the-terminal    # grade your work\nmake reset S=01-the-terminal     # fresh start\n```\n\n### Step 3 - Get new exercises later (one click)\n\nWhen new courses or fixes are published, open your fork on GitHub and click\n**Sync fork → Update branch**. Because your work lives in a git-ignored `~/sandbox`,\nupdates merge cleanly - you never lose progress.\n\n### 📓 Document your journey\n\nThe [`my-journey/`](my-journey/) folder is **yours** - log notes, commands and\ntakeaways as you go, then commit and push to your fork. Over time it becomes a\npublic **portfolio of your DevOps journey**. It's never touched by upstream syncs,\nso it stays conflict-free.\n\n## 💻 Prefer your own machine?\n\nClone **your fork** and run the same commands locally - you just need **Docker** and\n**make** installed:\n\n```bash\ngit clone https://github.com/YOUR-USERNAME/devops-exercises.git\ncd devops-exercises/01-linux-fundamentals\nmake build                       # once\nmake start S=01-the-terminal     # enter a pristine Ubuntu shell, scenario seeded\n#   ...work in the container; when done, type 'exit' (or Ctrl+D) to leave, then:\nmake verify S=01-the-terminal    # grade your work\nmake reset S=01-the-terminal     # fresh start\n```\n\n---\n\n## Courses\n\n| # | Course | Status |\n|---|--------|--------|\n| 01 | [Linux Fundamentals](01-linux-fundamentals/) | ✅ 8 sections, fully tested |\n| 02 | [Vim](02-vim/) | ✅ 3 sections, fully tested |\n| 03 | [Linux for Professionals](03-linux-for-professionals/) | ✅ 5 sections, fully tested |\n| 04 | [Shell Scripting](04-shell-scripting/) | ✅ 5 sections, fully tested |\n| 05 | [Git \u0026 GitHub Fundamentals](05-git-github-fundamentals/) | ✅ 4 sections, fully tested |\n\nMore courses in the DevOps track (Git for Professionals, Docker, CI/CD, AWS) will be\nadded with the same format.\n\n## How the exercises work\n\n- **One container per course, per-section seeds** - `make start S=\u003csection\u003e` drops\n  you into a fresh Ubuntu shell with the scenario set up in `~/sandbox`.\n- **Three tiers per section**: warm-up → core → a real DevOps challenge.\n- **Auto-graded**: each section ships a `verify.sh` that scores your work.\n- **Solutions included**: stuck? every section has a `solutions.md` - but try first.\n\n## Repository layout\n\n```\ndevops-exercises/\n├── .devcontainer/            # Codespaces config (Docker-in-Docker + make)\n├── my-journey/               # your notes \u0026 progress (commit to your fork)\n├── 01-linux-fundamentals/    # a course (one folder per course)\n│   ├── Dockerfile            # the shared Ubuntu exercise image\n│   ├── Makefile              # make build / start / verify / reset / stop\n│   └── NN-topic/             # each section: README, seed.sh, verify.sh, solutions.md\n├── 02-vim/\n└── 03-linux-for-professionals/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famigoscode%2Fdevops-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famigoscode%2Fdevops-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famigoscode%2Fdevops-exercises/lists"}