Atom 设置和取消代理 设置Shadowsocks代理 apm config set http-proxy socks5:127.0.0.1:1080 apm config set https-proxy socks5:127.0.0.1:1080 取消ssl apm config set strict-ssl false
Note: replace {{server}} with your domain or ip Login as the ec2-user ssh -i key.pem ec2-user@{{server}} Switch to administrator sudo -i