先查看现在的内核 uname -r 以升级到4.18.20内核为例 kernel-ml-4.18.20-1.el6.elrepo.x86_64.rpm kernel-ml-devel-4.18.20-1.el6.elrepo.x86_64.rpm kernel-ml-headers -4.18.20-1.el6.elrepo.x86_64.rpm 下载内核 wget http://mirror.rc.usf.edu/compute_lock/elrepo/kernel/el6/x86_64/RPMS/kernel-ml-4.18.20-1.el6
分类目录归档:电脑应用
YumRepo Error:All mirror URLs are not using http or file解决方法
近日使用centos6的伙伴会遇到yum源无法下载的问题,报错如下: Loading mirror speeds from cached hostfile YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.
密码保护:Debian9中Shadowsocks2.8.2启动错误的解决
此内容受密码保护。如需查阅,请在下列字段中输入您的密码。 密码:
让黑群晖显示真实的CPU信息
黑群晖默认显示的CPU并不是本机CPU信息,看着比较烦,所以采用补丁形式可以显示真实CPU信息,方法如下: 一、下载ch_cpuinfo补丁包 github下载地址: https://github.com/FOXBI/ch_cpuinfo 补丁包来源: https://xpenology.com/forum/topic/13030-dsm-5x6x-cpu-name-cores-infomation-change-tool/ 二、上传补丁包 将
HP Gen8服务器RAID阵列大于2TB时,安装Windows2016方法
由于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: