在使用google bbr之前,我们首先要了解它是什么。了解计算机网络的人都知道,在TCP连接中,由于需要维持连接的可靠性,引入了拥塞控制和流量管理的方法。Google bbr就是谷歌公司提出的一个开源TCP拥塞控制的算法。在最新的linux 4.9及以上的内核版本中已被采用。对于该算法的分析,ss不经过其它的任何的优化就能轻松
标签归档:centOS
CentOS6升级到指定内核并开启BBR加速
先查看现在的内核 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.
CentOS7上编译安装Tengine
第一步:先安装所需依赖环境 yum install gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel libxml2 libxml2-dev libxslt libxslt-devel gd-devel perl-devel perl-ExtUtils-Embed GeoIP GeoIP-devel GeoIP-data gperftools-devel.x86_64 -y yum install install redhat-rpm-config -y 第二步:编译Teng
CentOS 7下rc.local文件开机不执行
centos7以后rc.local和之前的有不太一样了,centos7默认开机不会执行,那是什么原因呢,其实细心点看rc.local的注释就知道了 #!/bin/bash #这个文件是为兼容性才添加的 # THIS FILE IS ADDED FOR COMPATIBILITY PURPOSES #强烈建议使用systemd服务或udev规则来运行开机启动脚本,而不是使用这个文件 # It is highly ad
关于OVH开设VPS的IP failover配置
关于VPS的网关 IP failover: 163.172.115.116 Dedicated server IP: 195.154.226.60 Gateway’s IP is your server’s main IP ending in .254 So the gateway’s IP is: 195.154.226.254 For Ubuntu & Debian: File: /etc/network/interfaces # This file describes the network interfaces available on your
centos6搭建apache+mysql+php环境
一、安装 MySQL 首先来进行 MySQL 的安装。打开超级终端,输入: [root@localhost ~]# yum install mysql mysql-server 安装完毕,让 MySQL 能够随系统自动启动: [root@localhost ~]# chkconfig –levels 235 mysqld on [root@localhost ~]# /etc/init.d/mysqld start 设置 MySQL 数据 root 账户的密码: [root@lo
为CentOS7上安装的DirectAdmin增加IP锁定功能
首先,下载官方的iptables规则 systemctl mask firewalld systemctl stop firewalld yum -y install iptables-services systemctl enable iptables cd /usr/libexec/iptables mv iptables.init iptables.init.backup wget -O iptables.init http://files.directadmin.com/services/all/block_ips/2.1/iptables chmod 75
查看CentOS版本方法
有以下命令可以查看: # lsb_release -a LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: CentOS Description: CentOS release 5.4 (Final) Release: 5.4 Codename: Final 这个命令适用于所有的linux,包括Redhat、SuSE、Debian、Centos等发行
CentOS下使用yum快速安装memcached
1. 查找Memcached yum search memcached 首先检查yum软件仓库中是否存在memcached,如果有 直接进入第3步安装即可,否则执行第2步。 2. 安装第三方软件库(可选) 标准的CentOS5软件仓库里面是没有memcache相应的包的,所以,我们的第一步就是导入第三方软件仓库,这里推荐的是RpmForge(RpmForge库现在已经拥有