A simple Linux module development course.
- Open your browser and navigate to https://multipass.run/ .
- Click the "Windows" icon, then click "Download Multipass for Windows" to begin downloading the installer.
- Double-click the downloaded Multipass installer.
- Follow the installation process by clicking Next in each step until installation completes. Note: For Home Edition users, VirtualBox is required.
- Open your browser and navigate to https://www.virtualbox.org/ .
- Click Download and then choose Windows hosts to download the installer.
- Double-click the downloaded VirtualBox installer.
- Follow the installation process by clicking Next to complete the installation.
multipass launch -n xqjcool -c 2 -m 4G -d 20G --timeout 1800 --network Wi-Fi
multipass list
multipass start/stop/suspend VMname
On VM: mkdir shared_with_win11
On Windows: create a directory "ubuntu_shared" for share.
Enable multipass mount option: Run PowerShell as administrator, multipass set local.privileged-mounts=true
In Windows PowerShell: multipass mount "D:\ubuntu_shared" xqjcool:/home/ubuntu/shared_with_win11
sudo apt update sudo apt upgrade -y
sudo apt install linux-headers-$(uname -r)
sudo apt install build-essential
sudo apt install linux-source
cd /usr/src/ sudo tar -xvf linux-source-*.tar.bz2
ssh-keygen -t ed25519 -C "youremaliaddress"