windows 11家庭版 单用户版 开启无密码共享 共享打印机手册 软件
Win X 终端管理员
第一步,启动guest用户
因为是家庭版肯定没有组策略
net user guest /active:yes
第二步,开启空密码,注册表 win r regedit
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Lsa
LimitBlankPasswordUse
改为0
其实第二步没什...
hyper v 虚拟交换机 wifi 问题 软件
之前在实验室一直是插网线用。。。现在是在家用wifi。。。
把桥接的虚拟交换机从原来的I210改成wifi网卡。。。
结果问题来了。。。每次DHCP虚拟机上获得都是跟主机一样的ip。。。
目前没有更好的办法,只能让虚拟机使用静态ip
WiFi 路由器 (DHCP 服务器)
↓
看到一个 WiFi 客户端: MAC 8C:77:3B:20:47:B6 ...
Docker 4.52.0 Windows 版本中Portainer local down 软件
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": true,
"min-api-version": "1.24"
}
{
"builder": {
"gc": {...
windows docker 中挂载 网络驱动器 软件
之前发布过Connect Hyper-V VM from WSL,在Win Docker中挂载hv中的虚拟机smb
但是在4.45版本以后docker windows版本对etc的修改完全无效
并且在4.48后修改了vhdx的生成逻辑,不是从 wsl-bootstrap.tar 中生成新的wsl的虚拟硬盘文件而是通过 Docker\resources\wsl...
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...