Windows Server存储池修复(物理盘状态Split,OK)
操作系统从Windows Server 2012升级到Windows Server 2019后,有个存储池虚拟盘提示降级PowerShell中查看状态如下Get-VirtualDisk虚拟盘状态 DegradedGet-PhysicalDisk物理盘状态 Split,OK物理磁盘实际没有故障,使用命令重置物理磁盘状态Reset-PhysicalDisk -FriendlyName "...
阅读全文
操作系统从Windows Server 2012升级到Windows Server 2019后,有个存储池虚拟盘提示降级PowerShell中查看状态如下Get-VirtualDisk虚拟盘状态 DegradedGet-PhysicalDisk物理盘状态 Split,OK物理磁盘实际没有故障,使用命令重置物理磁盘状态Reset-PhysicalDisk -FriendlyName "...
阅读全文
cmd执行命令diskperf -y
阅读全文
单网段配置interface=ens192
listen-address=192.168.0.240
dhcp-range=192.168.0.100,192.168.0.199,255.255.255.0,3600s
dhcp-option=option:router,192.168.0.1
dhcp-option=option:dns-server,192.168.0.1,192.168...
阅读全文
代理配置编辑wp-config.php增加以下内容define('WP_PROXY_HOST', '127.0.0.1');
define('WP_PROXY_PORT', '3128');
define('WP_PROXY_USERNAME', '');
define(&...
阅读全文
禁用图形界面编辑/etc/default/grub找到GRUB_CMDLINE_Linux=""修改为GRUB_CMDLINE_Linux="text"解除root登录限制编辑/etc/gdm3/daemon.conf在[security]标签下面增加AllowRoot = true编辑/etc/pam.d/gdm-password注释掉以下内容#au...
阅读全文