09 2019 档案

摘要:1、查看firewall服务状态 systemctl status firewalld2、查看firewall的状态 firewall-cmd --state3、开启、重启、关闭、firewalld.service服务 # 开启 service firewalld start # 重启 servic 阅读全文
posted @ 2019-09-28 21:07 likecs 阅读(13052) 评论(0) 推荐(1)
摘要:官方文档地址:https://aria2.github.io/manual/en/html/aria2c.html#basic-options 启动:aria2 阅读全文
posted @ 2019-09-25 10:40 likecs 阅读(27534) 评论(0) 推荐(1)
摘要:1,安装: yum install tinyproxy 2,配置配置文件:vim /etc/tinyproxy/tinyproxy.conf 修改: Port 2503 Allow 218.16.125.40 DisableViaHeader Yes 3,查看centos版本:cat /etc/re 阅读全文
posted @ 2019-09-24 12:02 likecs 阅读(1724) 评论(0) 推荐(0)