Running Multiple MySQL Daemons on the Same ServerMay 5, 2025 · 3 min readI have multiple, write-heavy databases on a single server. I have MySQL installed in the default /var/lib/mysql directory, but create my table .Read More
journalctl LogsMay 5, 2025 · 2 min readThe journalctl command is used to query and display messages from the journal, which is a component of the systemd system and service manager.Read More
Autostart Node AppApr 22, 2025 · 1 min readThe easiest way to manage Nodejs runtimes is to use NVM (Node Version Manager).Read More
Github Deploy KeysApr 22, 2025 · 2 min readThe easiest way to clone, pull and push code to a private repo on Github is to use a deploy key.Read More
Ubuntu: Disable Auto UpdatesApr 16, 2025 · 1 min readUbuntu 24.04 server comes with automatic updates enabled by default. This is a good thing for most users, but if you are running a server and want to control when updates are installed, you can disable it.Read More