国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

Linux系統(tǒng)之Centos7安裝cockpit圖形管理界面

2023-02-27 19:15 作者:漫旅江湖  | 我要投稿

Linux系統(tǒng)之Centos7安裝cockpit圖形管理界面

  • 一、cockpit介紹

    • 1.1 cockpit簡(jiǎn)介

    • 2.2 cockpit特點(diǎn)

  • 二、cockpit官網(wǎng)

  • 三、安裝epel源

    • 3.1 安裝epel源

    • 3.2 檢查系統(tǒng)yum倉(cāng)庫(kù)狀態(tài)

  • 四、安裝cockpit

    • 4.1 安裝cockpit軟件

    • 4.2 設(shè)置cockpit服務(wù)開機(jī)自啟

    • 4.3 關(guān)閉防火墻或放行服務(wù)

  • 五、訪問(wèn)cockpit的web服務(wù)

  • 六、cockpit管理工具基本使用

    • 6.1 查看系統(tǒng)整體狀態(tài)

    • 6.2 查看系統(tǒng)的日志

    • 6.3 查看系統(tǒng)的網(wǎng)絡(luò)情況

    • 6.4 管理系統(tǒng)用戶

    • 6.5 查看系統(tǒng)所有服務(wù)

    • 6.6 進(jìn)入終端命令行


一、cockpit介紹

1.1 cockpit簡(jiǎn)介

Cockpit 是紅帽開發(fā)的網(wǎng)頁(yè)版圖像化服務(wù)管理工具,優(yōu)點(diǎn)是無(wú)需中間層,且可以管理多種服務(wù)。

2.2 cockpit特點(diǎn)

  • 從易用性考慮設(shè)計(jì),方便管理人員使用,而不是僅僅的終端命令按鈕化。

  • 不會(huì)打亂已有終端或腳本服務(wù)配置,通過(guò) Cockpit 啟用的服務(wù)可以在終端停止,腳本運(yùn)行的錯(cuò)誤亦會(huì)被 Cockpit 捕獲。

  • 支持一次性管理多個(gè)服務(wù),實(shí)現(xiàn)自動(dòng)化和批處理。

  • 支持Debian, Redhat, CentOS, Fedora, Atomic, Arch Linux, and Ubuntu.

二、cockpit官網(wǎng)

  • 官網(wǎng)地址:https://cockpit-project.org/

三、安裝epel源

3.1 安裝epel源

使用yum安裝epel包

[root@node01 ~]# yum install -y epel-releaseLoaded plugins: fastestmirror Loading mirror speeds from cached hostfile base ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | 3.6 kB ?00:00:00 ? ? extras ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | 2.9 kB ?00:00:00 ? ? updates ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?| 2.9 kB ?00:00:00 ? ? Resolving Dependencies --> Running transaction check ---> Package epel-release.noarch 0:7-11 will be installed --> Finished Dependency Resolution Dependencies Resolved==================================================================================================================================================== Package ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Arch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Version ? ? ? ? ? ? ? ? ? ? ? ? ?Repository ? ? ? ? ? ? ? ? ? ? ? ? Size====================================================================================================================================================Installing: epel-release ? ? ? ? ? ? ? ? ? ? ? ? ? ?noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ?7-11 ? ? ? ? ? ? ? ? ? ? ? ? ? ? extras ? ? ? ? ? ? ? ? ? ? ? ? ? ? 15 k Transaction Summary====================================================================================================================================================Install ?1 Package Total download size: 15 k Installed size: 24 k Downloading packages: epel-release-7-11.noarch.rpm ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | ?15 kB ?00:00:00 ? ? Running transaction check Running transaction testTransaction test succeeded Running transaction ?Installing : epel-release-7-11.noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1/1 ?Verifying ?: epel-release-7-11.noarch ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1/1 Installed: ?epel-release.noarch 0:7-11 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Complete!

3.2 檢查系統(tǒng)yum倉(cāng)庫(kù)狀態(tài)

[root@node01 yum.repos.d]# yum repolist all |grep enablebase/7/x86_64 ? ? ? ? ? ? ? ? CentOS-7 - Base - mirrors.aliyun.c enabled: 10,072epel/x86_64 ? ? ? ? ? ? ? ? ? Extra Packages for Enterprise Linu enabled: 13,747extras/7/x86_64 ? ? ? ? ? ? ? CentOS-7 - Extras - mirrors.aliyun enabled: ? ?515updates/7/x86_64 ? ? ? ? ? ? ?CentOS-7 - Updates - mirrors.aliyu enabled: ?4,706

四、安裝cockpit

4.1 安裝cockpit軟件

sudo yum install cockpit -y

4.2 設(shè)置cockpit服務(wù)開機(jī)自啟

設(shè)置cockpit服務(wù)開機(jī)自啟

sudo systemctl enable --now cockpit.socket

4.3 關(guān)閉防火墻或放行服務(wù)

  • 關(guān)閉防火墻

systemctl stop firewalld && systemctl disable firewalld

  • 在防火墻上放行cockpit服務(wù)

sudo firewall-cmd --permanent --zone=public --add-service=cockpitsudo firewall-cmd --reload

五、訪問(wèn)cockpit的web服務(wù)

  • https://192.168.3.172:9090/

使用系統(tǒng)的登錄賬號(hào)和密碼,訪問(wèn)cockpit的web服務(wù)。

六、cockpit管理工具基本使用

6.1 查看系統(tǒng)整體狀態(tài)

6.2 查看系統(tǒng)的日志

6.3 查看系統(tǒng)的網(wǎng)絡(luò)情況

6.4 管理系統(tǒng)用戶

6.5 查看系統(tǒng)所有服務(wù)

6.6 進(jìn)入終端命令行


Linux系統(tǒng)之Centos7安裝cockpit圖形管理界面的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
易门县| 武穴市| 台江县| 六盘水市| 黔西县| 寻甸| 依兰县| 伊宁县| 万载县| 安顺市| 宜春市| 株洲市| 常德市| 云阳县| 衡山县| 商水县| 方山县| 辽宁省| 遵义市| 穆棱市| 师宗县| 同江市| 香格里拉县| 达日县| 永仁县| 罗定市| 西华县| 兴海县| 玉林市| 衡阳县| 石嘴山市| 什邡市| 奉新县| 绵阳市| 深州市| 玛沁县| 东港市| 达日县| 清河县| 苍溪县| 侯马市|