➜ Documents | |
> ls --directory DriveThruRPG/*/*/ | |
'DriveThruRPG/1d10+5/Solitary Defilement - Expanded Edition/' | |
'DriveThruRPG/3 Skulls Pub/Year Zero Mini/' | |
'DriveThruRPG/3 Skulls Pub/Year Zero Nano/' | |
'DriveThruRPG/Absolute Tabletop/Oath of the Frozen King - Adventure Kit/' | |
'DriveThruRPG/Absolute Tabletop/The Mecha Hack/' | |
'DriveThruRPG/Absolute Tabletop/The Mecha Hack_ Mission Manual/' | |
'DriveThruRPG/A Couple of Drakes/Court of Blades - Scandal, Forged in the Dark/' | |
'DriveThruRPG/Alex Dworman/Character Sheets Compatible with Worlds Without Number/' |
==== dmesg ==== | |
[ 6.709210] [pxa3xx_read_page,2964] nand page 00000011 direct map buf d1856500 error, try bounce buffer | |
[ 6.709605] [pxa3xx_read_page,2964] nand page 00000012 direct map buf d1856500 error, try bounce buffer | |
[ 6.709971] [pxa3xx_read_page,2964] nand page 00000013 direct map buf d1856500 error, try bounce buffer | |
[ 6.710343] [pxa3xx_read_page,2964] nand page 00000014 direct map buf d1856500 error, try bounce buffer | |
[ 6.710721] [pxa3xx_read_page,2964] nand page 00000015 direct map buf d1856500 error, try bounce buffer | |
[ 6.711096] [pxa3xx_read_page,2964] nand page 00000016 direct map buf d1856500 error, try bounce buffer | |
[ 6.711457] [pxa3xx_read_page,2964] nand page 00000017 direct map buf d1856500 error, try bounce buffer | |
[ 6.711817] [pxa3xx_read_page,2964] nand page 00000018 direct map buf d1856500 error, try bounce buffer | |
[ 6.712191] [pxa3xx_read_page,2964] nand page 00000019 direct map buf d1856500 error, try bounce buffer |
--- | |
# https://taskfile.dev | |
version: '3' | |
vars: | |
PROJ: HelloWorld | |
tasks: | |
default: | |
desc: Default task(s) |
As of 2022-09-24, an update to the Fedora operating system was installed on a Lenovo Ideapad Flex 5 14" screen with AMD Ryzen CPU. This took the Linux Kernel from kernel-5.19.9-200.fc36.x86_64 to kernel-5.19.10-200.fc36.x86_64. After that the touch pad and touch scream ceased to work. I was able to plugin an external mouse and use the device. However, the device was purchased with the intent to use the screen for artistic purposes.
#!/usr/bin/env bash | |
# | |
# @see https://www.zabbix.com/documentation/current/en/manual/installation/containers | |
CONTAINER_TAG="6.2.0-alpine" | |
function help_menu() { | |
cat << EOF | |
usage: zabbix-in-podman-pod.sh COMMAND |
This is a Genesys dice chart that uses HTML5 Decimal Codes to portray the dice and symbols. However, this requires a device with up to date rendering engines, as I'm finding the tablet I write this on does not but my phone does.
- □ - Boost Die (d6) blue
- ■ - Setback Die (d6) black
Printing a PDF as a booklet helps reduce the page count needed to print, and also make the PDF able to be travel sized. The size of where it becomes unusable is up to you. However, if it's too big to fold and staple, then you shouldn't do this.
- Podman or Docker
➜ ~ | |
> sudo rpm-ostree cleanup -bm | |
[sudo] password for filbot: | |
Freed: 408.8 MB (pkgcache branches: 5) | |
➜ ~ | |
> sudo rpm-ostree upgrade | |
2 metadata, 0 content objects fetched; 788 B transferred in 1 seconds; 0 bytes content written | |
Checking out tree 0012652... done | |
Enabled rpm-md repositories: fedora-cisco-openh264 fedora-modular updates-modular updates fedora rpmfusion-free-updates rpmfusion-free rpmfusion-nonfree-updates rpmfusion-nonfree phracek-PyCharm rpmfusion-nonfree-nvidia-driver rpmfusion-nonfree-steam google-chrome updates-archive | |
Updating metadata for 'fedora-cisco-openh264'... done |