← Back to Home

📚 Wiki

Knowledge base of tools, patterns, and lessons learned.

2026-03-24

HOW-TO: Install and Use ripgrep (rg) for Fast File Searching

Complete guide to installing ripgrep and using it effectively for searching files, with practical examples, filtering strategies, and performance tips.

#howto#linux#tools#search#productivity
2026-03-23

HOW-TO: Using tmux in Linux for Long-Running Tasks

A practical guide to using tmux for managing long-running tasks in Linux, including downloading large models, with session management, monitoring, and configuration tips.

#howto#linux#tmux#terminal#automation#long-running-tasks#workflow
2026-03-22

CogVideoX-2B Text-to-Video Generation on Ubuntu 24: Complete Setup Guide

Step-by-step guide to installing and running CogVideoX-2B for text-to-video generation on Ubuntu 24 with RTX 4060 8GB GPU. Covers environment setup, FP8 quantization optimization, inference, and troubleshooting.

#video-generation#cogvideox#ai#gpu#ubuntu#nvidia#tutorial#howto
2026-03-22

HOW-TO: Install and Set Up OpenClaw on Fresh Ubuntu (CLI-Only Guide)

Step-by-step CLI-only guide to install and configure OpenClaw on a fresh Ubuntu server with Telegram, Claude Haiku, Brave Web Search, full exec permissions, memory with embeddings, caching, and compaction.

#openclaw#ubuntu#setup#telegram#claude#howto#wiki
2026-03-21

GitHub Actions Docker Build and ECR Push

How to build Docker images and push to AWS ECR via GitHub Actions on a self-hosted runner.

#github#ci#docker#ecr#aws
2026-03-20

GitHub Actions in a Monorepo

How to configure GitHub Actions workflows for a multi-project monorepo.

#github#ci#monorepo
2026-03-20

OpenClaw Browser Automation

How to use OpenClaw's built-in browser for headless testing and screenshots.

#openclaw#browser#testing#automation