Docker

Mastering Dev Containers in VS Code

Mastering Dev Containers in VS Code

Create consistent, portable, and reproducible development environments using Dev Containers

Developers often face the “works on my machine” dilemma due to dependency mismatches, tool versions, or OS differences. Dev Containers in Visual Studio Code (VS Code) solve this elegantly — by letting you develop inside a containerized environment configured specifically for your project.

Self-hosting Perplexica - with Ollama

Self-hosting Perplexica - with Ollama

Running copilot-style service locally? Easy!

That’s very exciting! Instead of calling copilot or perplexity.ai and telling all the world what you are after, you can now host similar service on your own PC or laptop!

Gitea SSL with Apache as reverse proxy

Gitea SSL with Apache as reverse proxy

To use container registry in k8s we need it over ssl

We want to host a nice and secure container registry - to push docker images there and our kubernetes cluster would pull them from this registry. So came the idea to use the gitea over ssl.

Reinstall Linux

Reinstall Linux

Regularly happens

Need to have some standard post-install task sequence for the reference, so recording it here.