- Find My → People → (root):
findmy://friendsorfindmy://people - Find My → People → [someone]:
findmy://friend/[Person slug] - Find My → Devices → (root):
findmy://devices - Find My → Items → (root):
findmy://items - Find My → Items → [your item]:
findmy://bypass/item?id=[Your item UUID string]&op=selectItem - Find My → Me → (root):
findmy://me
For example, StartOnMount=true will cause the job to start when anything is mounted even if other conditions, e.g. QueueDirectories, say the job should not run
The StartInterval timer begins ticking at the moment the plist is loaded. If something like QueueDirectories is preventing the job from
For example, StartOnMount=true will cause the job to start when anything is mounted even if other conditions, e.g. QueueDirectories, say the job should not run
The StartInterval timer begins ticking at the moment the plist is loaded. If something like QueueDirectories is preventing the job from
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Citrix Viewer: map Cmd shortcuts to Ctrl (exact match)", | |
| "rules": [ | |
| { | |
| "description": "Citrix Viewer (com.citrix.receiver.icaviewer.mac): Cmd→Ctrl remaps", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { "key_code": "c", "modifiers": { "mandatory": ["command"] } }, | |
| "to": [ { "key_code": "c", "modifiers": ["control"] } ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @has_can_umount@ | |
| identifier path, flags; | |
| @@ | |
| can_umount(const struct path *path, int flags) { ... } | |
| // Backport for Linux < 5.9 | |
| // File: fs/namespace.c | |
| @path_umount depends on file in "namespace.c" && never has_can_umount@ | |
| @@ | |
| do_umount(...) { ... } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fb:// | |
| fb://))?((www\\.)|(m\\.))?((fb)|(fb\\.com)|(facebook\\.com))(/[^/]+/shop/) | |
| fb://))?((www\\.)|(m\\.))?((fb\\.gg)|(fb\\.com/gaming)|(facebook\\.com/gaming))(/|$) | |
| fb://.*$ | |
| fb:///page/whatsapp/verification/?whatsapp_number=<q$1>&page_id=<q$2>&verification_code=<q$3>&request_source=<q$4> | |
| fb:///videochannel?id=<p$2>&playerOrigin=external_deeplink::permalink | |
| fb://[^?]+)(\\?.*)? | |
| fb://about | |
| fb://about_info | |
| fb://account-kit/confirmation_code/?confirmation_code={confirmation_code} |
- Go to https://github.com/issues?q=review-requested%3A%40me
- Open the dev console, run this, and copy the output:
const pulls = Array.from(document.querySelectorAll('a[id^=issue_]'))
const links = pulls.map(i => i.href.replace('//github.com/', '//api.github.com/repos/').replace('/pull/', '/pulls/') + '/reviews')
const curls = links.map(l => `curl -H "Authorization: Bearer $GITHUB_TOKEN" --data '{"event": "APPROVE"}' ${l}`)
console.log(curls.join("\n"))- Run this in the terminal:
This script aims to fix the following error:
$ docker compose up -d --build
Error response from daemon: get audiobookshelf_audiobooks: error while checking if volume "audiobookshelf_audiobooks" exists in driver "rclone:latest": error looking up volume plugin rclone:latest: plugin rclone:latest found but disabled
$ docker plugin enable rclone
Error response from daemon: dial unix /run/docker/plugins/7c5c781c3b705d4caf5418cc5ed462b8e1b81596df43129b0eac55ea2047ad2b/rclone.sock: connect: no such file or directory
- Install the Tampermonkey extension.
- Do a right-click on the Tampermonkey icon and press
Options. - Click on
Settings, and then in theGeneralsection change theConfig modetoAdvanced.
- In the
Experimentssection at the bottom of the page, change theInject ModetoInstant.
- You can close this settings page now.
- Click on this link and press on
Installin the Tampermonkey tab that just opened.
NewerOlder