Advanced Search
Search Results
50 total results found
Delete a Domain user's profile from Laptop
Run sysdm.cpl. Under the advanced tab go to User Profiles and select Settings. Delete desired profile. I c:\users directory delete the desired folder. Optional: using regedit, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Pr...
XenOrchestra Update
Change to the XenOrchestraInstallerUpdater dirctory and run sudo ./xo-install.sh --update
Applying Transitions to all clips
Left-click on the desired transition and set it as default. Select the clips you want it applied to. Press ctrl-T To apply audio fade, use shift-T
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: 224.0.0.1: All systems on the local network segment. 224....
Updating Ghost Server
Change to site directory. call ghost update (not sudo)
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: lsblk | grep md Check physical disks and partitions lsblk -o NAME,SIZE,TYPE,UUID,MOUNTPOINT Che...
Updating a docker container running on QNAP using SSH
SSH enabled on your QNAP NAS 1. Identify the Container and Image Name Option A: Using Container Station GUI Open Container Station. Navigate to the Containers tab. Click on the target container to view details. Locate the Image field — th...
Managing Login Sessions
List sessions loginctl list-sessions Kill a session loginctl terminate-session <session> Lock session loginctl lock-session
Cloudflare Dynamic DNS IP Updater
Installation git clone https://github.com/K0p1-Git/cloudflare-ddns-updater.git UsageThis script is used with crontab. Specify the frequency of execution through crontab. # ┌───────────── minute (0 - 59) # │ ┌───────────── hour (0 - 23) # │ │ ┌──────────...
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 ...