Skip to content

Instantly share code, notes, and snippets.

@TheRatG
Last active January 30, 2017 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheRatG/ac92045ae96d7a68bad70aaaf0a3be14 to your computer and use it in GitHub Desktop.
Save TheRatG/ac92045ae96d7a68bad70aaaf0a3be14 to your computer and use it in GitHub Desktop.
Mac OS

SSH Broken Pipe fix

Source

To fix it, on your mac do:

emacs (or vim/vi/nano/etc) ~/.ssh/config

And then, write this:

Host *
    ServerAliveInterval 120
    TCPKeepAlive no

VirtualBox + Vagrant + NFS

File permission denied

cd <dir> && chflags -R nouchg *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment