본문 바로가기

전체 글213

CORS 에러: The request client is not a secure context and the resource is in more-private address space `local`. chrome://flags/#block-insecure-private-network-requests edge://flags/#block-insecure-private-network-requests disabled 2022. 6. 30.
oracle / DEFAULT_TABLESPACE -- DEFAULT_TABLESPACE 조회 SELECT USERNAME, DEFAULT_TABLESPACE FROM USER_USERS WHERE USERNAME = '[유저명]'; 2022. 4. 14.
SSO / SSL / jdk.tls.disabledAlgorithms SSO 관련오류 해결 ㅁ환경 OS : Ubuntu 20.04.3 LTS jdk : open jdk 1.8.0_312 /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security 704line (변경전) jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \ DH keySize 2022. 2. 15.
TOSHIBA / B-SX4T / B-SX5T / ■ 설정정보확인 1. + 버튼 함께누르면서 POWER ON 2. 버튼을 눌러서 항목이동 3. 클릭하여 세부항목확인 IP ADDRESS -> IP -> GW -> SUBNET MASK -> PORT (1) Format of Interface command ● The length from [ESC] to [LF] [NUL] must be as specified by each command. ● There are the following three kinds of control codes: ① ESC (1BH), LF (0AH), NUL (00H) ② { (7BH), | (7CH), } (7DH) ③ Code set in the system mode (2) 프린트 통신 테스트 [Examples] {T00C31.. 2022. 2. 15.
linux / find / 특정기간 / 검색기간 1. touch 명령어로 검색기간(START ~ END)의 파일 생성 #>touch -t 202105070000 START #>touch -t 202105082359 END 2. 검색기간(START ~ END)내의 파일 검색 #>find /BACKUP -newer START -a ! -newer END -print 3. 검색기간(START ~ END)내의 파일 검색결과 관련 검색결과를 파일(log.txt)로 저장 #>find /BACKUP -newer START -a ! -newer END -print >log.txt 검색결과중 특정파일(*.txt)만 표시 #>find /BACKUP -newer START -a ! -newer END -print | grep .txt #>find /BACKUP -newe.. 2022. 2. 14.
oracle / sqlplus / UTF8 / 한글깨짐 1. 환경설정확인 # env | grep LANG NLS_LANG=KOREAN_KOREA.AL32UTF8 LANG=en_US.UTF-8 # 2.환경설정값 추가 # export NLS_LANG=KOREAN_KOREA.AL32UTF8 3. 설정값 확인 4. UTF8 로 sql저장 5. 파일 서버로 업로드 6. sqlplus로 실행 @파일명 2022. 1. 3.
sftp / ssh / scp 포트지정접속 ※ sftp sftp -oPort=포트 계정@서버주소 ※ ssh ssh 계정@서버주소 -p포트 ※ scp 원격 → 로컬 scp -P 포트 계정@서버주소:경로/파일명 경로/파일명 ※ scp 로컬 → 원격 scp -P 포트 경로/파일명 계정@서버주소:경로/파일명 2021. 12. 28.
telegram / CLI / message ■ telegram으로 파일서버 용량확인 - linux변수로 처리 - 줄바꿈처리 \n\r - sendMessage : 메세지 발송 - sendCocument : 파일 발송 - sendPhoto : 사진 발송 1. sh파일 sendmsgTelegram.sh MSG="[OFFICE_Synology] $(printf '\n---------------------\n\r') $(df -h) $(printf '\n----------------------\n')" curl -k -d "chat_id=" https://api.telegram.org/bot/sendMessage --data-urlencode "text=$MSG" 2. crontab 에 등록 2021. 11. 23.
tomcat / catalina.out / 일자별 log 1. rotatelogs  설치확인[root@dev bin]# find / -name rotatelogs /usr/sbin/rotatelogs 미 존재시  httpd 설치    - rotatelogs가 설치되었는지 확인:      which rotatelogs 2. tomcat bin catalina.sh 수정버전 : apache-tomcat-8.5.50수정파일 : bin/catalina.sh 수정사항 :  453line  주석   미처리시 catalina.out  0 byte  파일 존재함□ 변경전 :            touch "$CATALINA_OUT"■ 변경후 :            echo "touch CATALINA_OUT"  # 해당 line 없는경우 if-else 구문오류발생      .. 2021. 10. 5.
반응형