#linux

Setting up virtual machines on Arch Linux

2021-08-27

Linux comes with virtualisation, with the included Kernel-based Virtual Machine (KVM) module. This tutorial goes through the simple steps needed to setup virtual machine management on Arch Linux.

How to remove Windows from Dual-Boot

2021-08-23

Learn how to remove the Windows operating system from Dual-Boot with Linux core utilities on the command-line.

Bing Wallpaper: Without Bing

2021-08-18

Learn what it takes to write a shell script that downloads the latest Bing Wallpaper. Using the core *nix command-line utilities, such as; grep, cut, echo and mkdir, along with the curl.

How to improve the Arch Linux package manager

2021-08-10

With a fresh install of Arch Linux, comes a single threaded, colourless looking package manager. Learn how to make the two small changes necessary to correct this.

Using hook scripts with Certbot

2021-07-27

Renewing your SSL certificate with Certbot can result in a domain's servers not applying the updated certificate. This quick post will go through a basic way of reloading services with deploy-hooks.