Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents


Turn off charging sounds

Code Block
defaults write com.apple.PowerChime ChimeOnNoHardware -bool true;killall PowerChime

...

Code Block
Host *
...
    HostKeyAlgorithms +ssh-rsa,ssh-dss
    PubkeyAcceptedKeyTypes +ssh-rsa


Replace SED with GNUSED

https://medium.com/@bramblexu/install-gnu-sed-on-mac-os-and-set-it-as-default-7c17ef1b8f64