Insane Hugo Pipeline for Arch Linux Inspired by NetworkChuck’s I started a blog…..in 2024 (why you should too) video. The guide is here: https://hugo.insanelogs.xyz/posts/hugo-pipeline/ I made a test Hugo website myself using the same guide. So I...
Linux distributions can be largely classified under three umbrellas: Debian-Based Arch-Based RedHat-Based Philosophically, Debian-based systems prioritize stability, Arch-based systems focus on simplicity, minimalism, and user control, while Red...
Reboot is required when Linux kernel is updated. Ubuntu has a nice MOTD that reminds user to reboot the machine. There is a simple implementation for Arch Linux. Append the following to end of ~/.bashrc: versionUpdated=$(vercmp $(pacman -Q linux | cu...
Note: This is specific to ArcoLinux distro If you get an error like so: error: database 'arcolinux_repo' is not valid (invalid or corrupted database (PGP signature)) error: database 'arcolinux_repo_3party' is not valid (invalid or corrupted database ...
Remote access tools like TeamViewer are essential for managing computers and servers remotely. TeamViewer is popular on Linux for its cross-platform support and intuitive interface. In this guide, we will cover how to download and install TeamViewer ...