Skip to content
View bitsbymax's full-sized avatar
  • Ukraine, Lviv
  • 05:06 (UTC +02:00)

Block or report bitsbymax

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. How to install wsl2 ubuntu + docker ... How to install wsl2 ubuntu + docker + docker-compose
    1
    ## Activate wsl2
    2
    ```powershell
    3
    dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
    4
    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
    5
    wsl --set-default-version 2