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 24, 2009 Delete Files Older Than Date Using Batch Files This problem has nagged at me for years. Here is a batch command to delete files on a Windows 2003 machine. Forfiles […]
Published December 12, 2016 Mikrotik VPN place rule before dummy rule /ip firewall filter add chain=forward dst-address=”remoterange” src-address=”localrange” place-before=0 /ip firewall filter add chain=forward dst-address=”localrange” src-address=”remoterange” place-before=0
Published July 6, 2011 yum-complete-transaction Using yum to manage installing, upgrading or removing packages in Linux is a great little tool. Sometimes when running a yum transaction […]
Published July 21, 2008 Time Keeping in Linux Setting System Time To set the system clock under Linux, use the date command. As an example, to set the current time […]