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
| โ 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/' |
| #!/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 |
First, we'll look at the SOAP URL and see what Prefixes, Global Elements, Global Types, Bindings, and Services are provided by the SOAP Service.
You can do this by running zeep as a CLI tool.
export WSDL_URL="http://www.dneonline.com/calculator.asmx?WSDL"
python -m zeep $WSDL_URLClamAV is a Free, Open Source Software that performs virus and threat detection capabilities.
However, on Windows, you don't get the on-demand, or other features, so you have to use something like
NSSM, the Non-Sucking Service Manager to setup clamd to run as local admin then use that to perform
scans.
However, this script is how I run ClamAV currently. May expand and become a repository in of itself.
| ==== 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 |
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
| --- | |
| # https://taskfile.dev | |
| version: '3' | |
| vars: | |
| PROJ: HelloWorld | |
| tasks: | |
| default: | |
| desc: Default task(s) |