鏡像下載、功能變數名稱解析、時間同步請點擊 阿裡雲開源鏡像站 一、clearos介紹 ClearOS是一個基於CentOS和Red Hat Enterprise Linux的簡單,開源,價格合理的Linux操作系統。 它設計用於中小型企業作為伺服器或網路網關。 二、clearos安裝 下載地址:develo ...
鏡像下載、功能變數名稱解析、時間同步請點擊 阿裡雲開源鏡像站
一、clearos介紹
ClearOS是一個基於CentOS和Red Hat Enterprise Linux的簡單,開源,價格合理的Linux操作系統。 它設計用於中小型企業作為伺服器或網路網關。
二、clearos安裝
下載地址:developer.aliyun.com/mirror/clearos
Install ClearOS 7.9.1.342252
選擇安裝過程中的語言
磁碟分區
開始安裝
設置ROOT密碼。等待安裝完成。
安裝完成,重啟系統。
登錄賬號
配置網路信息參數。
# 測試網路連通性
[root@localhost ~]# ping baidu.com -c 5
PING baidu.com (220.181.38.148) 56(84) bytes of data.
64 bytes from 220.181.38.148 (220.181.38.148): icmp_seq=1 ttl=128 time=32.2 ms
64 bytes from 220.181.38.148 (220.181.38.148): icmp_seq=2 ttl=128 time=32.1 ms
64 bytes from 220.181.38.148 (220.181.38.148): icmp_seq=3 ttl=128 time=48.8 ms
64 bytes from 220.181.38.148 (220.181.38.148): icmp_seq=4 ttl=128 time=28.9 ms
64 bytes from 220.181.38.148 (220.181.38.148): icmp_seq=5 ttl=128 time=30.3 ms
--- baidu.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 13052ms
rtt min/avg/max/mdev = 28.977/34.512/48.819/7.255 ms
[root@localhost ~]#
查看系統版本信息
[root@localhost ~]# hostnamectl
Static hostname: localhost.localdomain
Icon name: computer-vm
Chassis: vm
Machine ID: 3e9cbb095bec4c4d934fa531f7a8df04
Boot ID: d9bf2a054f6b402683f6e14147c4f0fa
Virtualization: vmware
Operating System: ClearOS 7 (Final)
CPE OS Name: cpe:/o:clearos:clearos:7
Kernel: Linux 3.10.0-1160.42.2.el7.x86_64
Architecture: x86-64
[root@localhost ~]#
安裝步驟與安裝CentOS等Linux系統差不多,可以按ALT+F1~F6切換圖形或者命令行界面。進行配置。
至此,ClearOS安裝完成。
本文轉自:https://blog.csdn.net/qq_45392321/article/details/123191009