Tag: macos

  • iCloud Drive Path for Terminal in Mac OS

    To access your iCloud Drive from the terminal in MacOS use this path ~/Library/Mobile Documents/com~apple~CloudDocs/

  • Disabling the Mac Boot / Start up Chime Sound

    A) Mute sound before shutting down. B) Run the following command in Terminal sudo nvram SystemAudioVolume=%80 c) To turn it back on again, run this command in terminal, sudo nvram SystemAudioVolume=%01

  • Create a bootable installer for macOS

    Example: sudo /Applications/Install macOS Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install macOS Sierra.app See the Apple Support page here : https://support.apple.com/en-us/HT201372 or watch this video TIP: You will probably need to erase the HDD using the disk utility before installing. If you do, chose what ever name you like, one of the Mac Formats and make sure to choose…