Howto 22 October 2020 Howto: Installing AUR Helper Yay on Arch Linux The best AUR helper is Yay. Yay stands for Yet Another Yogurt. The AUR is the Arch User Repository, a repository of software which has
Howto 4 October 2020 Howto: Prevent Ansible from Running if --limit Argument Not Set There are many cases where running a playbook across all hosts would be disastrous. Instead the playbook is used by limiting the hosts using the
Howto 27 September 2020 Howto: Connecting Multiple Power Supplies for Powering Eurorack Watch the following video to learn about connecting multiple power supplies by tying the binding post of the ground reference to the positive output terminal.
Howto 17 August 2020 Howto: Zookeeper Cheatsheet First install Zookeeper on Arch GNU/Linux. $ yay -S zookeeper Then connect to the server. $ zkCli.sh -server <server> List all keys recursively.
Howto 12 July 2020 Howto: Delete Social Media and Other Accounts If you are trying to delete an old or unused social media or other account, then you need the Just Delete Me website to help
Howto 12 July 2020 Howto: Code the Insertion Sort in the C Language + Insertion Sort Tutorial The insertion sort is a simple algorithm which can sort an unsorted array of numbers into a sorted array. Insertion sort has a performance complexity
Howto 5 July 2020 Howto: Install balenaEtcher on Arch Linux for Flashing OS Images to USB Drives A very common task in the Linux world is flashing USB drives with an OS image, required for installation or repair, or a self-contained toolkit
Arch 5 July 2020 Howto: Install Krusader Two-Pane File Manager on Arch Linux Krusader is an excellent two-pane (commander style) file manager available on many distributions. It is useful when managing a large number of files and will
Howto 20 June 2020 Howto: Packing Like a Pro for Long Term Travel It is perhaps the most stressful part of preparation for new travelers: what to bring? And with good reason—efficient, thoughtful packing can make or
Howto 14 June 2020 Howto: Swap Caps Lock and Escape Keys on Arch Linux You can swap the caps lock and escape keys in Arch Linux with the following command. setxkbmap -option caps:escape After executing that command, you
VS Code 14 June 2020 Howto: Fix Caps Lock Escape Swap Not Working in VS Code If you have setup your computer keyboard to swap caps lock and escape, but it is not working in VS Code, then follow these instructions.
VS Code 2 June 2020 Howto: Fix Automatically Closing File Tabs in VS Code Are you experiencing an issue where you open up a file in VS Code into a new tab, and then next open a different file
Howto 1 June 2020 Howto: Install Snap Package Manager on Arch Linux Snap is a package manager from Canonical the makers of Ubuntu. Using it is considered a poor choice by some in the Linux community because
Linux 31 May 2020 Howto: Rescue Arch Linux with arch-chroot and a USB Drive Arch Linux runs on a rolling update system, so when you update the system, you are often receiving very new patches which might have undiscovered
Linux 28 May 2020 Howto: Install and Use JOE Text Editor on Arch and Debian Linux The JOE text editor is a "full featured terminal-based screen editor which is distributed under the GNU General Public License (GPL). JOE has been