This file contains 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
#!/usr/bin/env bash | |
#Thanks to Craig Hair for crafting this magic. | |
ARRAY=() | |
ARRAY=( "0:0" | |
"1:Grey" | |
"2:Space Grey" | |
"3:Yellow" | |
"4:Green" | |
"5:Blue" |
This file contains 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
log show --style syslog --predicate 'process contains[cd] "Winclone"' --info --last 2d | |
(you can adjust the argument of "2d" from 2 days to other time periods that you want the log, like "10m" for the last 10 minutes or 3h for the last 3 hours). | |
This file contains 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
MacbookPro:winclone tperfitt$ sudo diskutil apfs updatePreboot / | |
Started APFS operation | |
UpdatePreboot: Commencing operation to update the Preboot Volume for Target Volume disk1s1 Macintosh HD | |
UpdatePreboot: The Target Volume's OpenDirectory (non-special kind) user count is 4 and the Recovery (any of 3 kinds) user count is 0 | |
UpdatePreboot: There are OpenDirectory user(s) but no Recovery user(s) | |
UpdatePreboot: The above is an abort condition for some purposes but not UpdatePreboot; continuing | |
UpdatePreboot: No custom Open Directory path given | |
UpdatePreboot: Using GivenVolumeMountPointOrNilIfNotMounted for the MacOSSearchPath | |
UpdatePreboot: Using MacOSSearchPath's child dslocal path for the OpenDirectorySearchPath | |
UpdatePreboot: MacOS Search Path = (nil=NotMounted) = / |
This file contains 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
#include <HID-Project.h> | |
#include <HID-Settings.h> | |
void setup() { | |
BootKeyboard.begin(); | |
} | |
void loop() { |
This file contains 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
A p p R e p o s i t o r y | |