Skip to content

Instantly share code, notes, and snippets.

View ZeProgFactory's full-sized avatar

Michael ZeProgFactory

View GitHub Profile
@ZeProgFactory
ZeProgFactory / Raspberry Pi goes .Net.md
Last active February 9, 2021 10:05
Raspberry Pi goes .Net
@ZeProgFactory
ZeProgFactory / WSL-WindowsSubsystemforLinux.md
Last active October 17, 2020 08:55
WSL - Windows Subsystem for Linux (UNO platform)

WSL - Windows Subsystem for Linux

If you wish to build some WASM configs, especially with Platform UNO and SkiaSharp ou need the WSL (Windows Subsystem for Linux).

Install from scratch on W10

Run 'Terminal' as Administrator

on PowerShell:

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 

Merge two repositories

git remote add RepoA FolderToRepoA
git fetch RepoA
git merge --allow-unrelated-histories RepoA/master 

`