분류 전체보기

미리 정의된 IP대역을 프로파일로 정의하고 적용할수 있는 프로그램입니다. 포터블로도 사용가능해서 유용합니다. https://www.netsetman.com/ NetSetMan - Your Network Settings Manager NetSetMan offers what you've been missing in Windows until now: A powerful, easy-to-use interface to manage all your network settings at a glance. Give it a try and you'll never want to be without it again! www.netsetman.com
https://kinfolksoft.com/%ec%8a%a4%eb%a7%88%ed%8a%b8%eb%9d%bdsmart-lock/ 스마트락(Smart Lock) 키보드 잠금, 마우스 잠금 프그램입니다. 키보드의 보조키(Shift, Ctrl, Alt, Windows 키)등을 잠금고 해재합니다. 기능키(F1~F12), A~Z키, 숫자키 등을 잠금, 해제 할 수 있습니다. 마우스 오른쪽, 가운데 kinfolksoft.com 노트북 특정키가 간헐적으로 입력되는 불량이 나타나는 경우 해결방법으로 에어건으로 청소, 접점부활제를 사용해서 접점부활, WD로 접점부활(WD는 비추천)을 할수 있지만 그렇게 해도 안되는 경우 노트북 키보드를 교체해야된다. 불량 키가 사용빈도가 적을경우에는 위 프로그램으로 입력을 차단할수 있습..
- ban ip list # fail2ban-client status sshd - ip unban # fail2ban-client set sshd unbanip xxx.xxx.xxx.xxx - unban all # fail2ban-client unban --all
· Windows
int[] data = { 10, 20, 30, 28, 25, 17, 33, 24 }; int target = 26; int near = 0; int min = Int32.MaxValue; // 기준시간보다 작은것중에 근사값 구하기 for (int i = 0; i < data.Length; i++) { if ((data[i] = target) && (Math.Abs(data[i] - target) < min)) { min = Math.Abs(data[i] - target); near = data[i]; } } Trace.WriteLine("min값=" + min); Trace.WriteLine(string.Format("{0}와 가까운값: {1}", target, near));
2021년 9월 15일에 업데이트된 "KB 5005565" 설치하면 네트워크로 공유된 프린트가 작동되지 않습니다. KB 5005565업데이트를 제거하면 정상작동하지만, 또 다시 업데이트 되는 경우 장애가 발생합니다. 프린터에 물리적으로 연결되어 있는 컴퓨터에 아래와 같이 스크립트를 실행하면 공유가 정상적으로 됩니다. cmd(관리자권한)으로 위 스크립트 실행하면 정상작동합니다. REG ADD HKLM\System\CurrentControlSet\Control\Print /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f && net stop spooler && net start spooler https://sway.office.com/RBWW1GOZ4oOkQwz1 ..
zosystem
'분류 전체보기' 카테고리의 글 목록 (12 Page)