Taming the KDE Plasma Beast: Desktop Responsiveness on Arch Linux
When your beefy Ryzen 9 system locks up during a simple pacman -Syu, something is very wrong. Here’s how to stop Baloo, ClamAV, and poor IO scheduling from hijacking your desktop. ...
When your beefy Ryzen 9 system locks up during a simple pacman -Syu, something is very wrong. Here’s how to stop Baloo, ClamAV, and poor IO scheduling from hijacking your desktop. ...
Got a Lenovo Yoga 6 2-in-1 and frustrated that your fingerprint reader isn’t working on Arch Linux? You’re not alone. The standard fprintd package doesn’t include the necessary firmware for this laptop’s Synaptics sensor. ...
When sudo mkinitcpio -P fails because your boot partition is full, you’ve got a fun problem. The culprit? That massive fallback initramfs taking up precious space on a tiny boot partition. ...
This is a guide written on how to share the same Bluetooth device(s) across Windows and Linux without having to uniquely pair each. ...
It’s a good idea to update your GPG key(s) before they expire. Mine is set to expire year, from whence I last updated the expiration. Let’s explore how this is done! ...
With some minor dependencies, it’s fairly straightforward in setting up your Emacs workflow to include IntelliSense-like auto-completion! ...
It’s generally good security practice to ensure that you’re running a secure kernel, and the best way to do so is by running a hardened Linux kernel. ...
Having been inspired by the HIBP1 password checker, I set out to write a script with the following goals: Check for duplicate/re-used passwords Check the strength of each password Check passwords against the pwnedpass API ...
I decided to start signing my Git commits for personal, and work Git repositories. Currently, most third-party Git repository hosts only support signed commits and do not support signed pushes. ...
This is a guide written on how to install Arch Linux using LUKS for disk encryption, and Systemd-boot as the bootloader. ...