Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

69 total results found

Delete a Domain user's profile from Laptop

Windows

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

Linux

Change to the XenOrchestraInstallerUpdater dirctory and run sudo ./xo-install.sh --update  

Applying Transitions to all clips

Graphics Davinci Resolve

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

Other

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

Other

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

Replacing a XCP-NG Raid1 disk and growing the array

Other

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

Linux Docker

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

Linux

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

Cloudflare Dynamic DNS IP Updater

Other

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

Other

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 ...