Nixy Trix
  • Home
  • About
Sign in Subscribe

MacOs

A collection of 4 posts
I can't hear my own voice in my Blue Yeti microphone. How do I fix that?
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 a box in the microphone properties to allow sound to pass-through:
Dec 7, 2021 1 min read
How to fix: "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun"
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 ```
Aug 24, 2021
How do I add a grub boot entry for MacOs?
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_custom Now, using your favorite text editor, add this to the text file you just created: #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to
Dec 8, 2020 1 min read
How do I change the hostname on MacOs in the Terminal?
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
Jul 11, 2020
Page 1 of 1
Nixy Trix © 2025
Powered by Ghost