WSL2系统迁移
- 查看已安装的linux发行版本
wsl -l --all -v
wsl -l --all -v
Here are some default vars for the process
ISO_DIR=~/fedora;
ROOTFS_MOUNT_DIR=/mnt/contents
DISTRO_LOCATION=
# mkdir -p ~/sandbox/
# git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux.host
# cd linux.host
# cp /boot/config-5.4.70-amd64-desktop ./.config
# git checkout -b debug
# make olddefconfig
# make dep-pkg -j7
# cd ..
# sudo dpkg -i *.deb
# sudo reboot
第一步git设置
git config --global user.name "your name"
git config --global user.email "[email protected]"
第二步:初始化仓库
git init
Think Xfce looks dated? Want a conventional Ubuntu experience? This tutorial will guide you through installing Ubuntu’s default desktop environment, GNOME.
GNOME is one of the more complex — and that means more difficult to run — desktop environments, so for years people couldn’t figure out how to run it on WSL 2. On WSL 1 it could only run using very complicated methods that didn’t transfer to well WSL 2. Any forlorn attempts to run it on WSL 2 only resulted in a smoldering heap of error messages.
But now you can!
本中文版Markdown语法简介来自博客 https://blog.shengbin.me/posts/markdown-syntax,并由我完成了汉化。其中的站位文字来自狗屁不通文章生成器。