GeoIP lookup apt install mmdb-bin geoipupdate angie-module-geoip2 mmdblookup --ip 2603:1010:200::32c --file /var/lib/GeoIP/GeoLite2-Country.mmdb country iso_code "AU" <utf8_string> mmdblookup --ip 52.147.37.48 --file /var/lib/GeoIP/GeoLite2-Country.mmdb country...
IT Tips
WakeMeOnLAN – Watching for WOL packets with tcpdump
If you want to see WOL traffic on the LAN try this tcpdump snippet WakeMeOnLAN.exe uses port 40,000 by default so you'll miss it if you just use 9 # on a Unifi UDM sudo tcpdump -i br99 udp port 9 or udp port 40000 Where -i br99 is the interface on a Linux based host #...
TrueNAS Wake on LAN
Set Wake-On-LAN in my BIOS and TrueNAS was stubbornly refusing to Wake when I sent a magic packet to it's MAC address. After booting this is the output of ethtool showing Wake-On-LAN is disabled (Wake-on: d) The following two scripts are installed to run as the system...
Identifying physical disks in TrueNAS
Manufacturer: Gigabyte Technology Co., Ltd. Product Name: A520I AC In the end I guess to properly map physical drives to physical motherboard connectors would be to shutdown, remove a cable, boot up and see what is missing. After all the below I still can't solidly...
PC Upgrade – Testing Installed RAM with memtest86
PC Build Originally I build the above small ITX PC in a Silverstone case and recently I lost my dear old 4 Drive Synology DS415+ so I've moved the 4 x 8TB HDD's into a new case and transferred the innards into the following new bits. RAM, Case and SSD. QTY. PART #[ID]...
Tailing the CBS.log while waiting for DISM to complete
If DISM /Online /Cleanup-Image /RestoreHealth appears stuck running the following can help with the feelings of impatience. This will show the new actions as they are logged by DISM and re-assure you it's still going even if it's stuck at 62.3% for a while, especially...
How to scp a file to a Synology NAS
Fail If you use Google or AI you might think that you have to send a file to Synology by specifying the full path from the root directory of the Synology as follows: scp .\toggen_vector_blue.png [email protected]:/volume1/Backup/upload/...
Context menu “Open IrfanView Thumbnails”
Enter the following into the registry Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Folder\shell\Open IrfanView Thumbnails] @="Open IrfanView Thumbnails" [HKEY_CLASSES_ROOT\Folder\shell\Open IrfanView Thumbnails\command]...
How to view what Microsoft Office 365 License you have
Tried a few ways but this link gets me to the good old list of subscriptions. This works if you have a work or school account https://portal.office.com/account/?ref=ClientMeControl#subscriptions What DIDN'T work for me https://myaccount.microsoft.com...
In what order should Dism and sfc /scannow be run?
Run Dism Run SFC Get an elevated (Administrative) command prompt and run DISM.exe /Online /Cleanup-image /Restorehealth sfc /scannow...
