破解CentOS7密码
1、utf-8 后加 init=/bin/sh #Ctrl+x 执行启动 2、mount -o remount,rw / ...
centos进入救援模式
因某些修改操作,导致系统重启后无法正常启动,此时需要进入救援模式,修复错误配置即可。1 重启系统后,进入grup引导页面,选中第一项然后按“e” 进入编辑模式:...
解决新版谷歌浏览器无法显示www/https(插件方式)
升级了谷歌浏览器(Google Chrome),升级后发现www部分和https://协议又被Google隐藏掉了,这次Google的做法比较粗暴,无法再通过chrome://flags/设置回来。...
Dell R720服务器bios升级报错解决方法
Lifecycle Controller 未启用。 要启用 Lifecycle Controller,请重新引导服务器。 在 POST 期间,请按 F2 进入“系统设置”。 转到 iDRAC 设置-> Lifecycle Controller,选择“启用”,然后保...
dell r720 开启超线程
开机按F2,选择system bios,进入BIOS设置界面,然后找到processor setting,将logical processor跟virtualzation technology都选择enabled...
windows批量添加IP方法
批量添加IP举例说明:23.19.49.2--254我们将这段IP添加到服务器中脚本就是FOR /L %i IN (2,1,254) DO netsh interface ip add address "本地连接" 23.19.49.%i 255.255.255.01、把这段脚本...