728x90
cockpit 관리 도구 설치
플렛폼Platform(플랫폼)
$ cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
cockpit 패키지 설치
$ yum install -y cockpit
Dependencies Resolved
============================================================================================================================================================
Package Arch Version Repository Size
============================================================================================================================================================
Installing:
cockpit x86_64 195.6-1.el7.centos base 48 k
Installing for dependencies:
cockpit-bridge x86_64 195.6-1.el7.centos base 553 k
cockpit-system noarch 195.6-1.el7.centos base 1.6 M
cockpit-ws x86_64 195.6-1.el7.centos base 806 k
glib-networking x86_64 2.56.1-1.el7 base 145 k
gsettings-desktop-schemas x86_64 3.28.0-3.el7 base 606 k
json-glib x86_64 1.4.2-2.el7 base 134 k
Transaction Summary
============================================================================================================================================================
Install 1 Package (+6 Dependent packages)
Enable Cockpit
$ systemctl enable --now cockpit.socket
WEB UI
http://serverip:9090
System
Terminal
728x90
'리눅스' 카테고리의 다른 글
[draft] CentOS 8에서 기본 리포지토리를 미러 서버로 변경하는 방법 (0) | 2022.03.05 |
---|---|
리눅스 tar 명령어를 사용하여 풀 백업, 증분 백업 및 자동 백업을 하는 방법 (0) | 2022.03.05 |
configure, make, make install 명령어 (0) | 2022.03.04 |
CentOS 7에서 MySQL 5.7를 바이너리 아카이브 파일로 설치하는 방법 (0) | 2022.03.03 |
CentOS 7에 MySQL 5.7을 바이너리 설치하는 방법(binary) (0) | 2022.03.03 |