크롬&엣지 버그 한자키(특수키) 먹통 현상
# trouble shooting2022. 6. 8. 15:01크롬&엣지 버그 한자키(특수키) 먹통 현상

현재자 기준 최신버전(102.0.5005.63)에서는 한자키먹통되는 버그 해결방법 1. 버전낮춰서 설치 2. 아래와 같이 크롬 실행 옵션 등록 "C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-features=TSFImeSupport

putty error - expected key exchange group packet from server
# trouble shooting2021. 4. 22. 09:35putty error - expected key exchange group packet from server

ssh 접속시 아래와 같이 에러 발생 기존 설정값 변경 설정값

centos5 텔레그램 알림봇 연결불가 이슈
# trouble shooting2020. 2. 27. 17:06centos5 텔레그램 알림봇 연결불가 이슈

centos5.11에서 텔레그램 감시 설정 걸었었는데 아래와 같이 오류 발생 curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version tlsv1이 문제가되어 발생된듯합니다. openssl 및 curl 버전 업그레이드하면 해결! openssl버전 업그레이드 https://darksharavim.tistory.com/463 centos5 openssl 버전 업그레이드 버전확인 $ openssl version OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 $ wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2u.tar.gz $ ...

rsync 사용시 트러블슈팅
# trouble shooting2020. 2. 12. 16:41rsync 사용시 트러블슈팅

rsync사용시 아래와 같이 에러 발생시 bash: rsync: command not found rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: remote command not found (code 127) at io.c(463) [receiver=2.6.8] 조치방법 원격지의 rsync경로를 설정해주면 해결됨 [darksharavim]rsync \ --rsync-path=/usr/local/bin/rsync \ -avz \ -e ssh 111.111.111.111:/root

[AIX]로그인 실패횟수 초과로 인한 접속불가 조치방법
# trouble shooting2016. 12. 26. 16:32[AIX]로그인 실패횟수 초과로 인한 접속불가 조치방법

패스워드는 변경하였지만 로그인실패 횟수제한으로 락이 걸린 상태라 아래와 같이 조치하여 해결하였습니다. chsec -f /etc/security/lastlog -a "unsuccessful_login_count=0" -s 참조 : http://itsiti.com/reset-unlock-user-due-to-failed-login-in-aix

image