1 32位linux_server无法使用

报错信息:

./linux_server: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

解决方法:

https://blog.csdn.net/qin9800/article/details/106342940/

sudo apt-get install lib32stdc++6

2 终端不走clash代理

https://www.cnblogs.com/tany-g/p/17783416.html

export http_proxy=http://127.0.0.1:7890

export https_proxy=$http_proxy
set http_proxy=http://127.0.0.1:7890

set https_proxy=http://127.0.0.1:7890

这种解决方法是可以让当前这个终端走代理,如果不想每次都输入一遍的话就修改环境变量

3 clash for linux

服务器买的国内的,导致必须得使用clash for linux了

https://github.com/wnlen/clash-for-linux

按照说明一步一步来就可以了,最后别忘了进入http://:9090/ui 登录