微信设置地区“中国大陆”

  打开文件夹`/data/data/com.tecent.mm/` 搜索`mmregioncode` 找到`mmregioncode_zh_cn.txt`文件 把自己定位的省市那一行删除 打开微信 改地区 用定位

V2ray+Cloudflare+BBR

> BBR wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh > V2ray yum install ...

请输入密码访问

宝塔命令

### 宝塔关闭安全入口 ### ```sh rm -f /www/server/panel/data/admin_path.pl ``` ### 卸载宝塔:### ```sh wget http://download.bt.cn/install/bt-uninstall.sh sh bt-uninstall.sh ```

Typecho 添加博主在线时间

将以下代码放在主题文件`functions.php`, 或core/core.php文件里 ```php function get_last_login($user){ $user = '1'; $now = time(); $db = Typecho_Db::get(); $pref...