1. 설치 yum install firewalld 2. 포트 추가 firewall-cmd --permanent --zone=public --add-port=7990/tcp firewall-cmd --permanent --zone=public --add-port=7990-7995/tcp 3. 포트 삭제 firewall-cmd --permanent --zone=public --remove-port=7990/tcp 4. 재시작 firewall-cmd --reload
OS 검색 결과
※ 설치 환경 OS : CentOS 8.2 Reference : confluence.atlassian.com/bitbucketserver/install-bitbucket-server-on-linux-from-an-archive-file-868977010.html Install Bitbucket Server on Linux from an archive file | Bitbucket | Atlassian documentation confluence.atlassian.com [준비하기] 1. JAVA 설치 (환경변수 $JAVA_HOME 까지) 2. GIT 설치 3. PostgreSQL 설치 4. PostgreSQL - Bit..
CentOS8 환경에서 시간 동기화를 하려고 ntp를 설치하는데 오류가 남. yum install -y ntp CentOS8 버전부터는 시간동기화 프로그램은 ntp가 아닌 chrony가 사용됨 1) 보통은 기본 설치 되어있음. 없으면 새로 설치 yum install chrony 2) 동기화 위치를 설정함 vi /etc/chrony.conf 최 상단 3번째 줄 pool 부분을 주석처리 아래 코드를 추가함. server time.bora.net iburst 저장하고 재시작 systemctl restart chronyd.service
0. Dell PowerEdge R410, R420 옛 모델을 사용하고 있음. 0. CentOS7 / Redhat7 버전에는 RAID DISK가 잘 보였으나 CentOS 8 버전에는 안보임... 0. CentOS8 / Redhat8 버전에는 많은 어댑터가 제외되었다고 함. >> 해당 REDHAT 공식문서 링크 Chapter 11. Hardware enablement Red Hat Enterprise Linux 8 | Red Hat Customer Portal The Red Hat Customer Portal delivers the knowledge, expertise, and guidance available through your Red Hat subscription. access.redhat.com ..
최근댓글