Sysadmin roadmap

Revision as of 16:24, 29 October 2025 by Akshay (talk | contribs) (stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you would like to be a system administrator, or someone who self-hosts a lot of software, you need to build sysadmin skills. Here is a suggested learning roadmap for your growth.

Hosting

Host an HTML website

Deploy a website made with pure HTML. You could use Codeberg Pages.

Host a static website generated with a static site generator

Deploy a website generated with a static site generator like Hugo. Try to automate the deployments using a CI/CD provider.