32blogby StudioMitsu
Archive

Articles archived from the previous site

archive

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 min
archive

Building 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 min
archive

How 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 min
archive

Install 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 min
archive

That 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 min
archive

Rust 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 min
archive

Lossless 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 min
archive

Extract 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 min
archive

FFmpeg 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 min
archive

Fastest 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 min
archive

Google 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 min
archive

Rust 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 min
archive

Building 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 min
archive

Building 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 min
archive

How 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 min
archive

Complete 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 min
archive

FFmpeg 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 min
archive

FFmpeg 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 min
archive

FFmpeg 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 min
archive

How 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 min
archive

Yocto 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 min
archive

The 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 min
archive

wget 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