Latest posts
Technical notes, renewable energy projects, useful fixes and updates.
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 ### for…
Read more →What version of Centos is my server running?
This post shows how to find out what version of Centos you are running from the command line. tail /etc/redhat-release This will output the…
Read more →Remove a folder in Linux
This is the command to remove a folder/directory including its contents, use with caution as you wont get an “are you sure” prompt rm…
Read more →Port Forwarding on a Mikrotik Routerboard
The below example shows a simple port forward that is forwarding TCP, Port 32400 (Plex) to the internal address 192.168.88.250 (Plex Media Server) This…
Read more →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
Read more →Zyxel P660 – Removing secured web IP
If you have locked down the web management port to 1 IP address and you need to access it from a different IP you…
Read more →
Draytek 2860 Port 443 / SSL not working port forward
There seems to be a bug in the Draytek 2860 router, even though I had changed the management ports from the default 80 and…
Read more →