centos24 Download Oracle Java JRE & JDK using a script Download Oracle Java JRE & JDK using a script http://www.oracle.com/technetwork/java/javase/downloads/index.html 으로 가서 해당 버전의 다운로드 받을 파일의 링크를 복사함.. 아래 링크부분을 변경하여 다운로드 받음 wget --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" "http://download.oracle.com/otn-pub/java/jdk/6u38-b05/jre-6u38-linux-i586-rpm.bin" wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=ht.. 2020. 4. 27. CentOS port open / RHEL/CentOS 7 방화벽(firewalld) 설정 RHEL/CentOS 7 방화벽(firewalld) 설정 콘솔 : firewall-cmd x-windows : firewall-config 1.설치 yum -y install firewalld 2. 서비스 시작 및 활성화 systemctl start firewalld systemctl enable firewalld 3. 서비스 종료 systemctl stop firewalld 4. firewalld 재시작 firewall-cmd --reload 5.방화벽에 포트추가 firewall-cmd --permanent --zone=public --add-port=80/tcp firewall-cmd --permanent --zone=public --add-port=8080/tcp ※ firewalld 재시작해야 반.. 2020. 4. 27. Install PostgreSQL on CentOS 6.3 [ 설치 , 백업 , 복구 ] Install PostgreSQL on CentOS 6.3 1.1 Change root user su - ## OR ## sudo -i 1.2 Exclude CentOS own PostgreSQL Packages Add exclude to /etc/yum.repos.d/CentOS-Base.repo file [base] and [updates] sections:[base] ... exclude=postgresql* [updates] ... exclude=postgresql* 1.3 Install PostgreSQL 9.2 Repository ## CentOS 6 - i386 - 32-bit ## rpm -Uvh http://yum.postgresql.org/9.2/redhat/rhel-6-i386/pgd.. 2020. 4. 27. CentOS / DNS server 1. webmin 설치후 2. webmin 접속한뒤 3. https://192.168.0.71:10000/bind8 로 접속하면 Module Index Help.. Install Package Installing package(s) with command yum -y install bind .. ..... .. install complete. 을 진행함.. 4. https://192.168.0.71:10000/ 다시 접속하면 Servers > BIND DNS Server 존재함. 5. Webmin > BIND DNS Server > Edit Config File 내용중에 아래내용을 확인하여 수정함 options { ... listen-on port 53 { any; }; ... allow-query { .. 2020. 4. 27. 이전 1 2 3 4 5 6 다음 반응형