Recently Updated Pages
Snibox | Self-hosted snippet manager
Snibox | Self-hosted snippet manager version: '3' services: frontend: image: snibox/ngi...
Nextcloud All-in-One
Nextcloud All-in-One version: "3.8" volumes: nextcloud_aio_mastercontainer: name: nex...
Snippet-box | Home Lab Dashboard for Code
Snippet-box | Home Lab Dashboard for Code! version: '3' services: snippet-box: image: p...
BookStack | Simple & Free Wiki Software
BookStack | Simple & Free Wiki Software --- version: "2" services: bookstack: image: l...
Reverse Proxy
Basic server { listen 80 ssl; server_name TEST.LAB.LOCAL; location / { proxy_p...
Forward Proxy with proxy_pass Module
Step 1: Build Nginx with proxy_pass module from source code sudo -i mkdir /nginx && cd /nginx ...
Edit LXC Configuration File
nano /etc/pve/lxc/101.conf
Edit ZFS max cache RAM size
Edit to 2 GB echo "$[2 * 1024*1024*1024]" >/sys/module/zfs/parameters/zfs_arc_max
Convert vhd to qcow2
qemu-img convert -O qcow2 disk0.vhd disk0.qcow2
Deattach Onboard GPU to passthrough VM
echo 1 > /sys/bus/pci/devices/0000:26:00.0/remove echo 1 > /sys/bus/pci/rescan
Offline WSUS Scan Script
Step 1 - Download Wsusscan2.cab file Download Wsusscn2.cab from official MS website and save it ...
Reset Local Account Script
Change line 8 and 9. # Check if the script is running as an administrator if (-not ([Security.P...
Folder Directory to ISO file Script
Change the following:Line 80 -> Source DirectoryLine 81 -> Output File function New-IsoFile { ...
Directory Tree Size Script
Code: Function Get-DirectoryTreeSize { <# .SYNOPSIS This is used to get the file count, s...
Get AD Group Member List Script
Save this as .ps1 file and run as admin in Domain Controller. Simple $groups = (Get-ADGroup -Fi...
Get AD User Last Logon and Last Logon AD Server Script
Save this as .ps1 file and run as admin in the Domain Controller Import-Module ActiveDirectory ...
KMS Activation Script
Save this at .bat file and run as admin @echo off :: For unattended mode, run the script with...
Disable TLS 1.0 & 1.1
Copy this and save it into a registry file (disableTLS.reg).Run the file as admin. Windows Regis...
Test TCP Port
To test TCP connection if open in the destination address PS C:\Windows\system32> tnc 10.1.1.94 ...
GPO WMI Filters
Hostname Filter Select * From Win32_ComputerSystem Where Name = "ComputerName" Windows 2019 D...