Systemd Service Not Starting? How to Fix It
Systemd service not starting? Read journalctl the right way, fix the five causes behind most failures, and get the unit back to active in minutes.
14 entradas
Systemd service not starting? Read journalctl the right way, fix the five causes behind most failures, and get the unit back to active in minutes.
GGUF quantization levels compared: Q4_K_M vs Q8_0 perplexity, file size math, VRAM per level, and one rule for picking the right quant for your GPU.
Git cherry-pick explained: copy a commit from another branch, pick multiple commits or a range, fix conflicts, and know when merge or rebase fits better.
Cron vs systemd timers compared: syntax, logging, catch-up runs and dependencies — plus a decision table so your next scheduled job lands in the right place.
llama.cpp vs Ollama: Ollama wraps llama.cpp for convenience, raw llama.cpp wins on speed and control. Benchmarks, GPU offload flags, and when each wins.
Git remove untracked files safely with git clean: dry-run first, -fd for directories, -x for ignored files — plus why git clean isn't removing anything.
Rsync vs scp: rsync resumes a dropped transfer and copies only what changed — scp just copies. Speed numbers, the flags that matter, and when scp still wins.
How to run GGUF models locally: one-line Ollama pulls, llama.cpp straight off a Hugging Face URL, and how to pick the right quant for your VRAM.
git sync fork with upstream three ways: the two-command pull, a rebase for clean history, GitHub's sync button — plus fixes when your fork won't sync.
ss vs netstat: netstat is legacy on modern Linux, and ss replaces it flag for flag. Get the mapping table, find the process behind any port, and a cheat sheet.
The best local LLM for coding by VRAM bracket: Qwen3 Coder vs DeepSeek at 8, 12, 16 and 24 GB, the right quant per card, plus a runnable Ollama setup.
Git undo last commit the safe way: keep the changes with reset --soft, unstage with --mixed, or fix a pushed commit with revert — exact commands for each.
journalctl cheat sheet for real work: tail logs, grab the last 100 lines, follow a live service and filter by unit or time — copy-paste commands that just work.
Ollama vs LM Studio compared for real dev work: install, GPU use, speed and API serving — with runnable commands so you can pick the right tool today.