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

244 total results found

qBittorrent in Docker | troubleshooting

arr Stack qBittorrent

How to fix 'unauthorized' webUI error Add the following line to the qBittorrent.conf file: WebUI\HostHeaderValidation=false Admin password not working Adding this line under [Preferences], in the config file, works, for setting the default password man...

Test Gluetuns ip address to make sure it is using the VPN (inside docker container)

arr Stack Gluetun

These methods use the docker containers Method 1 – built-in wget docker exec -it gluetun wget -qO- https://ifconfig.co → Should return a single IP like `185.193.124.57` (an IVPN Los Angeles IP) Country: docker exec -it gluetun wget -qO- https://ifconfig.c...

Test Gluetuns ip connection | cut the connection in Docker

arr Stack Gluetun

Version 1 # Should show IVPN IP docker exec qbittorrent curl -m 10 https://ifconfig.co # Kill the tunnel (this should auto reconnect if your settings are set up that way) docker exec gluetun pkill -f wireguard-go # MUST timeout now: this shows your ...

NZBGet | in docker

arr Stack NZBGet

      NZBGet default credentials (all versions, including the linuxserver Docker image): Username:nzbget Password:tegbzn6789

Skyrim Mods in Linux

Skyrim Mods

Prerequisites - Linux Distro: Endeavor OS (or similar Arch-based; adjust package manager commands if needed, e.g., use `apt` on Ubuntu).- Steam: Installed system-wide (e.g., via `sudo pacman -S steam`).- Skyrim: Special Edition or Anniversary Edition owned on...

Install Minecraft on Docker Compose

Minecraft

Install Mincraft using Docker Compose The Plugins are important. like "ViaVersion" as it it be what lets you cross platforms to switch and other consoles.  services: minecraft: image: itzg/minecraft-server:java21 dns: - 8.8.8.8 - 8...

Pi-hole on Docker Compose

Pi-hole

  .yaml: services: pihole: container_name: pihole image: pihole/pihole:latest ports: # Web admin → map to a high port on host so NGINX can proxy to it without conflict - "80:80/tcp" # Or pick any free port like 8080:80, 8000...

Pi-hole Moving Port 53

Pi-hole

Free up port 53 (for Pi-hole Docker) In Linux, you need to tell systemd-resolved not to listen on port 53 (via its stub listener), then restart it. This keeps local DNS working on the host while freeing the port for Pi-hole. Step 1: Confirm what's using port...

Resolving BitLocker Recovery Prompt (No Key Available)

BitLocker

Scenario Windows boots to blue BitLocker recovery screen asking for 48-digit key. No skip/continue button initially visible, or key not found in Microsoft account. Quick Fix via Recovery Environment (Works in most cases 2025–2026 builds) On recovery screen...

Some Docker commands

Docker

This will take all running containers, and show you the ports and container names. docker ps --format "{{.Names}} {{.Ports}}" | awk '{name=$1; for(i=2;i<=NF;i++) if($i~/0\.0\.0\.0:/) {split($i,a,":"); split(a[2],b,"->"); print b[1], name}}' | sort -n   Inside...

Music Organization

Take a music library and change its metatags and find duplicates.

Music Duplicate Finder — Because Apparently You Collected the Same Song 47 Times

Music Organization

So your music library is a disaster. You've got the same artist in two folders with slightly different names, three copies of the same track with different filenames, and somewhere in there a compilation from 2003 that contains literally every song you already...

dupfinder.py

Music Organization

#!/usr/bin/env python3 """ Music duplicate finder - combines three detection methods: 1. Track number prefix duplicates "4-04 The Spirit of Radio.mp3" vs "04 The Spirit of Radio.mp3" 2. Partial title matching within the same artist "The Spirit of Radio...

Acumatica Dev

Backend development stuff.

Create a User

Acumatica Dev

Go to: System → User Management → Users (or just search "Users") Create a new user with: A username like api_user or make_integration

IT

Onboarding

New Workstation Setup — Windows 11

Onboarding

Before you start: Have the employee's name, their M365 credentials, and the VPN config ready before you open the box. Everything else is on this page. Live build checklist → use the IT Build Launchpad on Start.me to tick off items as you go. This page is the ...