Let's say you saved the output of a PayPal NVP API request to output.txt.
To parse it to JSON:
yarn start output.txt| #!/bin/bash | |
| # | |
| # Don't forget to `chmod +x update-wordpress.sh` | |
| # | |
| # Updates WordPress to a new version. | |
| # | |
| # The MIT License (MIT) | |
| # Copyright (c) 2016 Sander Venema <sander@sandervenema.ch> | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy |
Let's say you saved the output of a PayPal NVP API request to output.txt.
To parse it to JSON:
yarn start output.txt| -- Script for DEVONthink 3 | |
| -- Run OCRmyPDF on PDFs without OCR | |
| -- Requires https://github.com/jbarlow83/OCRmyPDF to be installed e.g. with brew | |
| on performSmartRule(theRecords) | |
| tell application id "DNtp" | |
| set strExportPath to "PATH=/opt/homebrew/bin:$PATH " | |
| set intRecordsCount to count of theRecords | |
| show progress indicator "Adding OCR to PDF..." steps intRecordsCount | |
| repeat with theRecord in theRecords |
| alias report="dokku ps:report | grep -e '=====>' -e 'Status'" |
Questions:
Discourse is very clear that they do not support anything else than their official install instructions, which more or less requires a dedicated server.
To get bundle identifier of an app:
osascript -e 'id of app "Logi Options Daemon"'Then to reset all permissions of app:
tccutil reset All com.logitech.manager.daemonThis will setup Pi-Hole with DNS-Over-HTTPS (DoH) enabled, using dnscrypt-proxy as a DoH proxy — which is an alternative to cloudflared, as explained in the Cloudflare docs. Inspired from https://github.com/losuler/pihole-dnscrypt-docker.
armbian-ramlog (can be confirmed with df). Otherwise it can help to not wear SD card too fast.Create docker-compose.yml and etc-dnscrypt-proxy/dnscrypt-proxy.toml, then to install/update:
| { | |
| "\UF729" = moveToBeginningOfLine:; // home | |
| "\UF72B" = moveToEndOfLine:; // end | |
| "$\UF729" = moveToBeginningOfLineAndModifySelection:; // shift-home | |
| "$\UF72B" = moveToEndOfLineAndModifySelection:; // shift-end | |
| "^\UF729" = moveToBeginningOfDocument:; // ctrl-home | |
| "^\UF72B" = moveToEndOfDocument:; // ctrl-end | |
| "^$\UF729" = moveToBeginningOfDocumentAndModifySelection:; // ctrl-shift-home | |
| "^$\UF72B" = moveToEndOfDocumentAndModifySelection:; // ctrl-shift-end | |
| } |
I hereby claim:
To claim this, I am signing this object:
The dokku-push action requires an SSH key with push access to the Dokku instance. Here's how to do that.
Replace APPNAME with the name of the app (e.g. this is a good idea to use the same name used on Dokku's).
We want each repo to have its own SSH key, so it's easier to rotate/invalidate them if required, without affecting all the repos. Let's generate a new key on your computer (see GitHub help):