[WSL2] 常见报错 以及解决方法 Error: 0x800701bc WSL 2 ?????????????????? 没有安装Windows Subsystem for Linux, Powershell 执行 wsl --update 更新一下即可 WslRegisterDistribution failed with erro 2024-09-21 WSL2 #WSL2
[Windows] 禁止生成 休眠文件 和 虚拟内存文件 禁止休眠 powershell中输入powercfg -h off回车即可, 重启生效 禁止使用虚拟内存 首先, 打开高级系统设置 找到高级-性能, 打开设置 2024-09-21 Windows
[Conda] 安装Jupyter notebook 首先, 保证你安装了Conda... 安装教程 Ubuntu 安装 Conda 创建虚拟环境 conda create -n vm_jupyter 进入虚拟环境 2024-09-20 Ubuntu #Ubuntu
[Ubuntu] 安装 Conda 首先更新一下源 apt update 下载Miniconda3并安装 wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh 输 2024-09-20 Ubuntu #Ubuntu
[WSL2] 默认以root用户启动 以Ubuntu-22.04为例, powershell中输入 ubuntu2204.exe config --default-user root 重新打开相应的wsl窗口即可 2024-09-20 WSL2 #WSL2#Ubuntu
超微 X11-DPi-N(T) 调节风扇速度 Windows 如果是Windows, 使用第三方软件调节风扇即可. Linux 首先更新apt apt update 在Linux中安装ipmitool apt install ipmitool -y 在超微的IPMI后台设置为全速模式 < 2024-09-20
[WSL2] 保持后台运行 方法一 使用vbs文件创建一个实例 打开文件管理器, 跳转到shell:startup 新建文件 ubuntu2204_keep.vbs , 以Ubuntu-22.04为例, 使用记事本编辑填入以下内容 set ws=wscript.CreateObject("wscri 2024-09-20 WSL2 #WSL2
[WSL2] 改桥接网络/配置静态IP Tips: 如果需要固定IP/GUI/内网设备访问. 可以考虑使用Hyper-V+vGPU半虚拟化, 实测和WSL2的cuda加速效果相同. Hyper-V Linux 半虚拟化 WSL2 改镜像网络 WSL2 改桥接网络 WSL 2024-09-19 WSL2 #WSL2#Ubuntu