This post has migrated to:
https://superjamie.github.io/2022/11/06/sdl-fullscreen-scaling
#!/bin/bash | |
if [ -z "$1" ]; then | |
echo "Usage: $0 ISO|CUE" | |
echo " Converts input file to same-name CHD" | |
exit | |
fi | |
if ! [ -x "$(which chdman)" ]; then | |
echo "ERROR: Need chdman. Install mame-tools." |
This post has migrated to:
https://superjamie.github.io/2022/11/06/sdl-fullscreen-scaling
This post has migrated to:
https://superjamie.github.io/2022/11/04/c-static-analysis-tools-part-2
This post has migrated to:
This post has migrated to:
https://superjamie.github.io/2022/05/24/c-static-analysis-tools
This post has migrated to:
https://superjamie.github.io/2022/01/24/raspberry-pi-os-raspbian-bash-ps1-prompt-explained
I got one of these cheap keyboards for a laugh:
It's a 61-key keyboard with some Fn function keys like a laptop.
They come with a manual which explains most of the operation but not all.
My work requires us to have full-disk encryption, so these are the steps I use.
The basic idea is to create a LUKS-encrypted partition which is used as an LVM Physical Volume.
The GRUB boot partition isn't encrypted, but everything else is.
These steps tested and working on 22.04 (jammy) and 20.04 (focal).
# https://help.ubuntu.com/community/Logitech_Marblemouse_USB | |
# https://wiki.archlinux.org/index.php/Logitech_Marble_Mouse | |
# | |
# Xorg Functions | |
# 1 = Left Click | |
# 2 = Middle Click | |
# 3 = Right Click | |
# 4 = Mouse Cursor Down | |
# 5 = Mouse Cursor Up | |
# 6 = Mouse Cursor Left |
This page has migrated to:
https://superjamie.github.io/2016/04/28/reversing-for-dummies