⌨ Category

Linux & Unix

Kernel errors, dependency hell, permission issues, systemd units.

381 solutions
Page 12 of 16
Sort: Newest Most Viewed A–Z
umount: target is busy.
Fix 'umount: target is busy' on Linux USB drive
The kernel says the USB mount point is in use. Start with the lazy unmount, then find the culprit pr...
Intermediate 👁 147 May 29, 2026
bash: command not found
Fixing 'bash: command not found' on Linux – What Actually Works
PATH issues or missing packages cause this. Check your PATH first, then install the package. Don't w...
Beginner 👁 121 May 29, 2026
Fix Google search redirect loop on Linux: kill cookies & session storage
Google search redirect loop on Linux usually means corrupted cookies or session storage. The fix is ...
Intermediate 👁 45 May 29, 2026
Permissions 0644 for '/home/user/.ssh/id_rsa' are too open.
Fix 'Permission Denied' on SSH Key: chmod 600 Isn't Working
SSH rejects your key if anyone else can read it. Here's the exact fix and why OpenSSH is so touchy a...
Beginner 👁 120 May 29, 2026
Fix 'Permission denied' on Linux when running shell scripts
Running a shell script with 'Permission denied' usually means the execute bit is missing. Here's how...
Beginner 👁 136 May 29, 2026
301 redirect loop
Nginx redirect loop: how to fix the 301 redirect cycle on Linux
A 301 redirect loop happens when your Nginx config sends the client in a circle. Here's how to trace...
Intermediate 👁 66 May 29, 2026
chmod: invalid mode
Fixing 'chmod: invalid mode' when setting permissions on symlinks
Getting 'invalid mode' when trying to chmod a symlink? It's not a typo—chmod has specific rules for ...
Intermediate 👁 93 May 29, 2026
mount: /mnt: special device /dev/sdb1 does not exist
Fix 'mount: /mnt: special device /dev/sdb1 does not exist'
Gets you past the 'special device does not exist' error when mounting drives on Linux. Covers wrong ...
Beginner 👁 227 May 29, 2026
bash: command not found
Fix 'bash: command not found' on Linux in 2 Minutes
The PATH variable got corrupted or empty. Quick fix: export PATH=/usr/local/sbin:/usr/local/bin:/usr...
Beginner 👁 112 May 29, 2026
Permission denied (publickey)
Fix 'Permission Denied' for SSH Key on Linux (chmod 600)
SSH keys need strict permissions. If they're too open, SSH flat-out refuses them. Quick chmod fix, t...
Beginner 👁 63 May 28, 2026
Permission denied (publickey)
Linux 'Permission Denied' fix for SSH public key login
This error happens when SSH public key auth fails. Usually it's bad permissions on .ssh or authorize...
Intermediate 👁 66 May 28, 2026
Permission denied (publickey)
Fix: Permission denied (publickey) in SSH on Linux
SSH rejects your key because permissions on ~/.ssh or its contents are too open, or the wrong key is...
Beginner 👁 151 May 28, 2026
W: GPG error: ... NO_PUBKEY <key>
ChromeOS Linux: 'W: GPG error' on apt update — fix 2025
When ChromeOS Linux container's apt update fails with missing GPG keys, it's usually because the con...
Beginner 👁 100 May 28, 2026
Permission denied
Fix 'Permission denied' when running sudo commands on Ubuntu 22.04
You're locked out of sudo on Ubuntu 22.04. The fix is checking /etc/sudoers syntax and ensuring your...
Intermediate 👁 88 May 28, 2026
Invalid class name
Fix 'Invalid class name' error in Linux shell scripts
This error pops up when a shell script tries to use a Java class name with bad formatting. Here's ho...
Beginner 👁 40 May 28, 2026
Fix 'Permission denied' in Linux when running scripts with ./
Getting 'Permission denied' when you try to run a script with ./? The fix is almost always adding ex...
Beginner 👁 75 May 28, 2026
Read-only file system
Fix 'Read-only file system' on a Linux mount in 3 steps
You can't write to a drive because the kernel locked it read-only. Start with a quick remount, then ...
Intermediate 👁 58 May 28, 2026
java.lang.NoClassDefFoundError: Invalid class name
Invalid class name error in Linux – fix for Java apps
Shows when Java class files break or paths are wrong. Here's the real fix, not guesswork....
Intermediate 👁 51 May 27, 2026
Hunting down 'buffer I/O error on device' at Linux boot
Seen this error during boot? It's not a panic—just a disk or controller issue. Let's trace the devic...
Intermediate 👁 195 May 27, 2026
command not found
Fixing 'bash: command not found' on Linux (PATH issues)
You're seeing 'command not found' because your shell can't locate the binary. This usually means a P...
Intermediate 👁 54 May 27, 2026
Permission denied (publickey)
Fixing 'Permission denied' (publickey) SSH errors on Linux
You're getting kicked out of SSH with 'Permission denied (publickey)'. Nine times out of ten it's wr...
Intermediate 👁 55 May 27, 2026
Invalid class name error in JavaScript on Linux: quick fix
Invalid class name error in JavaScript usually means you're using a reserved word or bad syntax. The...
Beginner 👁 49 May 27, 2026
invalid class name
Fix 'invalid class name' in Linux & Unix — quick to deep
The 'invalid class name' error in Linux/Unix typically hits when a script or program expects a valid...
Beginner 👁 48 May 27, 2026
EACCES / Permission denied
Fixing 'Permission Denied' on Linux Files
Got 'Permission denied' when trying to read or execute a file? Usually it's missing execute permissi...
Beginner 👁 86 May 27, 2026
Other Categories
Windows Errors Database Errors Software – Microsoft Office Hardware – Printers View all →