Simple Method to Monitor a file on Linux September 28, 2020 1while [ 1 ]; do clear; date; cat <afile>; sleep 1 ;done
ESXi 7.0 with USB Ethernet Adapters September 10, 2020 I spent some time tinkering with a home router setup over the last couple of days – now its running OPNSense and several other…
Enabling Root for SSH on Ubuntu 20.04 September 8, 2020 Quick code sample to enable root on a fresh install – works for most distributions this was performed on a fresh install of Ubuntu…
Downloading Google Music Library with Resume (YouTube Music Migration / Play Music End of Life) June 26, 2020 As many Google Music users know, the service that we all enjoy is allegedly being ushered out of the product stable to migrate its…
Upgrading to Ubuntu 20.04 Focal Fossa April 23, 2020 Another version of Ubuntu is here, at the time of writing it’s 20.04 “Focal Fossa” but these steps apply to former and (near) future…
Removing a Repository in Ubuntu April 6, 2020 From time to time you have to prune your repository list for one reason or another. In this case, I have had an invalid…
Installing TP-Link Omada SDN Controller 4.5.2 and Omada Controller on Ubuntu February 25, 2020 *Updated for version 4.5.2 (2020-11-10) Release of Omada SDN Controller I recently purchased a TP-Link EAP-225v3 and the results have been nothing short of…
Install GUI on Centos 8 / Centos 8.1 February 15, 2020 Typically I perform minimal installations when I install any distro of Linux. Occasionally, albeit very rarely – it can be useful to have access…
Transferring a Random Directory Over SSHFS (or any mount) on Linux December 10, 2019 This is just kind of for fun – I recently had a situation where a random directory needed to be transferred between servers on…
Removing all Empty Directories in a Subtree on Linux December 9, 2019 Another simple and not often used solution to a problem you may not of know you have. This is more of a housekeeping command;…