windows 修复 软件

DISM.exe /Online /Cleanup-image /Scanhealth DISM.exe /Online /Cleanup-image /Checkhealth DISM.exe /Online /Cleanup-image /Restorehealth sfc /scannow
学长 发布于 

python总是会被微软商店劫持 软件

打开这个地址 %userprofile%\AppData\Local\Microsoft\WindowsApps 删掉python.exe这就是跳转用的,0kb 因为我通常用的是anaconda安装目录的的python 方法是在环境变量中添加anaconda的安装目录就行
学长 发布于 

微软会议软件Webview2版本不支持问题 软件

Your current webview2 version is not supported, please download the latest.Learn about Edge Webview2 ref. Teams App not working stating needs Edge Webview2 - Microsoft Q&A 找到如下...
学长 发布于 

portainer开启 enable GPU 软件

portainer 开启GPU https://docs.portainer.io/user/docker/swarm/setup 其实如果不是多GPU要给不同的容器不同的GPU 只要在 Host setup中开启Show GPU in the UI就可以了
学长 发布于 

hyper v中安装debian(在zfs中) 软件

安装 Debian 10 到 ZFS Mirror 阵列 | LOGGER How to install ZFS in Debian 12 "Bookworm" - nixCraft 先使用live镜像Debian -- Live 安装映像 开启终端 先给分区 ls /dev/sd? 看看读到了哪个盘。。。 fdisk /dev/sda ...
学长 发布于 

尝试docker直接读取zfs分区 软件

https://www.reddit.com/r/zfs/comments/lcdxs5/zfs_in_wsl2_raw_disk_access/ wsl2中的debian安装truenas因为dialog要访问serial或者tty,我一时无法解决 所以就寄希望于windows中的docker取代truenas的服务。 truenas webui也有doc...
学长 发布于 

WSL中安装debian再看看能不能升级truenas 软件

wsl --set-default-version 2 wsl --install -d Debian 安装只能默认到C盘中能导出然后再导入到D盘 InstallingDebianOn/Microsoft/Windows/SubsystemForLinux - Debian Wiki cat /etc/issue uname -a 版本是12,内核是5.15...
学长 发布于 

hyper v 开启嵌套虚拟化 软件

Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true 设置虚拟输出设备 Set-VMVideo -VMName <VMName> -HorizontalResolution 1920 -VerticalResolution 1080 -Resolu...
学长 发布于 

去除windows server 许可证日期显示 软件

\HKEY_CURRENT_USER\Control Panel\Desktop PaintDesktopVersion 改成1
学长 发布于 

debian 12 最新版怎么给自己弄成管理员-- debian初体验 软件

图形最简单,在kde中可以调整然后重启但是 sudo dpkg-reconfigure gdm sudo dpkg-reconfigure kdm 这指令有点问题。。。实际上在登录界面有能切换的按钮在左下方。。。 默认安装的gnome。。。没有提权输入密码之类的选项 很安全 但是你兴冲冲的去su 发现root没有usermod指令。。。 。。。 实际上因为指...
学长 发布于