Skip to content

Instantly share code, notes, and snippets.

@lingoer
Last active December 14, 2018 11:52
Show Gist options
  • Save lingoer/45aab588599229852a1715afada0e789 to your computer and use it in GitHub Desktop.
Save lingoer/45aab588599229852a1715afada0e789 to your computer and use it in GitHub Desktop.
MPTCP
apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 379CE192D401AB61
sh -c "echo 'deb https://dl.bintray.com/cpaasch/deb stretch main' > /etc/apt/sources.list.d/mptcp.list"
apt-get update
apt-get install linux-mptcp
"Advanced options for Ubuntu>Ubuntu, with Linux 4.14.70.mptcp"
wget --no-check-certificate -O shadowsocks.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh
chmod +x shadowsocks.sh
./shadowsocks.sh 2>&1 | tee shadowsocks.log
GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.14.70.mptcp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment