Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

1.6. 其他 Linux 发行版本

下面是我常用的Linux本版,Debian/Ubuntu适合做实验,快速安装定制,Gentoo适合DIY

如果是企业服务器还是建议使用CentOS,Scientific Linux, 所以CentOS是IDC装机量怎大的操作系统。

1.6.1. Linux 下载排名

http://distrowatch.com/

1.6.2. Redhat 衍生版本

CentOS - The Community ENTerprise Operating System

http://www.centos.org/

Scientific Linux (SL)

http://www.scientificlinux.org/

Netkiller CentOS Linux 手札

1.6.3. FreeBSD 包风格的Linux 发行版

Gentoo

http://www.gentoo.org/

1.6.4. Linux 专用领域发行版

这些Linux都是为了特别用途而优化过的,例如处理音频,视频等等

1.6.4.1. ubuntustudio

			
$ apt-cache search ubuntustudio
plymouth-theme-ubuntustudio - Ubuntu Studio Plymouth theme
ubiquity-slideshow-ubuntustudio - Ubiquity slideshow for Ubuntu Studio
ubuntustudio-audio - Transitional Package for the Audio Seed
ubuntustudio-audio-plugins - Ubuntu Studio audio plugins Package
ubuntustudio-controls - Ubuntu Studio Controls is a small app that changes A/V settings.
ubuntustudio-default-settings - default settings for the Ubuntu Studio desktop
ubuntustudio-desktop - Ubuntu Studio Desktop Package
ubuntustudio-font-meta - Ubuntu Studio fonts Package
ubuntustudio-generation - Ubuntu Studio Audio Generation Package
ubuntustudio-graphics - Ubuntu Studio graphics Package
ubuntustudio-icon-theme - Ubuntu Studio Icon Theme
ubuntustudio-lightdm-theme - UbuntuStudio LightDM theme
ubuntustudio-live-settings - configuration for the Ubuntu Studio live-dvd
ubuntustudio-look - Ubuntu Studio look
ubuntustudio-menu - Menu for Ubuntu Studio
ubuntustudio-recording - Ubuntu Studio Audio Recording Package
ubuntustudio-screensaver - Ubuntu Studio screensaver
ubuntustudio-sounds - Ubuntu Studio's GNOME audio theme
ubuntustudio-video - Ubuntu Studio video Package
ubuntustudio-wallpapers - Ubuntu Studio - Wallpapers
			
				

1.6.4.2. AV Linux

http://www.bandshed.net/AVLinux.html

1.6.5. 早起版本

Getting Started Guides

1.6.5.1. Scientific Linux

1.6.5.2. Redhat Linux

1.6.5.3. CentOS 6

1.6.5.4. 5.x 减肥

卸载无用的包

				
yum remove NetworkManager
yum remove avahi
yum remove cups
yum remove bluez-gnome bluez-utils bluez-libs
yum remove isdn4k-utils
				
				

1.6.5.5. 6.x Mini 安装后需要做的一些事

禁用防火墙与SELinux

				
lokkit --disabled --selinux=disabled				
				
				
				
yum remove dhclient -y				
				
				
				
yum update -y
yum install -y telnet wget rsync
yum install -y openssh-clients
yum install -y system-config-network-tui
yum install -y bind-utils
yum install -y vim-enhanced