Ffmpeg Record Selection of Screen

July 22, 2023 1 min read 118 words
Preface Depends: slop ffmpeg Here's a script I wrote that lets you select a window or portion of the screen and record it.

Ffmpeg Use a Dummy Webcam

July 22, 2023 1 min read 183 words
Preface I experienced my first proctored exam today. Being that I'm a technologist, I thought it'd be pretty fun to pre-record myself and have that recording output to a virtual webcam.

Debian Set Custom Font in Tty

July 22, 2023 2 min read 257 words
Preface Here's how to setup a custom keymap for your TTY, as well as rebinding the caps key to CTRL.

Bspwm With Lembar Panel

July 22, 2023 4 min read 711 words
Preface The Arch Wiki doesn't provide any information on how to get lemonbar setup with workspace switching, window titles, etc.

Bspwm Better Scratchpad

July 22, 2023 2 min read 259 words
Better scratchpad bspwm Preface The scratchpad scripts I found for bspwm SUCK. Some either stop working if you kill the terminal or bug out when you manage your window states.

Raspberry Pi Compile Neovim From Source

July 22, 2023 1 min read 67 words
Preface The debian repositories that ship with raspbian come with an outdated version of neovim. Your best option is to compile neovim from github

Qemu Windows Xp Installation

July 22, 2023 3 min read 431 words
Dependencies Windows XP ISO (archive.org) Virtio Floppy Image (fedorapeople.org) qemu spice-gtk Installing Windows XP Product Key: MRX3F-47B9T-2487J-KWKMF-RPWBY Here's the shell script to start the installation.

Qemu Mount Virtual Images

July 22, 2023 1 min read 26 words
Mounting the image apt-get install -y libguestfs-tools # Mounting guestmount -a windows.qcow2 /mnt/ # Mounting read-only mode guestmount -a windows.