生猛大蝦

Centos7 防火墙管理

查看状态 firewall-cmd –state 关闭防火墙: systemctl stop firewalld.service #停止firewall systemctl disable fire...

electerm 设置同步

electerm 同步配置项 创建 gist id,参考官方链接教程:secret gist id 创建 token,参考官方链接教程:github personal access token ele...

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 # 如果要指定版本,可以通...