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…
Simple Method to Monitor a file on Linux September 28, 2020 1while [ 1 ]; do clear; date; cat <afile>; sleep 1 ;done
Ultimate Custom Home Router (Mini ThinkCentre M73) March 30, 2019 Introduction: Scratch all this and install pfSense on ESXi* There are many guides on building home routers – too many. Most of them revolve…
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…
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…
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…
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…
Removing the GUI from Ubuntu March 29, 2019 To Remove the Ubuntu Default GUI: 12345678sudo apt-get -y purge ubuntu-desktop sudo apt-get -y purge unity gnome-shell lightdm sudo apt-get -y remove ubuntu-desktop sudo…
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…