阿里云服务器坑爹集锦

  1. apt-get 404 forbidden

/etc/apt/apt.conf

Acquire::http::Proxy "http://mirrors.aliyun.com/";
注释掉好了。

https://yq.aliyun.com/ask/46660

  1. Could not resolve host: deb.nodesource.com

sudo /etc/init.d/networking restart

https://ubuntuforums.org/showthread.php?t=876616

  1. aliyun mail

服务器名称 服务器地址 服务器端口号(非加密) 服务器端口号(SSL加密)
POP3 pop3.aliyun.com 110 995
SMTP smtp.aliyun.com 25 465
IMAP imap.aliyun.com 143 993

http://mailhelp.aliyun.com/freemail/detail.vm?knoId=5869705

你可能感兴趣的:(阿里云服务器坑爹集锦)