Run Qwen3 and MiniCPM5-1B Locally on Linux with llama.cpp (2026 Guide)

dean
title: “Run Qwen3 and MiniCPM5-1B Locally on Linux with llama.cpp (2026 Guide)” date: 2026-07-14 categories: [“linux-software”] tags: [“llama.cpp”, “qwen3”, “minicpm5”, “local-llm”, “ai”, “ollama”, “ubuntu”, “fedora”, “arch”, “gpu-inference”] Run Qwen3 and MiniCPM5-1B Locally on Linux with llama.cpp (2026 Guide) In 2026, running a real large language model on your own Linux machine is no longer exotic.... » read more

How to Install PeaZip on Linux: DEB, RPM, AppImage, and Flatpak (2026 Guide)

dean
title: “How to Install PeaZip on Linux (DEB / RPM / AppImage in 2026)” date: 2026-07-14 categories: [“linux-software”] tags: [“peazip”, “archive-manager”, “linux”, “appimage”, “7zip”, “ubuntu”, “fedora”, “arch”] How to Install PeaZip on Linux: DEB, RPM, AppImage, and Flatpak (2026 Guide) If you’ve ever missed 7-Zip or WinRAR on Linux, PeaZip is the closest thing to... » read more

Fedora 42 China Mirrors: Tsinghua & Aliyun Repository Setup

dean
Fedora China Mirrors: Tsinghua & Aliyun Repository Setup Fedora 36+ uses DNF for package management — config files are in /etc/yum.repos.d/. Tsinghua Mirror sudo sed -i 's/metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora/#mirrorlist=https://mirrors.tuna.tsinghua.edu.cn/fedora/metalink?repo=fedora/g' /etc/yum.repos.d/fedora.repo sudo sed -i 's/metalink=https://mirrors.fedoraproject.org/metalink?repo=updates/#mirrorlist=https://mirrors.tuna.tsinghua.edu.cn/fedora/updates/?metalink/g' /etc/yum.repos.d/fedora-updates.repo sudo dnf makecache Aliyun Mirror sudo sed -i 's/metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora/#mirrorlist=https://mirrors.aliyun.com/fedora/mirrors/metalink?repo=fedora/g' /etc/yum.repos.d/fedora.repo sudo dnf makecache It’s even better if you also switch the Fedora... » read more