Windows

    [WSL2] E: Sub-process /usr/bin/dpkg returned an error code (1)

    WSL2 에 MySql 을 삭제하다가 다음과 같은 에러가 생겼습니다. E: Sub-process /usr/bin/dpkg returned an error code (1) 이 오류가 떴을 땐 dpkg든 apt든 모든 기능이 죽습니다. 다음으로 해결할 수 있습니다. sudo rm /var/lib/dpkg/info/* sudo dpkg --configure -a sudo apt update -y

    [wsl2] Failed to connect to the remote extension host server(Error: Websocket close with status code 1006)

    wsl2를 이용하여 평소와 같이 vscode를 실행시키다가 다음과 같은 에러가 나왔습니다. Failed to connect to the remote extension host server (Error: Websocket close with status code 1006) [해결] wsl --shutdown Windows Powershell에 위 명령어로 wsl을 종료한다음 다시 wsl을 실행하면 됩니다. wsl에서 명령어를 쓰는게 아니고 Windows Powershell에서 실행시키셔야합니다