Follow the instructions to install WSA with Megisk and GooglePlay services. MagiskOnWSALocal
Download following modules for Magisk.
Follow the instructions to install WSA with Megisk and GooglePlay services. MagiskOnWSALocal
Download following modules for Magisk.
| ip rule add fwmark 0x233 lookup 100 | |
| ip route add local 0.0.0.0/0 dev lo table 100 |
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
| <# | |
| .SYNOPSIS | |
| This script installs Visual Studio Code Silently. | |
| .DESCRIPTION | |
| The script downloads the latest VSCode installer and performs a silent installation. | |
| .NOTES | |
| Run this script on a Windows Server instance. | |
| #> |
| # From https://technet.microsoft.com/en-us/library/ff730944.aspx | |
| # This will open an internet explorer window that will display all installed windows font names in their corresponding font. | |
| [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing") | |
| $objFonts = New-Object System.Drawing.Text.InstalledFontCollection | |
| $colFonts = $objFonts.Families | |
| $objIE = New-Object -com "InternetExplorer.Application" | |
| $objIE.Navigate("about:blank") | |
| $objIE.ToolBar = 0 |