-
Erros com JAXB no Java 9+ – Blog da Caelum: desenvolvimento, web, mobile, UX e Scrum
”
javax.xml.bind
jaxb-api
2.2.11com.sun.xml.bind
jaxb-core
2.2.11com.sun.xml.bind
jaxb-impl
2.2.11
“ -
[Guide] Laptop backlight control using AppleBacklightFixup.kext | tonymacx86.com
“For some computers, you may be able to get native NVRAM working (without EmuVariableUefi-64.efi) if you use AptioMemoryFix.efi instead of OsxAptioFix*.efi”
-
Dual boot hackintosh macOS mojave and windows 10 [same drive]
“Diskpart
List disk
Sel disk 0
sel vol X ( X is number of volume from which we will shrink 200mb for efi partition)
Shrink desired=300
Create partition efi size=200
Format quick fs=fat32 label=”system”
Assign letter zNow exit diskpart by typing ‘exit’ and run command:
bcdboot c:\windows /s z: /f ALL
-
[Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch | tonymacx86.com
“Also update Clover to the latest using the Clover installer.
Also update config.plist at EFI/Clover/config.plist to the latest content from the repo. Be sure to retain your own SMBIOS”
-
After updating, run ./install_downloads.sh again
-
-
Install MongoDB Community Edition on macOS — MongoDB Manual
“brew services start mongodb-community@4.2
“-
brew tap mongodb/brew
-
brew install mongodb-community@4.2
-
-
Finder not restoring open windows and tabs on restart | Best Mac Tips
“defaults write com.apple.finder NSQuitAlwaysKeepsWindows -bool true
“