sysctl
-
linux 添加BBR加速
BBR简介 TCP BBR是由来自Google的 Neal Cardwell 和 Yuchung Cheng 发表的新的TCP拥塞控制算法,目前已经在Google内部大范围使用并且…
-
linux问题
问题:PTY allocation request failed on channel 0 当pty个数不够时候会弹出这个错误 # 1.列出最大伪终端数 cat /proc/sys…
-
redis碰到的问题
SpringBoot整合redis 连接报错:Unable to connect to Redis; nested exception is org.springframework…
-
Ubuntu Error: ENOSPC:System limit for number of file watchers reached
System limit for number of file watchers reached 这个错误的意思时系统对文件监控的数量已经到达限制数量了!! 造成的结果: 执行的命…
-
ubuntu安装nginx教程及解决端口占用
一、nginx在linux系统中的安装1.使用远程连接工具连接linux操作系统这里采用SSH远程连接 ssh root@ip 然后输入密码即可连接上远程服务器,如果连接不上的话,…
-
Centos7 禁用IPV6地址的方法
方法 1 编辑文件/etc/sysctl.conf, vi /etc/sysctl.conf 添加下面的行: net.ipv6.conf.all.disable_ipv6 =1 n…
-
WARNING: IPv4 forwarding is disabled. Networking will not work
问题解决 Google 一下报错信息,得到问题解决方法。 vi /etc/sysctl.conf # 新增一行 net.ipv4.ip_forward=1 # 重启network服…
-
Linux 安装 (elasticsearch)
1、elasticsearch简介 Elasticsearch是一个基于Lucene的搜索服务器。它提供了一个分布式多用户能力的全文检索引擎,基于RESTful web接口。…