This is an old revision of the document!
# Linux发行版简介
发行版排行榜:[DistroWatch](http://distrowatch.com),如果没有梯子,打开会比较慢(因为需要加载Google的东西)
2017-12-12发布的近半年关注Top10
1. Mint 2. Debian 3. Manjaro 4. Ubuntu 5. Antergos 6. Solus 7. Fedora 8. openSUSE 9. elementary 10. TrueOS
## Debian
## Ubuntu
## CentOS
CentOS minimal安装后不能上网的解决(参考https://unix.stackexchange.com/questions/81677/setting-up-network-from-a-minimal-centos-6-4-install):
编辑/etc/sysconfig/network-scripts/ifcfg-eth0(根据网卡不同,eth0可能需要改成其他内容)文件,将ONBOOT=“no”改为ONBOOT=“yes”
CentOS无法yum安装pip解决方案:https://superuser.com/questions/1137207/cannot-install-python-pip-with-yum
安装shadowsocks
https://github.com/shadowsocks/shadowsocks-libev#install-from-repository-1
如果提示缺少libsodium,参照https://download.libsodium.org/doc/installation/安装
## RHEL