
网络
网络
风云琪文
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux防火墙查看状态firewall、iptable
转自:linux防火墙查看状态firewall、iptable - 0o飞行天下o0 - 博客园 一、iptables防火墙 1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # 永久关闭防火墙 chkconfig iptables off #...原创 2022-03-01 17:37:27 · 582 阅读 · 0 评论 -
提升访问github.com(域名)网站的速度
1、打开Dns检测|Dns查询 - 站长工具 2、查询并选一个TTL值接近64的DNS服务器IP,复制IP 3、修改本地C:\Windows\System32\drivers\etc\hosts文件 在文件的最后增加一行数据,数据格式要求是:IP+空格+域名,参考示例如下 52.192.72.89 github.com 保持后马上就生效了,现在可以试试访问:GitHub: Where the world builds software · GitHub,是不是变快了。 其他网站同理。 ...原创 2021-09-28 11:28:05 · 316 阅读 · 0 评论