Skip to content

Instantly share code, notes, and snippets.

@ivan
Last active February 9, 2017 12:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ivan/42597ad48c9f10cdd3c05418210e805b to your computer and use it in GitHub Desktop.
To get a tmux that doesn't lock up, install the tmux from Ubuntu 14.04:
# wget http://mirrors.kernel.org/ubuntu/pool/main/t/tmux/tmux_1.8-5_amd64.deb
# sha256sum tmux_1.8-5_amd64.deb
42b81ef117d9761e9dbf1c5bdb232eaf759b698137c80b0dd61444742c946ebe tmux_1.8-5_amd64.deb
# apt-get install ./tmux_1.8-5_amd64.deb
# echo "tmux hold" | sudo dpkg --set-selections
@ivan
Copy link
Author

ivan commented Aug 2, 2016

This gist is linked from the grab-site README and should not be deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment