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 July 12, 2012 Exchange 2003 database size The database size limit for Exchange 2003 standard is 16GB, however SP2 for Exchange 2003 allows you to remove that limit. The […]
Published October 20, 2021 rsync local to remote qnap sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
Published September 25, 2012 Delete a nat rule in iptables First of all I list all the rules including line numbers like this; iptables -L -t nat –line-numbers I then look at […]
Published June 15, 2015 Routerboard SNTP Client How to set the NTP client on a Mikrotik router using the Terminal /system ntp client set enabled=yes primary-ntp=###.###.###.### secondary-ntp=###.###.###.### Change the […]