Classic Modern Architecture
今天試裝之前為了研究 linux 系統 而有小玩的 windows wsl 系統,這次嘗試,是因為在公司mac 上玩了 alacritty 這個新的終端工具,想基於他的跨平台性能,iterm 2 以下安裝為非乾淨的 windows 安裝,有一些指令,可能會稍微有誤差
使用管理員執行 Powershell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
安裝 Ubuntu 18.04 url
sudo apt-get update
sudo apt-get...
18th Sep 2020