排序
魔改BBR算法的尝试
初版BBR: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/plain/net/ipv4/tcp_bbr.c 魔改BBR: https://gist.github.com/anonymous/ba338038e799eafbba173215153a7f3a/r...
安装内核“Header V4 DSA/SHA1 Signature, key ID 1”错误的解决办法
如果在安装内核的时候出现这样的错误:kernel-2.6.32-504.3.3.el6.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 1 这是由于yum安装了旧版本的GPG keys造成的 解决办法是: 原有:rpm -ivh...
Run a Distribution-Supplied Kernel on a KVM Linode
This guide explains how to enable the kernels your OS provides for a KVM Linode. This is useful if you’d like to enable specific kernel features, or you’d prefer to handle kernel...
Custom Compiled Kernel with PV-GRUB on CentOS 7
Running a custom-compiled Linux kernel is useful if you need to enable or disable certain kernel features that are unavailable in Linode-supplied or distribution-supplied kernels. ...