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 February 17, 2010 Copy a folder using CLI in Linux Copy folder using command line This is an example how to copy a folder using the command line. i.e I want to […]
Published April 17, 2019 Office 365 activation issue run cmd as admin cd C:\program files\Microsoft office\office16 (or program files (x86), whatever’s relevant) type in: cscript ospp.vbs /dstatus this generates a […]
Published September 22, 2010 Postfix Email Queue To check how many emails have been queuing in Postfix (an email server for Linux) and for what period of time you can […]
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