Tutorials
Step-by-step technical guides on Docker, Linux, Python, Go, and more.
Page 8 of 35
Kali Linux for Beginners: Installation, Initial Setup and First Steps (2026)
Kali Linux for beginners: how to install Kali Linux in 2026, initial configuration, essential tools, update system, and start with ethical hacking basics.
LangGraph Tutorial 2026: Build Stateful AI Agents with Python
LangGraph tutorial 2026: build stateful AI agents in Python using StateGraph, nodes, edges, and checkpointers. Full ReAct agent example with tool calling and human-in-the-loop.
LiteLLM Tutorial 2026: Use OpenAI, Claude, and Ollama with One Python API
LiteLLM tutorial 2026: call OpenAI, Claude, Gemini, and Ollama with one unified Python API. Setup proxy server, fallbacks, cost tracking, and load balancing.
n8n + AI on Linux: Self-Hosted Workflow Automation with LLMs (2026)
Run n8n on Linux and automate workflows with AI and local LLMs. Install n8n via Docker, set up AI Agent nodes with Ollama, build real automations, and run as a systemd service. Free 2026 guide.
Ollama on Linux: Run Local LLMs, Manage Models and Use the API (2026)
Complete Ollama guide for Linux: install, run LLMs locally, manage models, use the REST API, Python integration, and GPU acceleration with NVIDIA or AMD.
Ollama + Open WebUI on Linux: Run a Local ChatGPT Server (2026)
Set up Ollama and Open WebUI on Linux for a free self-hosted ChatGPT alternative. Run llama3.2, mistral, and qwen2.5 locally with GPU support and nginx reverse proxy.
OpenAI Function Calling in Python: Complete Guide 2026 (Tools, Parallel Calls, Streaming)
Learn OpenAI function calling in Python 2026. Define tools, handle tool_calls, run parallel function calls, stream with tools, and build a real assistant with weather and calendar tools.
PostgreSQL Backup and Restore: pg_dump, pg_basebackup and Point-in-Time Recovery (2026)
Complete PostgreSQL backup and restore guide: pg_dump for logical backups, pg_basebackup for physical backups, WAL archiving, and Point-in-Time Recovery (PITR) in 2026.
PydanticAI Tutorial 2026: Build Type-Safe AI Agents in Python
PydanticAI tutorial 2026: build type-safe AI agents in Python with FastAPI-style dependency injection. Covers tools, structured results, testing without LLM calls, and local Ollama integration.
RAG with Python, LangChain and PostgreSQL pgvector as Vector Store (2026)
Build a RAG pipeline with Python, LangChain, and PostgreSQL pgvector. Load documents, create embeddings, store in pgvector, and query with an LLM. Complete working example.