See The World
Let's See The Wordshell 修改hosts ip 绑定
脚本功能定时检查域名的连通性,如果不通,则从ip列表中遍历检查连通性ip通则与域名绑定到 hosts 文件中#!/bin/bash DOMAIN=api.weixin.qq.com IP_LI...
Linux 配置系统代理
1. 在文件新增配置vim .bashrc# # set proxy # function setproxy() { # export http_proxy=socks5://127.0...
Centos7 搭建 v2ray
更新系统yum -y update安装 v2raybash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2...
Typecho修改后台默认登陆地址(admin)的方法
众所周知typecho默认的后台地址就是域名后面加上/admin,然而这样就避免不了被恶意破解,因为大多数typecho博主的后台默认地址都是/admin,所以为了提高网站后台的安全性,我们需要...
Centos7 防火墙设置
firewall http 服务开启firewall-cmd --query-service http ##查看http服务是否支持,返回yes或者no firewall-cmd --add-s...