Contents

系统换成了Win11

小结

  • win11的UI比win10好很多

  • 最近先换系统,再搭博客,有点乏,就简单记录下

常用工具获取

笔记

笔记本

同步工具

密码

密码本

同步工具

WSL2

先搭建所需环境

将基本的软件安装完之后,导出打个包,备份以备换电脑时不用再次搭建

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# 导出
wsl --export Ubuntu-20.04 "H:\Wsl2\ubuntu_20.04.tar"

# 注册
wsl --import Ubuntu_20.04 "H:\Wsl2\data" "H:\Wsl2\ubuntu_20.04.tar" --version 2

# 注销
wsl --unregister Ubuntu_20.04

# 进入系统,可以配合Windows Terminal
wsl --distribution Ubuntu_20.04 --user 用户名

上云

  • 导出的WSL2大小超过5个G了,白嫖的云存储,我只发现了Google Drive

zsh&&git卡慢

1
2
3
4
5
6
7
8
git config --global --add oh-my-zsh.hide-dirty 1
git config --global --add oh-my-zsh.hide-status 1
# 移除配置
# git config --remove-section oh-my-zsh
# 当前仓库
git config --local -e
# 全局设置
git config --global -e

动态桌面

  • steam上的造物主壁纸

  • 不想steam随机开启,我先把壁纸下载下来,然后用了Lively Wallpaper

其他问题

无法使用outlook作为登录账户

  • 将隐私与安全中的位置打开,不然登不了,全网找不到答案,挺折腾的就
coffee