전체 글213 ORA-24247: 네트워크 액세스가 ACL(액세스 제어 목록)에 의해 거부되었습니다. ORA-24247: 네트워크 액세스가 ACL(액세스 제어 목록)에 의해 거부되었습니다. 1. sys / sysadmin으로 로그인 2. script 실행 begin DBMS_NETWORK_ACL_ADMIN.CREATE_ACL( acl => 'network_services.xml' , description => 'NETWORK ACL' , principal => 'PUBLIC' , is_grant => true , privilege => 'connect' ); DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE( acl => 'network_services.xml' , principal => 'PUBLIC' , is_grant => true , privilege => 'resolve'); D.. 2021. 1. 11. centos 8 / run level 변경 / graphical.target / multi-user.target [root@www ~]# systemctl get-default graphical.target [root@www ~]# [root@www ~]# [root@www ~]# systemctl set-default multi-user.target root@www ~]# [root@www ~]# systemctl get-default multi-user.target [root@www ~]# 2020. 9. 28. window / tomcat / startup.bat / log file로 저장 window / tomcat / startup.bat / log file로 저장 1. 테스트환경 : windows10, apache-tomcat-7.0.105 2. 수정부분 1) \conf\context.xml 변경전 : 변경후 : 2) \lib\log4j.properties ( 아래내용으로 수정 .. 없으면 생성) log4j.rootLogger = INFO, CATALINA # Define all the appenders log4j.appender.CATALINA = org.apache.log4j.DailyRollingFileAppender log4j.appender.CATALINA.File = ${catalina.base}/logs/catalina log4j.appender.CATALINA.Appen.. 2020. 8. 26. windows | netstat -a -n -o | taskkill /f /pid 1234 Microsoft Windows [Version 10.0.19041.329] (c) 2020 Microsoft Corporation. All rights reserved. C:\Users\User>netstat -a -n -o 활성 연결 프로토콜 로컬 주소 외부 주소 상태 PID TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 1108 TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4 TCP 0.0.0.0:623 0.0.0.0:0 LISTENING 4736 TCP 0.0.0.0:1801 0.0.0.0:0 LISTENING 5264 TCP 0.0.0.0:2103 0.0.0.0:0 LISTENING 5264 TCP 0.0.0.0:2105 0.0.0.0:0 LISTENING .. 2020. 7. 6. 라벨프린터 http://www.hellot.net/new_hellot/magazine/magazine_read.html?code=202&sub=&idx=39260 https://youtu.be/3tVQ9Ag5zJw http://labelary.com/viewer.html https://qz.io/ 2020. 6. 16. centos 7 / docker install yum -y update yum remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine container-selinux docker-selinux docker-ce-cli yum list installed | grep docker docker repository 확인 yum repolist yum install -y yum-utils yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum -y install docker-c.. 2020. 5. 29. centos 7 / let's Encrypt / tomcat 8 *1. let's Encrypt 설치 * yum -y update yum -y upgrade yum install -y gcc gcc-c++ wget perl-devel curl-devel git cd /opt git clone https://github.com/letsencrypt/letsencrypt cd /opt/letsencrypt/ *2. 인증서 받기 * ./letsencrypt-auto certonly --manual --email [이메일 주소] -d [사용할 도메인주소1] -d [사용할 도메인주소2] -d [사용할 도메인주소3] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create .. 2020. 5. 4. centos 7 / tomcat / SSL / https / let's encrypt Apache Tomcat Version 7.0.82 openjdk version "1.8.0_242" CentOS Linux release 7.8 yum -y update yum -y upgrade yum install -y gcc gcc-c++ wget perl-devel curl-devel git cd /opt git clone https://github.com/letsencrypt/letsencrypt cd /opt/letsencrypt ./letsencrypt-auto certonly --manual --email [이메일 주소] -d [사용할 도메인주소] A - N - Y - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. 2020. 4. 29. Let’s Encrypt / certbot-auto wget https://dl.eff.org/certbot-auto chmod a+x certbot-auto ./certbot-auto certonly --webroot -w [ROOT폴더] -d [도메인명] Let’s Encrypt 인증서 기간, 남은 날짜, 상태 확인하기 ./certbot-auto certificates Let’s Encrypt SSL 인증서 갱신(20일미만) 웹서버 다운필요?? ./certbot-auto renew Let’s Encrypt SSL 인증서 갱신(잔여 유효기간 상관없음) 웹서버 다운필요?? ./certbot-auto renew --force-renewal Let’s Encrypt SSL 인증서 갱신(업데이트 패키지 설치시도시 사용자 입력 skip) 웹서버 다운필요?? ./.. 2020. 4. 28. 이전 1 ··· 5 6 7 8 9 10 11 ··· 24 다음 반응형