My Notes

Other

7 pages

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

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

Updating Ghost Server

Change to site directory. call ghost update (not sudo)

Apr 26, 2025

Testing Multicasting

Multicast Address Basics Multicast Group Address Range: Valid range: 224.0.0.0 to 239.255.255.255 (Reserved for multicast traffic, not assigned to individual devices.) Common Multicast Addresses:…

Jan 18, 2025

PowerTools Renamer

Select all text .* Replace with "Main-number" Main-${padding=0;increment=1;start=1}

Aug 7, 2024

Cisco Switch commands

Assign IP enable configure terminal interface vlan <No> ip address <IP> <Mask> no shutdown exit Remove IP enable configure terminal interface vlan <No> no…

Apr 13, 2024