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

70 total results found

Changing VM disk size

Linux

Change the size in XoA. Run lsblk to check it is there. Boot to GParted and resize partition. Then sudo lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv

Paperless: ProtonMail Bridge

Linux Docker

Source code: shenxn/protonmail-bridge-docker: ProtonMail IMAP/SMTP Bridge Docker container (github.com) Change to the Paperless docker directory sudo docker compose down sudo docker run --rm -it -v protonmail:/root shenxn/protonmail-bridge init Enter "logi...

Your URLS

Linux Docker

  version: '3.1' services:   yourls:     image: yourls     restart: always     ports:       - 8080:80     volumes:       - /home/sysadmin/yourls:/var/www/html     environment:       YOURLS_DB_PASS: dbpwd       YOURLS_SITE: https://192.168.20.40...

Cloudflare

Linux Docker

version: "3.9" services:   tunnel:     container_name: cloudflared-tunnel     image: cloudflare/cloudflared     restart: unless-stopped     command: tunnel run     environment:       - TUNNEL_TOKEN=token................

PowerTools Renamer

Other

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

Kiosk Machine

Linux

This is a work in progress i.e. I am starting with a locked-down account and working towards a final kiosk deployment. Two scripts will be created in the process and can be stored in /usr/local/bin. I am trying to achieve this using PoPOS! with Firefox as th...

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