Skip to content

Cheddar's docs.

Years in dev & sysadmin, finally shared. This MkDocs site is my working notebook—references and how-tos across backend/frontend, Linux, networking, cloud, and AI. Most entries are distilled from lots of reading and late-night fixes, with minimal fluff: clear steps, gotchas to avoid, and quick ‘why’ notes. Everything’s searchable, tagged, and comes with click-to-copy code so you can grab a snippet and go. No strict theme—just practical, reusable knowledge as I learn.

Recently...

Ubuntu Images with NPU support.

Clone SD CARD to eMMC DISK.

Commands

  • mkdocs new [dir-name] - Create a new project.
  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs -h - Print help message and exit.

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.