个人博客

FOGBeta

工具

1Panel部署

一键更换linux源 bash <(curl -sSL https://linuxmirrors.cn/main.sh) 一键更换docker源 bash <(curl -sSL https://li
51
0
1
2024-06-29

Hyper-V与VMware冲突解决方法

如果使用VMware 虚拟机 bcdedit /set hypervisorlaunchtype off //管理员模式执行 如果使用hyper-v 虚拟机 bcdedit /set hypervisorlaunchtype auto //管理员模式执行
9
0
0
2024-06-04

开发中常用到的包命令

npm 包工具 npm ls -g                 //查看全局包 npm uninstall 包名         //卸载包 npm update 包名             //更新包 npm install -g npm         //更新npm npm out
7
0
0
2024-06-04