Run Lubuntu Desktop on Docker Using Webtop

Posted on Sun 19 April 2026 in Docker • Tagged with Docker, Lubuntu, Linux, Webtop, Container

TLDR;

GitHub Token

To pull container images from GitHub's registry, you need a Personal Access Token (PAT).

  1. Go to GitHub Token Settings
  2. Click Generate new token (classic)
  3. Give it a descriptive name and set an expiry
  4. Under scopes, check read:packages
  5. Click Generate token and copy it right away — you …

Continue reading

Using Free Cloud-Based LLMs via Ollama on Ubuntu

Posted on Sun 19 April 2026 in GenAI Engineering • Tagged with ollama, llm, ubuntu, cloud-llm, local-ai, kactii, linux


Ollama is a lightweight, open-source LLM runner. Its :cloud model suffix lets you route prompts to free-tier hosted models — no GPU, no paid API key required. Useful for learning, prototyping, and small projects on modest hardware.

This post covers the full Ubuntu setup: manual install, service startup, chatting with Kimi …


Continue reading