Skip to main content

Recently Updated Pages

Snibox | Self-hosted snippet manager

Portainer Custom Templates

Snibox | Self-hosted snippet manager version: '3' services: frontend: image: snibox/ngi...

Updated 1 year ago by aki

Nextcloud All-in-One

Portainer Custom Templates

Nextcloud All-in-One version: "3.8" volumes: nextcloud_aio_mastercontainer: name: nex...

Updated 1 year ago by aki

Snippet-box | Home Lab Dashboard for Code

Portainer Custom Templates

Snippet-box | Home Lab Dashboard for Code! version: '3' services: snippet-box: image: p...

Updated 1 year ago by aki

BookStack | Simple & Free Wiki Software

Portainer Custom Templates

BookStack | Simple & Free Wiki Software --- version: "2" services: bookstack: image: l...

Updated 1 year ago by aki

Reverse Proxy

Ngnix

Basic server { listen 80 ssl; server_name TEST.LAB.LOCAL; location / { proxy_p...

Updated 1 year ago by aki

Forward Proxy with proxy_pass Module

Ngnix

Step 1: Build Nginx with proxy_pass module from source code  sudo -i mkdir /nginx && cd /nginx ...

Updated 1 year ago by aki

Edit LXC Configuration File

Proxmox

nano /etc/pve/lxc/101.conf

Updated 1 year ago by aki

Edit ZFS max cache RAM size

Proxmox

Edit to 2 GB echo "$[2 * 1024*1024*1024]" >/sys/module/zfs/parameters/zfs_arc_max

Updated 1 year ago by aki

Convert vhd to qcow2

Proxmox

qemu-img convert -O qcow2 disk0.vhd disk0.qcow2  

Updated 1 year ago by aki

Deattach Onboard GPU to passthrough VM

Proxmox

echo 1 > /sys/bus/pci/devices/0000:26:00.0/remove echo 1 > /sys/bus/pci/rescan  

Updated 1 year ago by aki

Offline WSUS Scan Script

Windows System Administrator Scripts

Step 1 - Download Wsusscan2.cab file Download Wsusscn2.cab from official MS website and save it ...

Updated 1 year ago by aki

Reset Local Account Script

Windows System Administrator Scripts

Change line 8 and 9. # Check if the script is running as an administrator if (-not ([Security.P...

Updated 1 year ago by aki

Folder Directory to ISO file Script

PowerShell Snippets/Scripts

Change the following:Line 80 -> Source DirectoryLine 81 -> Output File function New-IsoFile { ...

Updated 1 year ago by aki

Directory Tree Size Script

PowerShell Snippets/Scripts

Code: Function Get-DirectoryTreeSize { <# .SYNOPSIS This is used to get the file count, s...

Updated 1 year ago by aki

Get AD Group Member List Script

Windows System Administrator Scripts

Save this as .ps1 file and run as admin in Domain Controller. Simple $groups = (Get-ADGroup -Fi...

Updated 1 year ago by aki

Get AD User Last Logon and Last Logon AD Server Script

Windows System Administrator Scripts

Save this as .ps1 file and run as admin in the Domain Controller Import-Module ActiveDirectory ...

Updated 1 year ago by aki

KMS Activation Script

Windows System Administrator Scripts

Save this at .bat file and run as admin @echo off :: For unattended mode, run the script with...

Updated 1 year ago by aki

Disable TLS 1.0 & 1.1

Windows System Administrator

Copy this and save it into a registry file (disableTLS.reg).Run the file as admin. Windows Regis...

Updated 1 year ago by aki

Test TCP Port

Windows System Administrator

To test TCP connection if open in the destination address PS C:\Windows\system32> tnc 10.1.1.94 ...

Updated 1 year ago by aki

GPO WMI Filters

Windows System Administrator Group Policy

Hostname Filter Select * From Win32_ComputerSystem Where Name = "ComputerName" Windows 2019 D...

Updated 1 year ago by aki