摘要: 基本使用 启动:systemctl start firewalld 关闭:systemctl stop firewalld 查看状态:systemctl status firewalld 开机禁用:systemctl disable firewalld 开机启用:systemctl enable f 阅读全文
posted @ 2019-06-12 10:39 也曾少年 阅读(13914) 评论(0) 推荐(1) 编辑
摘要: 摘抄nginx官网文档 URL:http://nginx.org/en/linux_packages.html#stable To set up the yum repository for RHEL/CentOS, create the file named /etc/yum.repos.d/ng 阅读全文
posted @ 2019-06-12 09:28 也曾少年 阅读(4463) 评论(0) 推荐(0) 编辑
摘要: 一、下载node安装包 1、wget https://npm.taobao.org/mirrors/node/latest-v12.x/node-v12.4.0-linux-x64.tar.gz 二、解压 1、tar -xvf node-v12.4.0-linux-x64.tar.gz 三、添加链接 阅读全文
posted @ 2019-06-12 09:24 也曾少年 阅读(4631) 评论(0) 推荐(2) 编辑