Monthly Archive: 5 月 2021

Ubuntu 开放指定端口

一般情况下,ubuntu安装好的时候,iptables会被安装上,如果没有的话先安装 sudo apt-get install iptables 添加开放端口 # sudo iptables -I I...

CentOS 7安装TCP BBR

  TCP BBR(Bottleneck Bandwidth and Round-trip propagation time)是由Google设计,于2016年发布的拥塞算法。以往大部分拥塞算法是基于...

node, npm 升级

# 先安装模块n npm install n -g # 将 node 升级到最新稳定版 n stable # 将 npm 升级到最新版 npm install npm -g # 如果要指定版本,可以通...