The home of William Rendell

Blog

FROM THE BLOG

Latest posts

Technical notes, renewable energy projects, useful fixes and updates.

Computing

WiFi

Reality is that the WIFI protocol was designed to go as slow as required to make it still work!

Read more
Computing

nmap quick guide

nmap -sT targetIP/hostname nmap –script vuln targetIP/hostname -O trys to identify Operating System, example nmap -sT -O targetIP/hostnam

Read more
Computing

Block TikTok using Mikrotik

/ip firewall filter add action=drop chain=forward dst-address-list=TikTok src-address=10.0.0.0/24 /ip firewall mangle add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktok.com src-address=10.0.0.0/24 add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktokv.com…

Read more
Computing

Change IP of DC

We can change the IP address of the domain controller as below. Change the IP address on DC and run the following command to…

Read more