Force Safari history to sync on macOS Catalina

In order to force safari history syncing between your iPad/iPhone and Mac, you will need to first enable the “debug” menu.. This is not to be confused with the “Develop” menu, which you can enable in Safari’s settings. Make sure you have also selected “safari” within your iCloud account settings on all devices you want to sync.

1st, close safari completely with Command-Q (or whatever your preferred method is)

2nd, go to ‘System Preferences > Security & Privacy > Privacy > Full Disk Access’ and add Terminal.

3rd, within Terminal, execute ‘defaults write com.apple.Safari IncludeInternalDebugMenu 1′ (without the quotes’

4th, launch Safari, and on the newly created “Debug” menu, choose ‘Sync iCloud History’

You should know see your synced history between that Mac and your iOS devices!

VMware Fusion Export VM to OVA

Credit to the source of this article

There’s no GUI option to export an OVA (Open Virtual Appliance) format VM in VMware fusion, but there is a command-line method. Use the OVF tool. The following provides a command-line synopsis.

$ cd /Applications/VMware\ Fusion.app/Contents/Library/VMware\ OVF\ Tool/

$ ./ovftool –acceptAllEulas \
> /Users/me/Documents/Virtual\ Machines.localized/TheVM.vmwarevm/TheVM.vmx \
> ~/Desktop/TheVM.ova

Opening VMX source: […]

Opening OVA target: […]

Writing OVA package: /Users/me/Desktop/TheVM.ova