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 October 18, 2016 Adding a USB backup drive to SBS backup Add a new disk to the backup schedule by running the wbadmin command from an elevated command prompt. Run the following command […]
Published September 20, 2010 Pigeon faster than rural UK broadband Yesterday Trefor Davies of business communications provider Timico started a race to see which would be faster, uploading a video from a […]
Published March 31, 2014 Mount a Windows share in Centos 6 mkdir /mnt/win yum install samba-client samba-common cifs-utils Edit theĀ /etc/fstabĀ file and add a line like: \\winbox\getme /mnt/win cifs user,uid=500,rw,suid,username=sushi,password=yummy 0 0
Published September 15, 2010 301 Redirect using PHP Using php you can permanently redirect one URL to another, using the below code in a php file; <?php header(“HTTP/1.1 301 Moved […]