AI & Local LLMs Series

Local LLMs & Self-Hosted AI

Run LLMs locally on Linux: Ollama, Open WebUI, DeepSeek R1, Ollama CLI reference, and open-source model comparisons.

Start with Part 1 → 7 parts · 1 hr 59 min total · read in order
Local LLMs & Self-Hosted AI
  1. 1 Install Ollama on Rocky Linux 10 / Ubuntu 24.04 Part 1 of 7

    Install Ollama on Rocky Linux 10 / Ubuntu 24.04

    Running large language models on your own hardware means no API costs, no data leaving your network, and no rate limits. Ollama makes this straightforward with…

    15 min read·Mar 2026

  2. 2 Install Open WebUI with Ollama on Linux Part 2 of 7

    Install Open WebUI with Ollama on Linux

    Running your own ChatGPT-like interface on hardware you control is no longer a weekend project for tinkerers. Open WebUI (formerly Ollama WebUI) has crossed 124,000 GitHub…

    13 min read·Mar 2026

  3. 3 Ollama Commands Cheat Sheet: CLI and API Reference Part 3 of 7

    Ollama Commands Cheat Sheet: CLI and API Reference

    Every time I need to check a model’s parameter count or hit the embedding endpoint, I end up scrolling through docs. This cheat sheet is the…

    19 min read·Mar 2026

  4. 4 Run DeepSeek R1 Locally with Ollama on Linux Part 4 of 7

    Run DeepSeek R1 Locally with Ollama on Linux

    DeepSeek R1 does something most open-source models skip: it shows its reasoning. When you ask it a question, it thinks through the problem step by step…

    11 min read·Mar 2026

  5. 5 Open Source LLM Comparison Table (2026) Part 5 of 7

    Open Source LLM Comparison Table (2026)

    The open-source LLM landscape has shifted dramatically. Models like Qwen 3.5, DeepSeek V3.2, GLM-5, and Llama 4 now match or beat proprietary alternatives on key benchmarks,…

    15 min read·Mar 2026

  6. 6 Ollama Models Cheat Sheet 2026 (Llama, Mistral, Gemma, DeepSeek, Qwen Compared) Part 6 of 7

    Ollama Models Cheat Sheet 2026 (Llama, Mistral, Gemma, DeepSeek, Qwen Compared)

    Ollama makes running open-weight LLMs locally as easy as ollama run, but the hard part is picking which model to run. The library now ships hundreds…

    25 min read·May 2026

  7. 7 Self-Hosted RAG Pipeline with Ollama and pgvector (No API Keys) Part 7 of 7

    Self-Hosted RAG Pipeline with Ollama and pgvector (No API Keys)

    This guide builds a Retrieval Augmented Generation pipeline that runs entirely on your hardware. No OpenAI key, no Anthropic key, no telemetry. PostgreSQL with pgvector stores…

    21 min read·May 2026

Press ESC to close