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 text file you
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