LocalAI on Linux: Deploy an OpenAI-Compatible API Server with Local Models
AI

LocalAI on Linux: Deploy an OpenAI-Compatible API Server with Local Models

Set up LocalAI on Linux as a drop-in OpenAI API replacement. Covers Docker and binary installation, GGUF models, GPU...

14 min
Ollama Python API: Build Linux Administration Tools with Local LLMs
AI

Ollama Python API: Build Linux Administration Tools with Local LLMs

Use the Ollama Python library to build practical sysadmin tools — log analyzers, config generators, incident...

19 min
Running Multiple Ollama Models: Memory Management and Optimization Guide
AI

Running Multiple Ollama Models: Memory Management and Optimization Guide

Configure Ollama to run multiple models simultaneously on Linux with proper VRAM partitioning, memory scheduling, model...

16 min
Kubernetes Ollama Deployment: Production GPU Scheduling and Scaling Guide
AI

Kubernetes Ollama Deployment: Production GPU Scheduling and Scaling Guide

Deploy Ollama on Kubernetes with GPU scheduling via nvidia-device-plugin, Helm charts, PersistentVolumeClaims for model...

14 min
GPU Monitoring for AI Workloads on Linux: Tools, Dashboards, and Alerts
AI

GPU Monitoring for AI Workloads on Linux: Tools, Dashboards, and Alerts

Deep dive into gpu monitoring linux ai tools: nvidia-smi, nvtop, gpustat, Prometheus exporters, and Grafana dashboards....

19 min
Ollama Behind Nginx: Reverse Proxy with Authentication, SSL, and Rate Limiting
AI

Ollama Behind Nginx: Reverse Proxy with Authentication, SSL, and Rate Limiting

Production guide to running Ollama behind Nginx with SSL termination, basic and API key authentication, per-IP rate...

17 min
AnythingLLM on Linux: Self-Hosted RAG with Ollama and Document Chat
AI

AnythingLLM on Linux: Self-Hosted RAG with Ollama and Document Chat

Set up AnythingLLM on Linux with Docker or bare metal, connect Ollama for local inference, ingest documents for RAG,...

15 min
LibreChat on Linux: Complete Installation and Multi-Provider Configuration Guide
AI

LibreChat on Linux: Complete Installation and Multi-Provider Configuration Guide

Deploy LibreChat on Linux with Docker Compose, connect Ollama, OpenAI, Anthropic, and Azure simultaneously, configure...

14 min
NVIDIA Container Toolkit on Linux: GPU Setup for Docker AI Workloads
AI

NVIDIA Container Toolkit on Linux: GPU Setup for Docker AI Workloads

Complete guide to installing the NVIDIA Container Toolkit on Ubuntu, Debian, Fedora, and RHEL. Configure Docker and...

18 min
n8n and Ollama: Build Self-Hosted AI Automation Workflows on Linux
AI

n8n and Ollama: Build Self-Hosted AI Automation Workflows on Linux

Connect n8n workflow automation to local Ollama for private AI-powered workflows on Linux. Build an email summarizer,...

17 min