摘要: You have to edit three files to set a permanent environment variable as follow: ~/.bashrc When you open any terminal window this file will be run. The 阅读全文
posted @ 2018-11-17 20:35 程序媛李李李李蕾 阅读(673) 评论(0) 推荐(0)
摘要: centos7安装bbr 安装 sudo wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh sysctl net.ipv4.t 阅读全文
posted @ 2018-11-17 18:41 程序媛李李李李蕾 阅读(3982) 评论(0) 推荐(0)
摘要: centos7安装node 二进制文件安装 node=v10.13.0 file=node-${node}-linux-x64 wget https://nodejs.org/dist/${node}/${file}.tar.xz # 下载二进制文件 xz -d ${file}.tar.xz && 阅读全文
posted @ 2018-11-17 18:16 程序媛李李李李蕾 阅读(1022) 评论(0) 推荐(0)