Home
AzureDudes Docs
Cancel

Windows KMS Licensing

Summary How to activate Windows Server licensing using KMS. Instructions Set Server Edition DISM /online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula Instal...

Remote PowerShell

Summary How to use PowerShell for connecting to Remote Computers. Requirements Command Prompt (CMD or Windows Terminal) Instructions List PowerShell Sessions Get-PSSession Create PowerShel...

Kasm SSL

Summary How to configure Kasm with SSL cetificate. Instructions Stop Kasm Services sudo /opt/kasm/bin/stop Replace certificate sudo cp cfwild.crt /opt/kasm/current/certs/kasm_nginx.crt sudo cp ...

CertUtil

Summary How to use Windows CertUtil for managing certificates. Requirements Command Prompt (CMD or Windows Terminal) Instructions Working with Certificate Templates List templates certutil ...

Docker Install & Configure

Summary Requirements Linux SSH Terminal (Putty or Windows Terminal) Instructions Install Docker & Docker Compose sudo apt install docker.io docker-compose General Commands docker ps ...

Windows 11 TPM Bypass

Summary How to bypass TPM Requirements for Windows 11. Requirements Windows 11 (console access) Instructions Press Shift + F10 A DOS box appears. Typ regedit and hit enter Navigate to...

Tautulli Install & Configure

Summary How to install Tautulli on a Linux Debian/Ubuntu operating system via Git method. Original instructions taken from the Tautulli Github https://github.com/Tautulli/Tautulli/wiki/Installatio...

Debian Setup & Configure

Summary How to configure a Debian operating system to be ready for use, post-OS install. Requirements Debian Linux (lightweight install) SSH Terminal (Putty or Windows Terminal) Instruction...

Debian Configure Firewall

Summary How to configure the Debian firewall UFW Requirements Debian Linux (lightweight install) SSH Terminal (Putty or Windows Terminal) Instructions Install Firewall package. sudo apt in...