Determine the file system by using the file-utility.
file image.imgUse mdconfig to link the IMG image to a virtual device.
mdconfig -a -t vnode -f /path/to/image.img -u 0Determine the file system by using the file-utility.
file image.imgUse mdconfig to link the IMG image to a virtual device.
mdconfig -a -t vnode -f /path/to/image.img -u 0Ventura docs for M2 Macs in this comment: https://gist.github.com/henrik242/65d26a7deca30bdb9828e183809690bd?permalink_comment_id=4555340#gistcomment-4555340
Old Monterey docs in this old revision: https://gist.github.com/henrik242/65d26a7deca30bdb9828e183809690bd/32c410e3a1de73539c76fa13ea5486569c4e0c5d
Solution for Sonoma: https://gist.github.com/sghiassy/a3927405cf4ffe81242f4ecb01c382ac
| http://0123456789nonexistent.com:80/announce | |
| http://0d.kebhana.mx:443/announce | |
| http://1337.abcvg.info:80/announce | |
| http://aboutbeautifulgallopinghorsesinthegreenpasture.online:80/announce | |
| http://bittorrent-tracker.e-n-c-r-y-p-t.net:1337/announce | |
| http://bt1.xxxxbt.cc:6969/announce | |
| http://bt.poletracker.org:2710/announce | |
| http://bt.rer.lol:2710/announce | |
| http://buny.uk:6969/announce | |
| http://bvarf.tracker.sh:2086/announce |
How to configure FreeBSD and applicable applications to work with Yubikey for authentication. This serves as my work-in-progress documentation of the configuration knobs needed to make this work properly.
libykcs11.so)oktaverify://email@domain.com/?t=XXXXX&f=YYYYY&s=https://DOMAIN.okta.com&issuer=DOMAIN.okta.com&isIdxEnabled=trueXXXXX, YYYYY and DOMAIN to your values in curl below:curl --request POST \
--url https://DOMAIN.okta.com/idp/authenticators \
--header 'Accept: application/json; charset=UTF-8' \
--header 'Accept-Encoding: gzip, deflate' \
--header 'Authorization: OTDT XXXXX' \
--header 'Content-Type: application/json; charset=UTF-8' \