Articles archived from the previous site
Yocto Layers Explained: How to Create and Add meta-xxx Layers
Understand how Yocto layers work, create your own custom layer from scratch, add external BSP layers like meta-raspberrypi, and customize recipes with .bbappend files.
Jan 12, 2026 · 8 minBuilding a Custom Linux for Raspberry Pi with Yocto: Complete Guide
Step-by-step guide to building a custom Linux image for Raspberry Pi using Yocto. Covers meta-raspberrypi setup, local.conf configuration, SD card flashing, and Wi-Fi/SSH/GPIO setup.
Jan 12, 2026 · 8 minHow to Write Yocto Recipes: A Complete .bb File Guide
Learn to write Yocto recipes from scratch: Hello World to GitHub source fetching, CMake/Autotools inheritance, systemd services, and adding packages to your Linux image.
Jan 12, 2026 · 8 minInstall n8n Locally with Docker Desktop: Complete Setup Guide
Step-by-step guide to running n8n on your local PC using Docker Desktop. Covers data persistence, auto-restart, basic workflow creation, and updates — for Windows and Mac.
Dec 27, 2025 · 8 minThat Video File Could Be a Trap: FFmpeg Vulnerabilities in Video Editors
How malicious video files exploit outdated FFmpeg libraries in video editing software. Real attack scenarios, CVE examples, and three concrete steps creators should take now.
Dec 26, 2025 · 8 minRust Server: Self-Hosted vs Rental — Which One Should You Use?
Honest comparison of running a Rust server yourself vs renting one. Covers cost, setup difficulty, mod support, and which option fits different playstyles and budgets.
Dec 25, 2025 · 7 minLossless Video Trimming with FFmpeg: The -c copy Approach
How to cut video clips instantly without re-encoding using FFmpeg's stream copy mode. Covers the GOP keyframe constraint, input seeking, and troubleshooting sync issues.
Dec 23, 2025 · 6 minExtract the Last Frame of a Video Instantly with FFmpeg
How to extract the final frame of any video without decoding the whole file. Explains -sseof and -update 1 internals, with ready-to-use scripts for PowerShell and Bash.
Dec 22, 2025 · 5 minFFmpeg v8 + SVT-AV1: Optimal Encoding Settings for Production
A technical deep-dive into SVT-AV1 encoding with FFmpeg v8. Covers Preset selection, CRF tuning, Film Grain Synthesis, Lookahead configuration, and hardware recommendations for professional video delivery.
Dec 22, 2025 · 7 minFastest Way to Run a Rust Server on Windows [Quick Start]
Get a Rust dedicated server running on Windows in under 10 minutes. Copy-paste commands, minimal explanation, just the steps you need to get started fast.
Jun 26, 2025 · 4 minGoogle Sheets Table Error Fix: No Header Format in Alternating Colors Range
Fix the 'cannot convert a range with alternating colors but no header format to a table' error in Google Sheets with 3 clear methods — plus tips on using the table feature effectively.
Jun 26, 2025 · 6 minRust Raid Cost Guide 2025: Explosives and Materials Needed
Complete reference for Rust raid costs by building material. C4, rockets, and satchels needed for wood, stone, metal, and armored walls — with full crafting costs.
Jun 23, 2025 · 8 minBuilding a Redistributable FFmpeg on Linux
How to build a legally redistributable FFmpeg binary on Linux (Ubuntu, CentOS, Arch). Covers LGPL configure options, excluding patented codecs, packaging, and CI/CD automation.
Mar 27, 2025 · 7 minBuilding a Redistributable FFmpeg on Windows with MSYS2
Step-by-step guide to building a legally redistributable FFmpeg binary on Windows. Covers MSYS2 setup, configure options for LGPL compliance, and troubleshooting common build errors.
Mar 23, 2025 · 7 minHow to Install Mods on Your Rust Server with Oxide/uMod
Complete guide to setting up Oxide (uMod) on a Rust dedicated server. Covers installation, popular plugin recommendations, configuration, and troubleshooting.
Mar 22, 2025 · 8 minComplete Guide to Running a Rust Dedicated Server on Windows
Step-by-step guide to setting up a Rust game server on Windows using SteamCMD. Covers port forwarding, admin setup, useful commands, and troubleshooting.
Mar 21, 2025 · 8 minFFmpeg Ecosystem: VPS, GPU Cloud, GUI Tools, and Learning Resources
Everything you need to go beyond local FFmpeg usage. Covers VPS selection, GPU cloud for fast encoding, GUI tools built on FFmpeg, and the best resources for learning.
Mar 20, 2025 · 8 minFFmpeg libavutil Guide: Functions, Usage, and Code Examples
A deep dive into FFmpeg's libavutil library. Covers memory management, timestamp conversion, error handling, and pixel format utilities with complete C code examples.
Mar 19, 2025 · 8 minFFmpeg Tutorial: A Practical Guide to Essential Commands
Learn FFmpeg from scratch with real, runnable commands. Covers format conversion, audio extraction, video compression, trimming, merging, subtitles, and more.
Jul 19, 2024 · 8 minHow to Install FFmpeg on Windows, Mac, and Linux
A complete guide to installing FFmpeg on any platform. Covers environment variables, version verification, and troubleshooting the most common setup issues.
Jun 10, 2024 · 6 minYocto Project Complete Beginner's Guide: Your First Custom Linux Build
Learn Yocto Project from scratch: understand BitBake, layers, and recipes, set up your Ubuntu build environment, and boot your first Linux image in QEMU.
Mar 24, 2024 · 8 minThe Complete Guide to Linux Aliases: Make Your Shell 10x Faster
From alias basics to persistent configs, git/docker shortcuts, oh-my-zsh plugins, and shell functions — everything you need to supercharge your terminal workflow.
Nov 23, 2021 · 7 minwget Complete Guide: File Downloads, Batch Processing, and Automation
Learn wget from the basics to advanced usage: batch downloads, resuming interrupted transfers, site mirroring, scripting, and when to use curl instead.
Nov 23, 2021 · 7 min