Computing Mikrotik Technical Reset Mikrotik using reset button by William Rendell|Published November 23, 2020 Unplug your device from the powerPress and hold the reset button and apply the powerWhen LED starts flashing, release the button
Published November 27, 2009 find large files in linux find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/
Published October 18, 2016 Adding a USB backup drive to SBS backup Add a new disk to the backup schedule by running the wbadmin command from an elevated command prompt. Run the following command […]
Published December 7, 2012 Add a static route in Smoothwall ip route add 192.168.1.0/24 via 192.168.0.1
Published November 11, 2009 Simple Backup Script This is a simple backup script using a batch file, it writes to a log file, sends the log file by email […]