As a front-end developer, my daily tasks revolve around running a development server using Node.js. Previously, I relied on PowerShell or …
Linux
Building an Affordable Dedicated Linux Machine Using Intel NUC
I have been dual-booting Ubuntu Linux on my main desktop PC for development. Docker on macOS and Windows with WSL suffers from severe I/O …
How To Copy A Public and Private Key From Windows Linux Subsystem Terminal
In WSL (Windows Subsystem for Linux) you get access to a Linux terminal right inside of Windows 10. For the most part, it works great. …
How To Generate An SSH Key and Add The Public Key To A Remote Server
The thing with SSH authentication is I can never remember the steps to generate an SSH key, and then add that SSH public key to the remote …
Freeing Up Space on Ubuntu When You Unexpectedly Run Out of Disk Space
Recently, whilst working on an open-source project I work on we found ourselves running out of space on the server. The weird thing is the …
Bulk Linux Chmod Commands For Files & Directories
Recently in Ubuntu which I use for my hosting operating system of choice I needed to bulk change permissions on a bunch of folders and …