由于HP gen8系列服务器不支持UEFI启动,无法使用GPT分区启动,常规方法无法安装Windows 2016. 1. 当使用HP P222阵列卡的时候,我们可以创建1个小于2TB的RAID卷来安装Windows 进入阵列创建界面,点击右侧的“Ceate Array”进行创建阵列,开始创建卷,因为微软操作系统最大独立卷只能识别到2T,超过的部分将不能被分区
分类目录归档:电脑应用
Windows允许被ping
我们可以通过命令行方式来执行入站 Ping 的规则是启用还是禁用,命令行如下: netsh firewall set icmpsetting 8 netsh firewall set icmpsetting 8 disable
密码保护:Debian下用Supervisor守候Shadowsocks进程
此内容受密码保护。如需查阅,请在下列字段中输入您的密码。 密码:
ESXi 6 install stuck on “Relocating modules and starting up the kernel…”
Admittedly, I do not do much VMWare these days, but on occasion I have clients that need to use it. Recently I was installing ESXi 6 on my personal lab to do some testing, when the installation got stuck, the last message being “Relocating modules and starting up the kernel” So, what’s ha
Hyper-V开启嵌套虚拟化的方法
在工作中,我们经常会使用到虚拟机,常见的虚拟机有 Hyper-v 虚拟机、VMware 虚拟机、virtualBox 虚拟机,我们再使用虚拟机的过程中,都知道,VMware 能够支持嵌套虚拟化,那么什么是嵌套虚拟化呢? 所谓嵌套虚拟化,就是说,我们在 VMware 上创建了一个虚拟机,之后,我们又想在我们创建的虚拟机之中再创建虚拟机,也就
iperf3 网络测试工具
Iperf3 是一个网络性能测试工具。Iperf可以测试最大TCP和UDP带宽性能,具有多种参数和UDP特性,可以根据需要调整,可以报告带宽、延迟抖动和数据包丢失.对于每个测试,它都会报告带宽,丢包和其他参数,可在Windows、Mac OS X、Linux、FreeBSD等各种平台使用,是一个简单又实用的小工具。 软件下载地址: https:
常用的时间同步服务器
推荐使用 中国国家授时server cn.pool.ntp.org 中国国家授时server cn.ntp.org.cn 阿里server ntp.aliyun.com 苹果亚太server time.asia.apple.com 支持IPv6 server time.google.com server time.cloudflare.com server time.hko.hk server ntp.nict.jp server time.nist.gov server ntp.tuna.tsinghua.edu.cn server nt
Ubuntu的系统更新
Ubuntu 系统在用户登录时会显示欢迎信息。有时用户会看到「有 xx 个软件包可以更新,其中有 xx 个安全更新」。 Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-48-generic x86_64) * Documentation: https://help.ubuntu.com/ System information as of Sat Jun 27 01:12:04 UTC 2015 System load: 0.0 Processes: 98
运营商定制的华为光猫Telnet命令恢复华为界面
首先Telnet连接光猫 Welcome Visiting Huawei Home Gateway Copyright by Huawei Technologies Co., Ltd. Login:root Password: User name or password is wrong, please try it again! Login:root Password:admin WAP>su ERROR::Command is not existed WAP>ls ERROR::Command is not existed WAP>shell Busy
允许Linux用户ftp登录Proftpd但禁止Shell登录
安装proftpd就很简单的了 在debian/ubuntu下,apt-get install proftpd就可以了 然后就是新建账户 proftpd的账户和系统账户是一样的, 所以必须先新建账户,当然也可以用你系统的账户,但是有很大安全隐患的 修改/etc/proftpd/proftpd.conf RequireValidShell off 因为ftp用户都没有shell,所以这里必须允许没有sh