Where MySQL Stores Database Files and How to Change the datadir Path
How to find MySQL datadir via config, mysqld, and SQL query, what is stored in /var/lib/mysql, and how to correctly migrate data to another disk including permissions and AppArmor.
Industry news, reviews and helpful articles about hosting
How to find MySQL datadir via config, mysqld, and SQL query, what is stored in /var/lib/mysql, and how to correctly migrate data to another disk including permissions and AppArmor.
The ss command in Linux — listening ports with processes via ss -tlnp, filtering by port and IP, TCP states, statistics with ss -s, and real-time monitoring with watch.
How to copy and paste in tmux — copy-mode with vi keys, multiple tmux buffers, syncing with system clipboard via xclip on Linux and pbcopy on macOS.
How to install Claude Code on Windows — native PowerShell installer, WinGet, WSL, and deprecated npm. Fixing PATH issues, authentication, claude doctor, and configuring auto-updates.
Load Average in Linux — what the three uptime numbers mean, how to calculate normal values by core count, why LA rises with low CPU, D-state processes, and diagnostics with vmstat and iostat.
figlet in Linux — ASCII art from text, font selection, SSH login banner via /etc/motd, colored output with lolcat, and the toilet alternative with borders and filters.
What to do when apt-get command not found — checking the distribution, file permissions, broken PATH, and reinstalling apt via dpkg. Table of alternative package managers.
LTS in Ubuntu and Linux — what Long-Term Support means, how many years 20.04, 22.04, and 24.04 are supported, how LTS differs from regular releases, and when to choose each for a server.
Restarting services in Linux with systemctl — difference between restart and reload, checking status, reading logs with journalctl, enabling autostart, and service names across distributions.