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 7, 2017 Set AD Attributes You can also view and set these values with PowerShell, provided you have the ActiveDirectory module installed. View: Get-ADUser <username> -Properties extensionattribute1 […]
Published February 28, 2010 Install ssh client on Linpus Linpus on an Acer Aspire One netbook, does not ship with an SSH client. To be fair its not probably needed by […]
Published February 17, 2010 Mount a Windows share from Centos using the CLI OK, we live in the wonderful world of Linux. BUT, for many of us, having to deal with Windows is a fact […]
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