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

43 total results found

Proxmox

📢 有神快拜 Virtualization

Running a MacOS 14 Sonoma VM in ProxMox VE Remove No valid subscription popup /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js if (res === null || res === undefined || !res || res .data.status.toLowerCase() !== 'active' && false) syste...

PXE (Preboot eXecution Environment)

📢 有神快拜 Infrastructure

Environment Field Spec or Version CPU QEMU Virtual CPU version 2.5+ (2 Cores) RAM 2G OS Rocky Linux 10.0 (Red Quartz) Network interface ens18 with static IP 192.168.3.11/24 DNS 192.168.3.1 (Private DNS Server) Package Installation dnf install...

OpenVPN Setup (Server & Client)

📢 有神快拜 Networking

Environment VPN Server Field Spec or Version CPU QEMU Virtual CPU version 2.5+ (2 Cores) RAM 2G OS Ubuntu 24.04.1 LTS (Noble Numbat) Network interface enp6s18 with static IP 192.168.3.100/24 DNS 192.168.3.1 (Private DNS Server) VPN Client...

Forensic

📢 有神快拜

Google TOTP decode and self-generate

📢 有神快拜 Forensic

Pre-requirements An ubuntu system with python3 supports with python3-pip with package installer, likes apt Step1. Export TOTP Export your TOTP from Google Authenticator by using "Transfer Codes". Take a screenshot of the generated QR-Code. Step 2. Decode ...

YubiKey

📢 有神快拜 Ubuntu

Chekc YubiKey by Yubico on online website. Login with GDM (U2F) Install libraries apt install libpam-u2f Create a global directory to save registered keys mkdir /etc/Yubico Register username's YubiKey in /etc/Yubico/u2f_keys_username # On your YubiKey, touch...

Google Authenticator with PAM

📢 有神快拜 Ubuntu

GDM Login with TOTP Install libraries sudo apt install libpam-google-authenticator Generate a secret key for user # Run as the user needs to setup Google Authenticator login. google-authenticator chmod 600 $HOME/.google_authenticator Edit file /etc/pam.d/gdm-...