OS75 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. 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. 이전 1 ··· 3 4 5 6 7 8 9 ··· 19 다음 반응형