Add VIM Colour Scheme

If like me you struggle to read dark blue comments on a black screen when using VIM, you can set a colour scheme in VIM by creating a file with these contents in your home directory. Add the following: There are a number of other colour schemes to suit your tastes.

WPAD (Web Proxy Auto Discovery Protocol)

The Web Proxy Auto-Discovery (WPAD) Protocol is a method used by clients to locate the URL of a configuration file that provides them with configuration needed to determine their browser’s (or system) web proxy configuration (if present or not). The file an be published via DHCP (scope option) or via DNS, in our case we use DNS. … Read more

Node.js node: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory

Was installing Node.js v25.9.0 as a standalone pre-built binary installation and ended up after a successful installation getting the following when attempting to run a “node -v”. To resolve this, I just needed to install the missing library. Then attempting to re-run the command, I get the version output as expected.