Skip to content

AallRight/Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

笔记


目录


  • github github 操作类
  • 代码 代码
  • cv cv
  • 机器学习
  • 通识课
  • 大一上
    • 数学分析
    • 线性代数
    • 其他
  • 大一下
  • 大二上
  • 大二下
  • 大三上
  • 大三下
  • polyu

github 操作类

Github operations


代码笔记

  • 动态链接库 dll

cv笔记

  • cv
  • machine learning
  • deep learning
  • statistic learning

小技巧

  • pdf反色,在控制台加上
javascript:void(document.documentElement.style.filter='invert(89%)')

conda

  • 启动
source ~/.bashrc

WSL

  • 压缩
wsl --shutdown

使用diskpart程序

diskpart
select vdisk file="D:\wsl_ubuntu\ext4.vhdx"

压缩

compact vdisk

卸载磁盘

detach vdisk
  • 导出虚拟机
wsl --export <version_name> <path.tar> \\d:\Ubuntu.tar

wsl --unregister <version_name>

wsl --import <version_name> <disk_path> <back_up_path>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages