⬡ Amar Bhattarai
  • Home
  • About
  • Disclaimer
  • Privacy Policy
  • Contact
No Space Left on Device on Linux: How to Fix It
Quick answer: Run df -h to identify which partition is at 100%. Use du -h --max-depth=1 /path | sort -rh | head -20 to drill into it. The three faste…...
Read article →
apt history undo: Rollback apt Changes in Ubuntu 26.04
Ubuntu 26.04 (Resolute Raccoon) ships with APT 3.2, which adds native transaction history. To undo a package install, run sudo apt history-undo . Fi…...
Read article →
Fix "Unable to Locate Package" Error on Ubuntu
Quick answer: E: Unable to locate package is a metadata error, not a network error. APT searches a local package index — not the internet — when you r…...
Read article →
Fix SSH Permission Denied (publickey) Error
TL;DR: permission denied (publickey) means SSH couldn't match your private key to an authorized public key on the server. Most common causes: your…...
Read article →
Wayland vs X11: Fix Broken Apps on Ubuntu 26.04
Ubuntu 26.04 "Resolute Raccoon" ships with GNOME 50, and GNOME 50 is Wayland-only. There is no X11 session at the login screen, and editing…...
Read article →
Ubuntu 26.04 New Features: Resolute Raccoon Explained
The Ubuntu 26.04 new features span kernel, desktop, security, and core system infrastructure — and several carry real upgrade implications if you'…...
Read article →
How to Upgrade to Ubuntu 26.04 LTS Safely
Ubuntu 26.04 LTS (Resolute Raccoon) was released on April 23, 2026. The upgrade path from 24.04 LTS is officially supported and runs through do-relea…...
Read article →
Clean Install Windows 11 from USB (2026 Guide)
A clean install of Windows 11 takes about 45 minutes from booting the USB to seeing the desktop. You need an 8 GB USB drive, an ISO from Microsoft, a…...
Read article →
Older Posts →
// Topics
authentication Networking phishing Security tips Tools troubleshooting Windows