MacOs I can't hear my own voice in my Blue Yeti microphone. How do I fix that? I tried fixing this with the Blue Sherpa software, but it wouldn't detect my microphone on MacOS BigSur. In the end, I had to launch the "MIDI" app and check
MacOs How to fix: "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun" Run this command in the Terminal: ``` xcode-select --install ```
Ubuntu How do I add a grub boot entry for MacOs? On Ubuntu 20.04 create a new text file by running the following command: sudo touch /etc/grub.d/40_customNow, using your favorite text editor, add this to the
MacOs How do I change the hostname on MacOs in the Terminal? sudo scutil --set HostName MYCOOLHOSTNAME sudo scutil --set LocalHostName MYCOOLHOSTNAME sudo scutil --set ComputerName MYCOOLHOSTNAME dscacheutil -flushcache