Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.
Run in Terminal
codesign --force --deep --sign - /Applications/name.app
if Permission denied don't forget to add sudo
example:
| This list was compiled from https://web.archive.org/web/20230911135706/https://docs.docker.com/desktop/release-notes/, retrieved on 2024-05-24 | |
| It appears links for later updates than 4.22.1 are currently (as of early Aug 2024) being kept up to date on https://docs.docker.com/desktop/release-notes, I'm not going to continuously update this but others may in the comments below, so check that link or the comments if you need a later version than 4.22.1. | |
| The information may not be correct in all cases, or may have changed since archive.org archived the page. At time of posting, I spot-checked a few links and they appeared to be good, but really, all I've done is copied, pasted, and visually formatted the information I found on archive.org, so no warrantee that it's good. | |
| If the download links don't work, sometimes archive.org has the download archive, and you can try adding https://web.archive.org/web/20230911135706/ to the beginning of the URL. For instance, as of this writing, the 4.22.1 Windows download i |
| Get Flash Size and info: | |
| esptool.py flash_id | |
| Read backup flash from esp32 with 4MB of flash size: | |
| esptool.py read_flash 0x0 0x400000 nspanel.bin | |
| Tasmota template for NSPanel: | |
| {"NAME":"NSPanel","GPIO":[0,0,0,0,3872,0,0,0,0,0,32,0,0,0,0,225,0,480,224,1,0,0,0,33,0,0,0,0,0,0,0,0,0,0,4736,0],"FLAG":0,"BASE":1,"CMND":"ADCParam 2,64000,10000,3950 | Sleep 0 | BuzzerPWM 1"} | |
Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.
Run in Terminal
codesign --force --deep --sign - /Applications/name.app
if Permission denied don't forget to add sudo
example:
Directions for getting windows 10 to work with virtualbox 6.0.12.
| if (`window -exists AllIconsWin`) deleteUI AllIconsWin; | |
| if (`windowPref -exists AllIconsWin`) windowPref -remove AllIconsWin; | |
| string $window = `window -title "All icons" -rtf 1 -widthHeight 840 550 AllIconsWin`; | |
| columnLayout -adj 1; | |
| $labels = `textFieldGrp -label "Resources: " -text "click icons to get icon names"`; | |
| $scrollLayout = `scrollLayout -verticalScrollBarThickness 16 -h 500`; | |
| rowColumnLayout -numberOfColumns 25; | |
| string $icons[] = `resourceManager -nameFilter "*"`; |