Computing Mikrotik Set physical port speed on Mikrotik by William Rendell|Published October 22, 2018 /interface /ethernet set [ find default-name=ether1 ] bandwidth=10M/10M
Published February 26, 2020 Convert PFX SSL Cert to PEM openssl pkcs12 -in certname.pfx -out key.pem -nodes
Published May 17, 2009 Smoothwall Static routes I eventually solved this problem. Edit /etc/rc.d/rc.firewall.up After the section on “# Allow packets that we know about through …” Add: # […]
Published March 13, 2013 ospp.vbs Very handy for Office 2013 installs http://technet.microsoft.com/en-us/library/ee624350.aspx
Published November 8, 2019 Mikrotik Script to calculate Average CPU Load & email notification # Average CPU Load Notification.# This will email you once when average CPU Load reaches the set CPU Threshold value.# When average […]