Catalina
-
How to Map network drive MacOS Catalina Automount
How to Map a Network Drive on Mac Launch Finder Click Go > Connect to Server (Command + K) Enter the path for the network drive you’d like to map and click Connect. (smb://192.168.222.111) If you’re prompted for a confirmation, click Connect. Once the network drive has been mapped, it will appear under your desktop as a mounted drive or under your Locations menu in any Finder window. How to Automount a Network Drive on macOS Click the Apple Logo…
-
Install macOS 10.15 Catalina on VirtualBox on Windows 10 PC
install Oracle VirtualBox 6.1 VirtualBox 6.1.14 Oracle VM VirtualBox Extension Pack Download macOS 10.15 Catalina VMDK File cd “C:\Program Files\Oracle\VirtualBox\” VBoxManage.exe modifyvm “macOS 10.15 Catalina” –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff VBoxManage setextradata “macOS 10.15 Catalina” “VBoxInternal/Devices/efi/0/Config/DmiSystemProduct” “iMac11,3” VBoxManage setextradata “macOS 10.15 Catalina” “VBoxInternal/Devices/efi/0/Config/DmiSystemVersion” “1.0” VBoxManage setextradata “macOS 10.15 Catalina” “VBoxInternal/Devices/efi/0/Config/DmiBoardProduct” “Iloveapple” VBoxManage setextradata “macOS 10.15 Catalina” “VBoxInternal/Devices/smc/0/Config/DeviceKey” “ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc” VBoxManage setextradata “macOS 10.15 Catalina” “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC” 1
-
Install Homebrew on MacOS Catalina 10.15.6
Official instructions here Paste this in a macOS Terminal and insert your user OS login password: /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)”