Other
7 pagesOpenDNS 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,…
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)…
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:…
Updating Ghost Server
Change to site directory. call ghost update (not sudo)
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:…
PowerTools Renamer
Select all text .* Replace with "Main-number" Main-${padding=0;increment=1;start=1}
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…