Skip to main content

IT Notes

Disable Terminal Chime

Linux User Scope Set this line in ~/.inputrc set bell-style none Then, run this command: bind -f...

Create New Key Pair for SSH

Create the Key Pair Bash # No comment, no password on key file, output to current directory as ...

Linux: Booting into Single-User Mode

At the bootloader screen, press the e key to edit the GRUB configuration. Use the up arrow and...

WordPress Relative Base URL

Problem Often in some Vulnhub or other self-hosted CTF boxes, there will be a WordPress instance...

Windows: Unattended Sleep Timeout

Problem A Windows guest running under the Proxmox hypervisor repeatedly powers off despite havin...

pfSense: Unbound DNS Timeouts

Problem Unbound DNS resolution was timing out when querying specific domains. After looking at l...

Automation with Ansible

FleetDM On Debian 11

Wazuh Notes

A place to keep cheat sheets and configuration guides related to Wazuh that are otherwise too sho...

Proxmox Notes

Create Self-Signed TLS Certificates

When You Should Do This If you have an internal/demo/test server where you'd like to encrypt tra...

xRDP Server on KDE Plasma

Install and Configure xRDP # Install xRDP server sudo apt update && sudo apt install -y xrdp #...