Turn off charging sounds

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


Git Issue After Upgrading to Ventura

Error: 

Unable to negotiate with 93.183.20.190 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
fatal: Could not read from remote repository.

Fix:

>sudo vi /etc/ssh/ssh_config


Add:


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


  • No labels