My Notes

Andre Basel

OpenDNS Linux IP Updater

Install ddclient /etc/ddclient.conf ## ## OpenDNS.com account-configuration ## protocol=dyndns2 use=web, web=myip.dnsomatic.com ssl=yes server=updates.opendns.com login=opendns_username password='opendns_password' # If there are any single-quotes in your password,…

Jul 30, 2025

Cloudflare Dynamic DNS IP Updater

Installation git clone https://github.com/K0p1-Git/cloudflare-ddns-updater.git Usage This script is used with crontab. Specify the frequency of execution through crontab. # ┌───────────── minute (0 - 59)…

Jul 30, 2025

Managing Login Sessions

List sessions loginctl list-sessions Kill a session loginctl terminate-session <session> Lock session loginctl lock-session

Jun 22, 2025

Updating a docker container running on QNAP using SSH

SSH enabled on your QNAP NAS Open Container Station. Navigate to the Containers tab. Click on the target container to view details. Locate the…

May 28, 2025

Replacing a XCP-NG Raid1 disk and growing the array

Check RAID status cat /proc/mdstat Identify RAID devices and members mdadm --detail /dev/md0 If /dev/md0 doesn’t exist, check which md device is being used:…

May 25, 2025