ShaneKing / ShaneKing.github.io

🅱️ ShaneKing's Blog
https://shaneking.org
Apache License 2.0
3 stars 0 forks source link

科学上网:Outline <- ShadowSocks <- OpenVPN — ShaneKing #14

Open ShaneKing opened 6 years ago

ShaneKing commented 6 years ago

https://shaneking.org/2018/08/26/Outline-ShadowSocks-OpenVPN/

因为亚马逊的一年免费,只有1C1G,基本上跑不了什么,搭个 VPN 用于科学上网却非常适合,于是乎有了从 OpenVPN 到 Outline 的使用经历

ShaneKing commented 6 years ago
ShaneKing commented 5 years ago
ShaneKing commented 2 years ago

u20 docker 安装失败,先执行如下脚本:

sudo apt-get update

sudo apt-get install apt-transport-https ca-certificates curl gnupg lsb-release

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg

echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

sudo apt-get update

sudo apt-get install docker-ce docker-ce-cli containerd.io

sudo service docker start