윈도우 업데이트 이후 ssgdio64.sys 드라이버 로드 이슈
# Operation System/Windows2025. 1. 16. 10:03윈도우 업데이트 이후 ssgdio64.sys 드라이버 로드 이슈

윈도우11 24H2로 업데이트 이후 아래와 같이 윈도우 접속시 메시지가 뜸.   구글링해본결과 아래와같이 조치방법이 있음.  Open command prompt as an administrator (not Powershell). Search "cmd" in the start menu to find it easily, remember to right click "run as administrator"type the following command to delete the service that is unable to load: sc delete ssgdioYou will see a success message.Go to C:\Windows\SysWOW64\drivers and delete ssgdio64...

[윈도우]특정폴더가 삭제 되지 않을 경우
# Operation System/Windows2025. 1. 9. 00:02[윈도우]특정폴더가 삭제 되지 않을 경우

예전에 녹스 앱플레이어에 공유한 폴더가 있었는데 삭제할려고 보니 해당 폴더에 하위로 계속 반복적인 폴더 이름들이 계속 생성된것으로 확인. 삭제할려고보니 삭제도 되지 않는 증상이 발생. 해결방법# 실행gpedit.msc Win32 긴 경로 사용을 사용으로 변경 후 재부팅하여 문제가 되는 폴더를 아래와 같이 삭제PS C:\Users\ryzen> Remove-Item -Path "C:\Users\ryzen\NOX_SH~1" -Recurse -Force

secureCRT 하이라이트(Highlight) 기능
# Operation System/Linux2024. 4. 18. 09:09secureCRT 하이라이트(Highlight) 기능

v7.3기준    정규식도 가능### 메일주소 타입 ###(?i)[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?## 지원안할경우 아래로 ##[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+)*@[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?### ipv4 타입 ###(?:(?:25[0-5]|2[0-..

macOS(monterey) telnet install
# Operation System/MacOS2024. 3. 15. 10:38macOS(monterey) telnet install

윈도우도 그렇지만 맥도 마찬가지로 텔넷이 기본 활성화가 되어 있지 않아서 텔넷 활성화 하는 방법. MacBookPro ~ % brew install telnet ==> Downloading https://ghcr.io/v2/homebrew/core/telnet/manifests/294 ##################################################################################################################################################################################### 100.0% ==> Fetching telnet ==> Downloading https://ghcr...

macOS(monterey) brew install
# Operation System/MacOS2024. 3. 15. 10:30macOS(monterey) brew install

MacBookPro ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ==> Checking for `sudo` access (which may request your password)... Password: ==> This script will install: /usr/local/bin/brew /usr/local/share/doc/homebrew /usr/local/share/man/man1/brew.1 /usr/local/share/zsh/site-functions/_brew /usr/local/etc/bash_completion.d/brew /usr/local/Homeb..

image