I hereby claim:
- I am ccwoolf on github.
- I am ccwoolf (https://keybase.io/ccwoolf) on keybase.
- I have a public key ASDuOjE8eS9O7lqpCgHV0ChqesFPWJc3bGmJZVzzmlBMYwo
To claim this, I am signing this object:
| for f in ebay-label-*.pdf | |
| pdfcropmargins --samePageSize --uniform $f & | |
| end | |
| wait | |
| pdfjam --nup 2x2 ebay-label-*cropped.pdf --outfile 2x2.pdf |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then | |
| echo "Capture packets across all network interfaces for the given duration (default 1m)." | |
| echo "" | |
| echo "USAGE:" | |
| echo " $0 [DURATION]" | |
| echo "" | |
| echo "Captured packets can be found in a tar.gz archive with a pcaps_ prefix, followed by the date and time of the capture." | |
| echo "Specify the optional duration in timeout(1)'s duration syntax." |
Check FreeBSD Ports for the latest version.
Log in via SSH or otherwise somehow execute the following command:
pkg install http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/node_exporter-0.18.1.txz| #!/usr/bin/env bash | |
| # Compresses all input files into a single archive | |
| 7za a -m0=lzma2 -ms=on -mfb=273 -md=1536m -mmt=on archive.7z *.ext |
| # Usage: obd_test.py DEVICE | |
| # Example: obd_test.py /dev/pts/4 | |
| # Prints supported OBD commands to the console, along with their current values. | |
| import sys | |
| import time | |
| import obd | |
| import json | |