docker 컨테이너 생성시 아래 옵션 추가 –restart=always 이미 생성한 컨테이너일 경우 아래 명령어 실행 docker update –restart=always {container id} 12345 docker 컨테이너 생성시 아래 옵션…
Shell /etc/ssh/sshd_conf UserDNS no GSSAPIAuthentication no GSSAPICleanupCredentials yes 12345 /etc/ssh/sshd_conf UserDNS noGSSAPIAuthentication noGSSAPICleanupCredentials yes
https://github.com/oracle/db-sample-schemas/tree/v19c
Docker Desktop 설치 wsl –install dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart wsl 업데이트 https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi wsl –set-default-version 2 microsoft store…
allowPublicKeyRetrieval=true useSSL=false jdbc:mysql://localhost:3306/{DATABASE}?useSSL=false&allowPublicKeyRetrieval=true
File -> Settings -> Editor -> General -> Console Defaule Encoding을 UTF-8로 선택