欢迎来到比特率!

如有任何需求请联系站长!

Docker安装企业级探针Grafana

组件安装 安装Docker curl -fsSL https://get.docker.com | bash -s docker 如果是国内用户可以考虑用 curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 安装N

Webpack最佳实践

# 初始化项目,生成package.json npm init -y # 安装webpack依赖 npm install --save-dev webpack webpack-cli # 自动生成index.html文件,plugins 属性 npm install --save-dev htm

iptables常用示例

0x01 安装iptables # 没有安装iptables可以使用下面的命令 sudo apt-get install iptables 0x02 停用firewall 需要停用ubuntu默认使用的firewall3 # 将会停用firewall并且关闭开机自启 sudo service fi