Server

· Server/Linux
# 방법 1 apt install trash-cli trash-list trash-resotre # 방법 2 #add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" #apt-get update apt-get install testdisk 1. 파티션 선택 2. 파티션 종류 선택 3. 분석 4. image.dd 생성 5. testdisk image.dd 실행 How to Install TestDisk on Linux and Recover Deleted Files | DigitalOcean How to Install TestDisk on Linux and Recover Deleted Files | Digita..
· Server
예전 서버로 접속 될때 TLS 버전 문제로 오류가 발생함. TLS 1.0 버전이나 TLS 1.1은 보안 문제로 사용하지 않는 추세 TLS 접속을 지원하는 DB 등에 접속할때 예전 서버(프로그램)에 접속할때 많이 발생 함. (mssql, mysql, sftp, web 등 가리지 않고 발생함) #오류 메세지 ERROR 2026 (HY000): SSL connection error: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol #파일 편집 vi /usr/lib/ssl/openssl.cnf # /usr/lib/ssl/openssl.cnf 파일 최상단에 아래의 내용을 넣어 준다. openssl_conf = default_co..
· Server
하기와 같은 오류 발생시 Failed to deploy distro docker-desktop to C:\Users\d-0-b\AppData\Local\Docker\wsl\distro: Some WSL system related access rights are not set correctly. This sometimes happens after waking the computer or not being connected to your domain/active directory. Please try to reboot the computer. If not sufficient, WSL may need to be reinstalled fully. As a last resort, try to uninstall/r..
배포 이미지 서비스 및 관리 도구 를 이용한 시스템 복구 입니다. 자세한 내용은 링크를 참조해 주세요. #작업 디렉토리 및 드라브는 C:\ 입니다. C:\dism /online /cleanup-image /restorehealth C:\SFC /SCANNOW 보통은 위의 두 줄로 복구가 마무리 되나 가끔하다가 복구가 불가능하여 원본을 지정해야 하는 경우가 있어 남겨 둡니다. # dism 에서 0x800f081f 오류가 나는 경우 아래 내용 추가 참조 # C 루트에서 작업중이고 # F 드라이브가 CD 혹은 ISO 파일 마운드로 가정 # 1. 설치된 Windows 버전과 동일한 Windows 버전, 에디션 및 언어의 설치판을 구한다. # 정보 확인 C:\dism /Get-WimInfo /WimFile:F:\..
· Server
NPM(Nginx Proxy Manager)에서 IIS의 사이트를 연결 할때 HTTP 404 문제 해결 방법입니다. IIS 사이트이 PORT로 구분되어 서비스 되는것이 아니라 각기 도메인으로 설정되어 있는 경우 NPM에서 Reverse Proxy를 설정하는 경우 HTTP 404 오류가 발생 할 수 있습니다. 아래와 같이 Advanced에서 proxy_set_header의 Host 값이 IIS에 설정된 도메인을 적어 주시면 됩니다. (Nginx 만 설치해서 사용하신다면 server 하위에 location / {} 내부에 적어 주시면 됩니다.) gzip off; gzip_proxied off; add_header X-Frame-Options DENY; add_header X-Content-Type-Optio..
AD 에 가입된 Hyper-V 서버의 경우 정상적인 관리자 권한임에도 아래와 같은 오류가 발생할 때가 있습니다. 작업이 실패했습니다. 예기치 않은 오류가 발생했습니다. 로그온 실패: 사용자는 이 컴퓨터에서는 요청된 로그온 유형을 허가받지 않았습니다.(0x80070569). cmd 에서 gpupdate /force 명령어
달빛에취하다
'Server' 카테고리의 글 목록 (3 Page)