wsl2 下 centos7 的玩法

2021-10-20 10:48:12 字數 642 閱讀 4522

啟用 powershell (管理員模式) 執行以下命令

dism.exe /online /enable-feature /featurename:virtualmachineplatform /all /norestart
官方資源**

啟用 powershell (管理員模式) 執行以下命令

wsl --set-default-version 2

啟用 powershell (管理員模式) 執行以下命令

set-executionpolicy bypass -scope process -force; iex ((new-object system.net.webclient).downloadstring(

''))

choco upgrade chocolatey
cinst lxrunoffline -y
重啟命令列

啟動

lxrunoffline run -n centos

WSL2下增刪Linux核心模組

該模組裝載時會在核心態顯示hello,解除安裝時會顯示bye,具體 如下 include include include module license gpl module author yige liu module description hello module static int init...

WSL2對映埠的改進

這兩天使用wsl2,感覺效能不錯,有個美中不足的問題就是linux客戶機的ip是經過主機虛擬網絡卡dhcp的,並且還是不固定的!每次啟動都會變!這產品也是沒治了。後來發現了乙個對映埠的方法,原理就是使用wsl命令,先獲取到客戶機的ip,然後再用使用netsh建立埠對映。其實有個點解決的不是很完美,就...

遠端連線wsl2的ubuntu

雖然在wsl2的linux,可以直接訪問windows的目錄,但是總感覺不方便。習慣了用securecrt,所以我還需要遠端訪問服務。首先安裝net tools apt install net tools 然後就可以使用ifconfig這個問題,檢視你的ip位址了 這個172.19.123.133就...