Latest posts
Technical notes, renewable energy projects, useful fixes and updates.
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 Set: Set-ADUser…
Read more →
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
Read more →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 from an…
Read more →Change Centos IP address
In common situation, "system ip address" is the ETH0 address. So edit /etc/sysconfig/network-scripts/ifcfg-eth0 with your favourite text editor and run service network restart ps…
Read more →
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 →