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…