Skip to content
View bitsbymax's full-sized avatar
  • Ukraine, Lviv
  • 17:18 (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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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