분류 전체보기

https://github.com/hampusborgos/country-flags GitHub - hampusborgos/country-flags: SVG and PNG renders of all countries' flags. SVG and PNG renders of all countries' flags. Contribute to hampusborgos/country-flags development by creating an account on GitHub. github.com
· Windows
실시간으로 이벤트 로그를 보여주는 프로그램입니다. 참고할만한 소스 https://www.codeproject.com/Articles/1242641/Real-Time-Event-Log-Reader Real Time Event Log Reader RealTimeEventLogReader will show you how to read event logs in C# as soon as they are written in Windows Event Logs. www.codeproject.com https://github.com/babichomrv/RealTimeEventLogReader GitHub - babichomrv/RealTimeEventLogReader Contribute to babichomrv/Real..
/etc/ssh/sshd_config 파일에서 비밀번호 인증설정을 해재(no)했지만 계속 접속이 가능하다면 sshd_config파일에 보면 첫줄에 Include /etc/ssh/sshd_config.d/*.conf 이렇게 포함시킵니다. nano /etc/ssh/sshd_config.d/50-cloud-init.conf PasswordAuthentication설정이 있는지 확인하고 수정하시면 됩니다.
증상 - 핀번호 입력 시 자격 증명을 검증할 수 없습니다. - 비밀번호 입력 시 참조된 계정이 현재 잠겨 있으므로 그 계정으로 로그온 할 수 없습니다. 원인 - 과도하게 비밀번호가 틀렸을 경우 계정이 일시적으로 잠김 - 원격데스크톱연결(RDP) 접속 시 비밀번호를 과도하게 틀렸을 경우 계정이 일시적으로 잠김 사용자가 로그인 시도를 하지 않았는데도 계정이 잠길 경우 RDP원격 로그인시도가 있었다고 판단해도 됨 https://zosystem.tistory.com/368 원격 데스크톱 연결(RDP) 이벤트 로그 확인 방법 (윈도우10,11) 원격 데스트톱 연결에 실패하거나 성공한 로그를 확인하는 방법입니다. 윈도우 이벤트 뷰어, 이벤트ID 필터를 통해 확인할수 있습니다. 이벤트ID 4624 감사성공(원격 로그..