在安裝centos 6.x的過程中會出現以下介面:
desktop:基本的桌面系統,包括常用的桌面軟體,如文件檢視工具這樣描述似乎並不準確,筆者希望更詳細地了解每個選項所包含的內容,以及它們之間的涵蓋關係,以判斷自己最終需要選擇哪一項。minimal desktop:基本的桌面系統,包含的軟體更少
minimal:基本的系統,不包含任何可選的軟體包
basic server:安裝的基本系統的平台支援,不包含桌面
database server:基本系統平台,加上mysql和postgresql資料庫的客戶端,無桌面
web server:基本系統平台,加上php,web server,還有mysql和postgresql資料庫的客戶端,無桌面
virtual host:基本系統加虛擬化平台
software development workstation:包含的軟體包較多,基本系統,虛擬化平台桌面環境,開發工具
為此,我在centos官網上找到了答案(戳我):
based on /usr/lib/anaconda/installclasses/rhel.py from images/install.img the following options are **ailable:minimal desktop: base, core, debugging, directory-client, j**a-platform, network-file-system-client, server-platform, fonts, print-client, basic-desktop, desktop-debugging, desktop-platform, input-methods, legacy-x, x11, internet-browser, remote-desktop-clients
minimal: core
basic server: base, console-internet, core, debugging, directory-client, hardware-monitoring, j**a-platform, large-systems, network-file-system-client, performance, perl-runtime, server-platform
database server: base, console-internet, core, debugging, directory-client, hardware-monitoring, j**a-platform, large-systems, network-file-system-client, performance, perl-runtime, server-platform, mysql-client, mysql, postgresql-client, postgresql, system-admin-tools
web server: base, console-internet, core, debugging, directory-client, j**a-platform, network-file-system-client, performance, perl-runtime, server-platform, web-server, web-servlet, php, turbogears, mysql-client, postgresql-client
virtual host: base, console-internet, core, debugging, directory-client, hardware-monitoring, j**a-platform, large-systems, network-file-system-client, performance, perl-runtime, server-platform, virtualization, virtualization-client, virtualization-platform
software development workstation: base, core, debugging, directory-client, j**a-platform, network-file-system-client, performance, perl-runtime, server-platform, fonts, print-client, basic-desktop, desktop-debugging, desktop-platform, general-desktop, graphical-admin-tools, input-methods, legacy-x, x11, internet-browser, graphics, emacs, tex, remote-desktop-clients, virtualization, virtualization-client, virtualization-platform, desktop-platform-devel, development, eclipse, server-platform-devel, technical-writing, additional-devel
the contents of each group can be seen by
yum groupinfo
centos 6 x 編譯安裝subversion
首先直接使用svn訪問windows下搭建的subversion會出現如下錯誤 svn 方法 options 失敗於 ssl handshake failed ssl 錯誤 key usage violation in certificate has been detected.首先刪除原來的sub...
CentOS6 X系統啟動流程
1.硬體啟動階段 bios自檢 bios的功能由兩部分組成,分別是post碼和runtime服務 post階段完成後它將從儲存器中被清除,而runtime服務會被一直保留,用於目標作業系統的啟動。bios兩個階段所做的詳細工作如下 步驟1 上電自檢post power on self test 主要...
CentOS6 x核心公升級
說明 系統版本 centos 6.9 x64 在centos 6.9上安裝docker容器,發現核心版本過低,目前是2.6,作業系統是6.9 x86 64位,因此需要公升級核心到3.8及以上穩定版本。因為只有64位版本才支援安裝,所以需要首先檢查系統版本和位數 cat etc redhat rele...