Last active
February 9, 2017 12:37
-
-
Save ivan/42597ad48c9f10cdd3c05418210e805b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist is linked from the grab-site README and should not be deleted