<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel><title>花花部落格</title><link>https://19940816.xyz</link><description>花花的自留地</description><copyright>花花部落格</copyright><docs>http://www.rssboard.org/rss-specification</docs><generator>python-feedgen</generator><image><url>https://avatars.githubusercontent.com/u/19904710?v=4</url><title>avatar</title><link>https://19940816.xyz</link></image><lastBuildDate>Fri, 20 Feb 2026 08:58:08 +0000</lastBuildDate><managingEditor>花花部落格</managingEditor><ttl>60</ttl><webMaster>花花部落格</webMaster><item><title>docker 部署奇迹openMU服务端与中文客户端</title><link>https://19940816.xyz/post/docker%20-bu-shu-qi-ji-openMU-fu-wu-duan-yu-zhong-wen-ke-hu-duan.html</link><description>
# 部署服务端

## ~~检查端口占用~~ 非必须
以下端口确保未被占用,可ssh进入飞牛执行命令检查
`sudo lsof -i :5080 -i :8080 -i :55901 -i :55902 -i :55903 -i :55904 -i :55905 -i :55906 -i :44405 -i :44406 -i :55980`

## 创建数据目录，修改密码

创建一个名为openmu的工作目录，并目录下创建一个dbdata目录，例：
` mkdir -p /root/docker-file/openmu/dbdata`
**dbdata**:为空目录为后续数据库固化用；
**openmu目录** : `nginx.dev.conf` `.htpasswd` 两个文件拷贝到这里；并且yml文件也创建在这里；
**.htpasswd文件**：是web面板的密码，如需修改使用Bcrypt密码在线生成工具，得到加密后的密文替换即可
```
admin:$2y$10$xYL2d/QEukwGmX0uNZubsunL0qcANuTYkpapRVdlu5q3ymCpvOEh.
```
替换admin:后面的密文即可。</description><guid isPermaLink="true">https://19940816.xyz/post/docker%20-bu-shu-qi-ji-openMU-fu-wu-duan-yu-zhong-wen-ke-hu-duan.html</guid><pubDate>Tue, 30 Dec 2025 11:55:39 +0000</pubDate></item><item><title>5美元获得永久爱沙尼亚esim号码</title><link>https://19940816.xyz/post/5-mei-yuan-huo-de-yong-jiu-ai-sha-ni-ya-esim-hao-ma.html</link><description># 一次性5美元获得永久爱沙尼亚esim号码 免费接码

1. 打开官网https://esimplus.me/zh-cn 如果不是中文右上角国旗处可切换。</description><guid isPermaLink="true">https://19940816.xyz/post/5-mei-yuan-huo-de-yong-jiu-ai-sha-ni-ya-esim-hao-ma.html</guid><pubDate>Mon, 22 Dec 2025 15:17:02 +0000</pubDate></item><item><title>一键安装带白名单管理的mtporxy</title><link>https://19940816.xyz/post/yi-jian-an-zhuang-dai-bai-ming-dan-guan-li-de-mtporxy.html</link><description># 介绍
https://github.com/Usagi537233/mtg-whitelist
一键安装Mtproxy&amp;白名单管理系统，mtproxy协议早已被gfw针对检测，没有国内中转情况下很快会被封掉，但经过网友测试在防火墙白名单下很少被封。</description><guid isPermaLink="true">https://19940816.xyz/post/yi-jian-an-zhuang-dai-bai-ming-dan-guan-li-de-mtporxy.html</guid><pubDate>Thu, 11 Dec 2025 13:06:31 +0000</pubDate></item><item><title>ipv6 vps 服务器基本使用教程与搭建节点</title><link>https://19940816.xyz/post/ipv6%20vps%20-fu-wu-qi-ji-ben-shi-yong-jiao-cheng-yu-da-jian-jie-dian.html</link><description># ipv6 vps 服务器基本使用教程与搭建vmess+ws+cdn节点

## 前提
你的网络要支持ipv6，不然ssh都链接不上，现在家用宽带都支持了，如果没开启请自行谷歌
## 换源
需要更换ipv6的更新源，不然apt安装很多软件报错
[清华https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/](https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/)
注意ubuntu 24以上更新源格式不一样了， 修改的文件也变了
`/etc/apt/sources.list.d/ubuntu.sources`
## 配置DNS
你会发现运行很多脚本都报错，需要修改**ipv6 dns** 为支持**nat64**的
https://nat64.net/public-providers
这里找一个，修改`/etc/resolv.conf`
&gt;我这个vps重启后resolv.conf会被强制重置默认 

## 安装s-ui
此刻你会发现自己终于可以正常脚本了，先跑个sui搭个节点。</description><guid isPermaLink="true">https://19940816.xyz/post/ipv6%20vps%20-fu-wu-qi-ji-ben-shi-yong-jiao-cheng-yu-da-jian-jie-dian.html</guid><pubDate>Wed, 03 Dec 2025 13:22:23 +0000</pubDate></item><item><title>docker 部署皓石传奇私服3教程</title><link>https://19940816.xyz/post/docker%20-bu-shu-hao-shi-chuan-qi-si-fu-3-jiao-cheng.html</link><description># docker 部署皓石传奇

## 项目
https://github.com/raphaelcheung/zircon-legend-server

https://hub.docker.com/r/livse/zirconlegend

# 服务端部署

## 创建网络
```
# 创建自定义网络名称为chuanqi并指定子网
docker network create --subnet=172.99.0.0/16 chuanqi
```
## 创建docker-compose.yml
```
version: '3.8'  
services:
  zircon:  # 服务名
    container_name: zircon  # 容器名
    image: livse/zirconlegend:latest  # 镜像
    networks:  # 网络配置
      chuanqi:  # 网络名称
        ipv4_address: '172.99.0.9'  # 指定固定 IP
    ports:  # 端口映射
      - '17000:7000'  # 端口
      - '17080:7080'  # 管理端口
    restart: unless-stopped  # 重启策略
    user: '0:0'  # root用户
    volumes:  # 路径映射
      - ./datas:/zircon/datas  # 数据持久化
      - /etc/localtime:/etc/localtime:ro  # 时间同步
      - /etc/timezone:/etc/timezone:ro  # 时区同步
    environment:
      - TZ=Asia/Shanghai # 可选：显式设置时区
networks:  # 网络定义
  chuanqi:  # 网络名称
    external: true  # 声明为外部网络
```
- datas:服务端数据需提前上传好；

---

## nginx反向代理
如果你设置了Nginx反向代理游戏流量从而导致游戏服务器获取不到真实客户端 IP。</description><guid isPermaLink="true">https://19940816.xyz/post/docker%20-bu-shu-hao-shi-chuan-qi-si-fu-3-jiao-cheng.html</guid><pubDate>Mon, 01 Dec 2025 11:07:10 +0000</pubDate></item><item><title>s-ui面板使用教程搭建Reality节点</title><link>https://19940816.xyz/post/s-ui-mian-ban-shi-yong-jiao-cheng-da-jian-Reality-jie-dian.html</link><description>## 安装sui
项目：https://github.com/alireza0/s-ui

`bash &lt;(curl -Ls https://raw.githubusercontent.com/alireza0/s-ui/master/install.sh)`

提示**Do you want to continue with the modification [y/n]? :**直接回车。</description><guid isPermaLink="true">https://19940816.xyz/post/s-ui-mian-ban-shi-yong-jiao-cheng-da-jian-Reality-jie-dian.html</guid><pubDate>Sun, 30 Nov 2025 04:48:09 +0000</pubDate></item><item><title>docker部署基于discord的免费图床</title><link>https://19940816.xyz/post/docker-bu-shu-ji-yu-discord-de-mian-fei-tu-chuang.html</link><description># docker部署基于discord的免费图床
## 前言
- 基于discord频道无限容量
- 支持多种格式图片、视频、音频
## 部署
### 准备
- discord创建频道获取到ID
- 创建机器人获取token
- 机器人加入创建的频道
- 上面不会百度discord+coze

## docekr
创建个目录，新建yml文件
```
services:
  discord-image:
    image: ghcr.io/missuo/discord-image
    ports:
      - '8080:8080'
    environment:
      - BOT_TOKEN=MTIyMTM3NDMxxxxxxxxxxJSTiZo6dAJlNcxSg1ql8BOutdo5_-Wo9t3I
      - CHANNEL_ID=1156xxxxxxx42
      - UPLOAD_DIR=/app/uploads
      #- PROXY_URL=your_proxy_url # If you want to access in mainland China, you must set this item.
      - AUTO_DELETE=true
    volumes:
      - ./uploads:/app/uploads
	  
```
启动后，`IP：8080`测试打开
## edgeone回源配置
&gt; 这里我为了方便直接用了腾讯海外版的CDN回源访问，没有配置nginx也不用申请ssl，当然下面也给了nginx配置参考

- 源站配置：你的vps-ip
- 回源协议:http
- 回源端口：服务访问的端口，本教程是8080
![CDN配置](https://wp-cdn.4ce.cn/v2/hEJb0sy.jpeg)
- 配置ssl
![edgeone-ssl配置](https://wp-cdn.4ce.cn/v2/0wXweDY.jpeg)

## nginx配置
```
location / {
    proxy_pass http://localhost:8080;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header REMOTE-HOST $remote_addr;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection $connection_upgrade;
    proxy_http_version 1.1;
} 
```
。</description><guid isPermaLink="true">https://19940816.xyz/post/docker-bu-shu-ji-yu-discord-de-mian-fei-tu-chuang.html</guid><pubDate>Mon, 06 Oct 2025 10:20:24 +0000</pubDate></item><item><title>locyanfrp内网穿透docker教程</title><link>https://19940816.xyz/post/locyanfrp-nei-wang-chuan-tou-docker-jiao-cheng.html</link><description># locyanfrp内网穿透docker教程
## 前言
locyanfrp是一个免费内网穿透平台，相比目前存在的免费平台，locyanfrp签到赠送的流量更大，功能限制更小。</description><guid isPermaLink="true">https://19940816.xyz/post/locyanfrp-nei-wang-chuan-tou-docker-jiao-cheng.html</guid><pubDate>Mon, 29 Sep 2025 12:34:19 +0000</pubDate></item><item><title>docker部署lunaTV免费在线影视站</title><link>https://19940816.xyz/post/docker-bu-shu-lunaTV-mian-fei-zai-xian-ying-shi-zhan.html</link><description># docker部署lunaTV免费在线影视站
# 前言
此项目原moontv因太火被举报删库。</description><guid isPermaLink="true">https://19940816.xyz/post/docker-bu-shu-lunaTV-mian-fei-zai-xian-ying-shi-zhan.html</guid><pubDate>Wed, 20 Aug 2025 05:46:04 +0000</pubDate></item><item><title>PokePay虚拟卡信用卡申请教程</title><link>https://19940816.xyz/post/PokePay-xu-ni-qia-xin-yong-qia-shen-qing-jiao-cheng.html</link><description># PokePay虚拟卡申请教程
![newscreen24256406.jpg](https://wp-cdn.4ce.cn/v2/NDKz9n2.jpeg)
 [PokePay.com是一款基于数字虚拟货币的虚拟信用卡](https://app.pokepay.cc/pages/invitation/regist?r=315489) IBAN 账户，支持港币、欧元、美元等主流货币以及 USDT、ETH、BTC 等加密货币的转账和消费。</description><guid isPermaLink="true">https://19940816.xyz/post/PokePay-xu-ni-qia-xin-yong-qia-shen-qing-jiao-cheng.html</guid><pubDate>Mon, 11 Aug 2025 07:27:36 +0000</pubDate></item><item><title>gtp-load企业级高性能Ai接口透明网关</title><link>https://19940816.xyz/post/gtp-load-qi-ye-ji-gao-xing-neng-Ai-jie-kou-tou-ming-wang-guan.html</link><description>
## 项目介绍
![](https://www.gpt-load.com/_next/image?url=%2Flogo.png&amp;w=96&amp;q=75)
- 透明代理: 完全保留原生 API 格式，支持 OpenAI、Google Gemini 和 Anthropic Claude 等多种格式
- 智能密钥管理: 高性能密钥池，支持分组管理、自动轮换和故障恢复
- 负载均衡: 支持多上游端点的加权负载均衡，提升服务可用性
- 智能故障处理: 自动密钥黑名单管理和恢复机制，确保服务连续性
- 动态配置: 系统设置和分组配置支持热重载，无需重启即可生效
- 企业级架构: 分布式主从部署，支持水平扩展和高可用
- 全面监控: 实时统计、健康检查、详细请求日志
- 高性能设计: 零拷贝流式传输、连接池复用、原子操作
- 生产就绪: 优雅关闭、错误恢复、完善的安全机制
- 双重认证体系: 管理端与代理端认证分离，代理认证支持全局和分组级别密钥
---
## docker部署
```
docker run -d --name gpt-load \
    -p 3001:3001 \
    -e AUTH_KEY=sk-123456 \
    -v '$(pwd)/data':/app/data \
    ghcr.io/tbphp/gpt-load:latest
```
&gt; $(pwd)意思是当前目录下建立数据；sk-123456是后台认证也是对话key。</description><guid isPermaLink="true">https://19940816.xyz/post/gtp-load-qi-ye-ji-gao-xing-neng-Ai-jie-kou-tou-ming-wang-guan.html</guid><pubDate>Fri, 25 Jul 2025 10:21:56 +0000</pubDate></item><item><title>Gemini API 反向代理部署</title><link>https://19940816.xyz/post/Gemini%20API%20-fan-xiang-dai-li-bu-shu.html</link><description># 💫 Gemini API 反向代理部署

&gt; 🤔 gemini每个模型都有每日免费的API使用量
&gt; 
&gt; 📝 但是默认api url国内无法访问
&gt; 
&gt; 🔍 下面介绍几个反代方式，让国内流程使用api

# claw cloud 部署
使用到的项目：[https://github.com/wyeeeee/hajimi](https://github.com/wyeeeee/hajimi)
claw免费提供每月5USD的额度。</description><guid isPermaLink="true">https://19940816.xyz/post/Gemini%20API%20-fan-xiang-dai-li-bu-shu.html</guid><pubDate>Wed, 09 Jul 2025 06:49:20 +0000</pubDate></item><item><title>香港haha卡购买使用最新攻略</title><link>https://19940816.xyz/post/xiang-gang-haha-qia-gou-mai-shi-yong-zui-xin-gong-lve.html</link><description>&gt;香港haha卡购买使用最新攻略

# 套餐介绍
- 初始余额50HKD
- 月租：无月租，自由选择漫游套餐（就是购买套餐消费，消费一次套餐延迟1年，超过1年未消费自动注销）
- 每日套餐：10 HKD/天，包含500M高速流量
- 每月套餐：138 HKD/月，包含15GB高速流量
高速流量用完后：可继续使用无限低速流量

---
大陆漫游资费：
- 收短信：免费
- 发短信：3.5 HKD/条
- 接听来电：8 HKD/分钟
- 拨打香港号码：8 HKD/分钟
- 拨打大陆号码：6 HKD/分钟
- 拨打其他国家或地区：25 HKD/分钟
- 使用流量：无套餐外扣费

# 获取号码
## 购买
香港丰泽购买实体卡；咸鱼找代购；卡商贩子；此卡原价50HKD。</description><guid isPermaLink="true">https://19940816.xyz/post/xiang-gang-haha-qia-gou-mai-shi-yong-zui-xin-gong-lve.html</guid><pubDate>Sun, 29 Jun 2025 13:39:42 +0000</pubDate></item><item><title>openres-manager丝滑简单的nginx反向代理管理器</title><link>https://19940816.xyz/post/openres-manager-si-hua-jian-dan-de-nginx-fan-xiang-dai-li-guan-li-qi.html</link><description>&gt; openres-manager丝滑简单的nginx反向代理管理器

# 前言

现在我们大部分应用都采用快捷的docker部署，然后使用nginx\caddy等web服务进行反代容器端口，nginx这些服务软件反代只是其中一个功能，我们要只用反代并对反代进行配置优化对于小白和频繁使用用户也很麻烦，openresty则是用一种更简洁、简单的方式去只添加、管理nginx反向代理，并针对反代的上游负载、安全防护等都小白化处理，鼠标点击即可完成配置。</description><guid isPermaLink="true">https://19940816.xyz/post/openres-manager-si-hua-jian-dan-de-nginx-fan-xiang-dai-li-guan-li-qi.html</guid><pubDate>Sun, 18 May 2025 08:30:40 +0000</pubDate></item><item><title>ohttps开启群晖ssl证书自动更新</title><link>https://19940816.xyz/post/ohttps-kai-qi-qun-hui-ssl-zheng-shu-zi-dong-geng-xin.html</link><description># 开启群晖ssl证书自动更新OHTTPS

ohttps是一个免费自动签发ssl证书、管理、部署的项目。</description><guid isPermaLink="true">https://19940816.xyz/post/ohttps-kai-qi-qun-hui-ssl-zheng-shu-zi-dong-geng-xin.html</guid><pubDate>Fri, 16 May 2025 07:24:09 +0000</pubDate></item><item><title>Claw 推出免费的容器云服务</title><link>https://19940816.xyz/post/Claw%20-tui-chu-mian-fei-de-rong-qi-yun-fu-wu.html</link><description># Claw 推出免费的容器云服务
claw是一家云服务器商，大概是看到cf准备今年8月提供免费容器云，它提前宣布让自己成为第一家免费的容器服务商。</description><guid isPermaLink="true">https://19940816.xyz/post/Claw%20-tui-chu-mian-fei-de-rong-qi-yun-fu-wu.html</guid><pubDate>Tue, 15 Apr 2025 06:37:55 +0000</pubDate></item><item><title>无需服务器部署在线视频网站LibreTV</title><link>https://19940816.xyz/post/wu-xu-fu-wu-qi-bu-shu-zai-xian-shi-pin-wang-zhan-LibreTV.html</link><description># 前言

&gt; LibreTV是一个轻量级、免费的在线视频搜索与观看平台，提供来自多个视频源的内容搜索与播放服务。</description><guid isPermaLink="true">https://19940816.xyz/post/wu-xu-fu-wu-qi-bu-shu-zai-xian-shi-pin-wang-zhan-LibreTV.html</guid><pubDate>Tue, 08 Apr 2025 15:10:34 +0000</pubDate></item><item><title>免费优秀的mysql数据服务</title><link>https://19940816.xyz/post/mian-fei-you-xiu-de-mysql-shu-ju-fu-wu.html</link><description>&gt;免费优秀的mysql数据服务

## 1 简介

- tidbcloud提供全球各大节点的免费数据服务。</description><guid isPermaLink="true">https://19940816.xyz/post/mian-fei-you-xiu-de-mysql-shu-ju-fu-wu.html</guid><pubDate>Sun, 06 Apr 2025 04:03:29 +0000</pubDate></item><item><title>CloudFlare-ImgBed项目搭建免费图床网站</title><link>https://19940816.xyz/post/CloudFlare-ImgBed-xiang-mu-da-jian-mian-fei-tu-chuang-wang-zhan.html</link><description># 前言
本项目支持多种平台搭建和数据存储，本教程为利用cloudflare免费的边缘计算、R2存储部署。</description><guid isPermaLink="true">https://19940816.xyz/post/CloudFlare-ImgBed-xiang-mu-da-jian-mian-fei-tu-chuang-wang-zhan.html</guid><pubDate>Sat, 08 Mar 2025 11:18:26 +0000</pubDate></item><item><title>快速安装使用入门homebrew包管理工具</title><link>https://19940816.xyz/post/kuai-su-an-zhuang-shi-yong-ru-men-homebrew-bao-guan-li-gong-ju.html</link><description># 简介
1. Homebrew是macOS、Linux下著名的第三方包管理程序，类似ubuntu的apt-get。</description><guid isPermaLink="true">https://19940816.xyz/post/kuai-su-an-zhuang-shi-yong-ru-men-homebrew-bao-guan-li-gong-ju.html</guid><pubDate>Thu, 23 Jan 2025 08:58:11 +0000</pubDate></item><item><title>小米AX3000T刷openwrt安装passwall</title><link>https://19940816.xyz/post/xiao-mi-AX3000T-shua-openwrt-an-zhuang-passwall.html</link><description># 前言 &#13;
- 本方法可以变砖的情况下用小米官方工具刷回官方&#13;
- 所以本方法非u-boot，故需刷的是openwrt原生&#13;
&#13;
# 开始&#13;
## 解锁ssh&#13;
使用 [xmir patch 工具](https://github.com/openwrt-xiaomi/xmir-patcher) 可一键解锁。</description><guid isPermaLink="true">https://19940816.xyz/post/xiao-mi-AX3000T-shua-openwrt-an-zhuang-passwall.html</guid><pubDate>Mon, 06 Jan 2025 09:20:12 +0000</pubDate></item><item><title>Docker部署youtube bilibili下载转码格式网站</title><link>https://19940816.xyz/post/Docker-bu-shu-youtube%20bilibili-xia-zai-zhuan-ma-ge-shi-wang-zhan.html</link><description># 前言&#13;
- 本项目目前只支持youtubei bilibili&#13;
# 部署&#13;
1. ` docker volume create vol `&#13;
2. ` docker run -it -d --name youtube-dl-rest -p 8080:80 -v vol:/Youtube-dl-REST imgxx/youtube-dl-rest `&#13;
&#13;
然后浏览器打开ip:8080即可，支持转换音频下载，不同清晰度，下载速度不经过服务器，速度很快；&#13;
&#13;
![newscreen7184203.jpg](https://pic4.58cdn.com.cn/nowater/webim/big/n_v21486d9b24bd644d58627d9cbfa74bac2.jpg)&#13;
&#13;
## 修改config&#13;
&#13;
- 默认带的cookies如果失效，请修改为自己的；&#13;
宿主机访问这个文件&#13;
```&#13;
/var/lib/docker/volumes/vol/_data/cookies.txt&#13;
```&#13;
### 获取自己的cookies&#13;
&#13;
你需要[Get cookies.txt LOCALLY](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc) 浏览器插件。</description><guid isPermaLink="true">https://19940816.xyz/post/Docker-bu-shu-youtube%20bilibili-xia-zai-zhuan-ma-ge-shi-wang-zhan.html</guid><pubDate>Wed, 25 Dec 2024 16:24:05 +0000</pubDate></item><item><title>国内云主机gost隧道中转解决telegram mtproxy无法使用问题</title><link>https://19940816.xyz/post/guo-nei-yun-zhu-ji-gost-sui-dao-zhong-zhuan-jie-jue-telegram%20mtproxy-wu-fa-shi-yong-wen-ti.html</link><description># 前言&#13;
- Gost一款支持加密隧道工具&#13;
- 项目：https://github.com/KANIKIG/Multi-EasyGost&#13;
# 准备&#13;
国内主机 A&#13;
1.1.1.1&#13;
流量端口：8081 （任意）&#13;
---&#13;
国外主机 B&#13;
2.2.2.2&#13;
流量端口：9091（任意）&#13;
&#13;
# 开始 A主机&#13;
启动脚本&#13;
` wget --no-check-certificate -O gost.sh https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/master/gost.sh &amp;&amp; chmod +x gost.sh &amp;&amp; ./gost.sh `&#13;
再次运行本脚本只需要输入` ./gost.sh `回车即可&#13;
创建加密隧道，仔细看重点：&#13;
**选7新增隧道--选2加密隧道流量转发--选2 ws隧道--输入8081作为流量端口--输入B主机IP--输入9091 B主机的流量端口**&#13;
创建完后&#13;
&gt; |  ws隧道   |8081	|185.44.66.132:9091&#13;
&#13;
# 开始B主机&#13;
创建解密隧道，仔细看重点：&#13;
**选7新增隧道--选3解密隧道--选2 ws隧道--输入9091作为流量端口（必须跟A主机最后配置的B机流量端口一致）-- 输入本机IP或127.0.0.1--- 输入本机代理服务的端口，如socks 5321**&#13;
&gt; |  ws解密   |9091	|127.0.0.1:5321&#13;
&#13;
# 客户端配置&#13;
- IP配置A主机的IP&#13;
- 端口配置 8081 即A主机的流量端口&#13;
- 其它一般不用东，照搬B主机的代理服务配置信息&#13;
&#13;
# 实操撸个socks5 --B主机上操作&#13;
其实安装上述搭建好隧道，理论支持B国外主机上的v2ray ssr 等任意代理服务。</description><guid isPermaLink="true">https://19940816.xyz/post/guo-nei-yun-zhu-ji-gost-sui-dao-zhong-zhuan-jie-jue-telegram%20mtproxy-wu-fa-shi-yong-wen-ti.html</guid><pubDate>Mon, 25 Nov 2024 06:20:19 +0000</pubDate></item><item><title>xray-argo拯救被墙的服务器IP</title><link>https://19940816.xyz/post/xray-argo-zheng-jiu-bei-qiang-de-fu-wu-qi-IP.html</link><description># 前言&#13;
新开了一个rack家的机，开好IP就默认被墙，多次沟通、工单均无果，垃圾客服；网上查下，目前流行的拯救被墙IP方法是argo隧道方法；还有搭建xui 创建socket5 (使用外网登录或者cf-tunnel方式登录面板)， 然后使用cf-vless,项目 github搜这个 cmliu/edgetunnel ，在里面填SOCKS5变量；本文介绍前者更简单。</description><guid isPermaLink="true">https://19940816.xyz/post/xray-argo-zheng-jiu-bei-qiang-de-fu-wu-qi-IP.html</guid><pubDate>Tue, 12 Nov 2024 08:42:30 +0000</pubDate></item><item><title>H3C NX30Pro路由器刷openwrt教程</title><link>https://19940816.xyz/post/H3C%20NX30Pro-lu-you-qi-shua-openwrt-jiao-cheng.html</link><description># 准备&#13;
uboot文件&#13;
固件&#13;
见附件&#13;
&#13;
# 开始&#13;
&#13;
配置好原厂系统的账号密码；电脑链接路由器LAN；telnet链接 账号H3C ，密码是原厂系统后台密码，端口99；&#13;
&#13;
下载 uboot&#13;
&#13;
```&#13;
cd /tmp&#13;
curl -o https://git.19910321.best/uboot.bin uboot.bin # 若地址失效可自己将uboot.bin上传到支持外链的&#13;
mtd write /tmp/uboot.bin FIP&#13;
&#13;
```&#13;
&#13;
刷入不死BOOT结束；&#13;
&#13;
# 刷OP&#13;
&#13;
按着RESET通电10秒，电脑配置固定IP：192.168.1.X ,进入192.168.1.1 选择你的固件刷入。</description><guid isPermaLink="true">https://19940816.xyz/post/H3C%20NX30Pro-lu-you-qi-shua-openwrt-jiao-cheng.html</guid><pubDate>Mon, 11 Nov 2024 11:12:49 +0000</pubDate></item><item><title>VPS购入后基本常用设置与脚本</title><link>https://19940816.xyz/post/VPS-gou-ru-hou-ji-ben-chang-yong-she-zhi-yu-jiao-ben.html</link><description># VPS测试
## NodeQuality 首推
```
bash &lt;(curl -sL https://run.NodeQuality.com)
```
### 融合怪脚本
```
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh &amp;&amp; chmod +x ecs.sh &amp;&amp; bash ecs.sh -m 1
```
### 解锁测试（第一步选只跨国平台)
` bash &lt;(curl -sL Media.Check.Place) `

# 基本设置
## 设置时区
` timedatectl set-timezone Asia/Shanghai `
## 基本软件安装
## lrzsz\htop
` apt-get install lrzsz -y &amp;&amp; apt-get install htop -y &amp;&amp; apt-get install curl -y &amp;&amp; apt-get install vim -y `
## bbr加速
` curl -Lso bbrinstall.sh https://git.io/kernel.sh  &amp;&amp; chmod +x bbrinstall.sh &amp;&amp; ./bbrinstall.sh `
## 强烈更改SSH默认端口
```
意修改默认22为9022
sed -i 's/^#Port 22/Port 9022/' /etc/ssh/sshd_config
```
## 安装ufw防火墙
`apt install ufw -y`
**ufw防火墙基本规则**
```
# 默认允许所有数据出站
ufw default allow outgoing
# 默认禁止所有数据入站
ufw default deny incoming
# 允许22端口的tcp协议访问并记录日志，这里建议改成修改后的SSH端口
ufw allow log 22/tcp
# 允许443端口访问，没指定协议即包括TCP/UDP
ufw allow https
# 配置规则后重新加载
ufw reload
--- 上面即基本设置 新VPS这样设置就可以了 ---
ufw allow http # 允许80端口，不建议，所有应用使用ssl安全
# 允许从start_port到end_port的端口
sudo ufw allow start_port:end_port
# 仅允许1.1.1.1访问22端口
ufw allow from 1.1.1.1 to any port 22
ufw allow from 1.1.1.1 to proto tcp any port 22 # 指定tcp协议
```
## 安装fail2ban
`wget https://raw.githubusercontent.com/huawuhen/Fail2ban/refs/heads/master/fail2ban.sh &amp;&amp; chmod +x fail2ban.sh &amp;&amp; bash fail2ban.sh`

更多vps安全设置[linuxdo服务器安全配置](https://linux.do/t/topic/267502)


## bash美化
在root目录下以root账户运行
`git clone https://github.com/ohmybash/oh-my-bash.git ~/.oh-my-bash &amp;&amp; cp ~/.oh-my-bash/templates/bashrc.osh-template ~/.bashrc &amp;&amp; source ~/.bashrc`

&gt; 卸载
&gt; `~/uninstall_oh_my_bash`


---
## Docker安装
` curl -fsSL https://get.docker.com  | sh - `
会自动安装 Docker Compose 组件，调用命令是：docker compose。</description><guid isPermaLink="true">https://19940816.xyz/post/VPS-gou-ru-hou-ji-ben-chang-yong-she-zhi-yu-jiao-ben.html</guid><pubDate>Mon, 11 Nov 2024 07:34:56 +0000</pubDate></item><item><title>部署hugging face的免费模型</title><link>https://19940816.xyz/post/bu-shu-hugging%20face-de-mian-fei-mo-xing.html</link><description># 前言&#13;
hugging 有很多暂时免费的模型，以下介绍两种部署方式并转换为兼容openai的api。</description><guid isPermaLink="true">https://19940816.xyz/post/bu-shu-hugging%20face-de-mian-fei-mo-xing.html</guid><pubDate>Tue, 05 Nov 2024 10:59:13 +0000</pubDate></item><item><title>搭建grok-api代理</title><link>https://19940816.xyz/post/da-jian-grok-api-dai-li.html</link><description># 配置grok-api-proxy国内流畅使用x-ai

## 前言
grok3发布后立刻将deepseek甩在后面，毫无限制、训练数据为最新等特色是国内模型无法可比的。</description><guid isPermaLink="true">https://19940816.xyz/post/da-jian-grok-api-dai-li.html</guid><pubDate>Mon, 04 Nov 2024 05:54:53 +0000</pubDate></item><item><title>你涉过同一条河-香蝶</title><link>https://19940816.xyz/post/ni-she-guo-tong-yi-tiao-he---xiang-die.html</link><description>&gt; 这是一篇有点年头的文章，当年在我童年时不经意间在一堆旧本杂志看到了这篇文章。</description><guid isPermaLink="true">https://19940816.xyz/post/ni-she-guo-tong-yi-tiao-he---xiang-die.html</guid><pubDate>Mon, 22 Jul 2024 10:03:54 +0000</pubDate></item><item><title>奋不顾身的坠落</title><link>https://19940816.xyz/post/fen-bu-gu-shen-de-zhui-luo.html</link><description>#### 我是一个从不会追女生的人，少年时期至今的恋爱皆一拍即合或表达后就在一起。</description><guid isPermaLink="true">https://19940816.xyz/post/fen-bu-gu-shen-de-zhui-luo.html</guid><pubDate>Wed, 01 May 2024 13:43:03 +0000</pubDate></item><item><title>docker安装mysql与phpmyadmin</title><link>https://19940816.xyz/post/docker-an-zhuang-mysql-yu-phpmyadmin.html</link><description># 准备&#13;
- docker环境&#13;
# 安装mysql&#13;
` docker run --name mysql -p 3307:3306 -e MYSQL_ROOT_PASSWORD=123456 -d mysql:5.7 `&#13;
12345是root密码&#13;
为了轻便使用了旧版本5.7，故没用映射本地文件&#13;
## 8.0带映射&#13;
` docker run -d --name mydb -v ./mysql:/var/lib/mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=hua1991 mysql:8.0.39 `&#13;
&#13;
&gt; ./mysql:意思是宿主机当前目录下运行指令时自动创建一个mysql目录，mysql一般不升级，docker run就run一次所以这里我用了相对目录。</description><guid isPermaLink="true">https://19940816.xyz/post/docker-an-zhuang-mysql-yu-phpmyadmin.html</guid><pubDate>Sun, 07 Apr 2024 13:42:18 +0000</pubDate></item><item><title>2013-08-15午睡梦境</title><link>https://19940816.xyz/post/2013-08-15-wu-shui-meng-jing.html</link><description>1. 回忆中是否经常有副画面，在某个夏日的午后，老师在黑板上狂草疾书，你懒洋洋的趴到桌上，眼神却停留在那个女孩的背后，看着那翘翘的马尾下面，脖上细密的绒毛和马尾的发梢，被窗外的阳光照得金黄而透明，你就这么呆呆得看着，此时你丝毫感觉不到教室的嘈杂和燥热，因为已经似乎走到了清凉丛林里看到了一片花丛，它美的让你完全沉浸其中，直到她忽然回过头来，那双水莹明眸，诧异的看着你，于是你匆匆低头，用书遮掩住满脸通红，却听到心里，有花开的声音。</description><guid isPermaLink="true">https://19940816.xyz/post/2013-08-15-wu-shui-meng-jing.html</guid><pubDate>Sun, 24 Mar 2024 02:29:44 +0000</pubDate></item><item><title>2019-07-02-阴天</title><link>https://19940816.xyz/post/2019-07-02--yin-tian.html</link><description>- 翻前任的微博，看到她跟我相处的后期发很多我对她不上心的吐槽，觉得我不爱她。</description><guid isPermaLink="true">https://19940816.xyz/post/2019-07-02--yin-tian.html</guid><pubDate>Sun, 24 Mar 2024 02:28:26 +0000</pubDate></item><item><title>梦-续</title><link>https://19940816.xyz/post/meng---xu.html</link><description>经过昨晚的梦，今天早晨我本想告诉她【抱歉】但，她越是这样对我，我愈加倍感压力。</description><guid isPermaLink="true">https://19940816.xyz/post/meng---xu.html</guid><pubDate>Sun, 24 Mar 2024 02:27:56 +0000</pubDate></item><item><title>梦</title><link>https://19940816.xyz/post/meng.html</link><description>&gt; 2019年4月3日 清晨 我做了一个梦&#13;
- 梦中我跟一个女孩彼此携手在阳光明媚、春光乍泄、鲜花烂漫的田野里、山坡上奔跑、拥抱着，那一刻似乎幸福弥漫到空气中。</description><guid isPermaLink="true">https://19940816.xyz/post/meng.html</guid><pubDate>Sun, 24 Mar 2024 02:26:59 +0000</pubDate></item><item><title>2019-03-01-阴天！！</title><link>https://19940816.xyz/post/2019-03-01--yin-tian-%EF%BC%81%EF%BC%81.html</link><description>&gt; 近一段时间中，无法得知我还可以撑几时，感觉自己随时都会精神与身体彻底倒下&#13;
&#13;
- 当她突然间劈腿并彻底让我远离她的世界那一刻，我始终没有想到自己要经历人生中最痛苦，最歇斯底里的一段历程。</description><guid isPermaLink="true">https://19940816.xyz/post/2019-03-01--yin-tian-%EF%BC%81%EF%BC%81.html</guid><pubDate>Sun, 24 Mar 2024 02:26:13 +0000</pubDate></item><item><title>20180718</title><link>https://19940816.xyz/post/20180718.html</link><description>&gt; 2018.7.17 星期二 闷热的夏日傍晚，时间20：34，但是窗外的还没有进入黑夜，故就称为傍晚吧。</description><guid isPermaLink="true">https://19940816.xyz/post/20180718.html</guid><pubDate>Sun, 24 Mar 2024 02:25:33 +0000</pubDate></item><item><title>2018-07-17-晴天</title><link>https://19940816.xyz/post/2018-07-17--qing-tian.html</link><description>&gt;　2018.7.17 星期二 闷热的夏日傍晚，时间20：34，但是窗外的还没有进入黑夜，故就称为傍晚吧&#13;
&#13;
- 今天休息日，昨晚吃了安眠药今天在床上躺了一天，其实就算没有安眠药我也已经是宅。</description><guid isPermaLink="true">https://19940816.xyz/post/2018-07-17--qing-tian.html</guid><pubDate>Sun, 24 Mar 2024 02:24:54 +0000</pubDate></item><item><title>20170421</title><link>https://19940816.xyz/post/20170421.html</link><description>&gt; 我喜欢吃方便面，但因为太累麻烦，于是我吃了几个水果，然后塞下了一包薯片，以为这样管饱，但是最后我发现我还是想吃一碗方便面。</description><guid isPermaLink="true">https://19940816.xyz/post/20170421.html</guid><pubDate>Sun, 24 Mar 2024 02:24:21 +0000</pubDate></item><item><title>20161231</title><link>https://19940816.xyz/post/20161231.html</link><description>&gt; 就像星光不问路人，时光也不问&#13;
&#13;
- 2016，带来很多也留下很多&#13;
无论惊喜、欢愉、失落、孤单、悲伤都随着时间淡化&#13;
这一年，很快，似乎我还是那个样子，不知该庆幸还是恼悔&#13;
&#13;
- 幸识知己，常言愁苦&#13;
&#13;
- 曾无数次寻找着心中的道路&#13;
却也一次次在清晰中迷茫…&#13;
&#13;
- 相遇，离去，……百无聊赖&#13;
&#13;
- 我不希望2017，你能带给我什么改观&#13;
走遍一年琐碎也离不开自身的迷惘&#13;
&#13;
- 愿爱我的人陪我度过几时春秋&#13;
愿我爱的人有梦为马随处可栖&#13;
&#13;
*新年快乐……各位*。</description><guid isPermaLink="true">https://19940816.xyz/post/20161231.html</guid><pubDate>Sun, 24 Mar 2024 02:23:49 +0000</pubDate></item><item><title>以失眠开始新的一年20160228</title><link>https://19940816.xyz/post/yi-shi-mian-kai-shi-xin-de-yi-nian-20160228.html</link><description>- 生活真是艰难&#13;
你得吃饱睡好 你得强颜欢笑 你得和恶心的人们战斗 &#13;
稍不留神 桌上的面包就被蟑螂咬了一口 包里的各种糖果各种药物过了保质期 手机里的通讯号码已成为空号&#13;
生意场里的握手言欢有多少是出自真心而非利益 酒桌上的把酒言欢又有多少是出自畅快而非签约&#13;
&#13;
- 你应该变得有趣啊 可是 有趣得多难&#13;
周围的小伙伴都已成为别人的新郎或新娘 爸妈催着你早些结婚&#13;
妈妈 您不知道 我爱自由多过婚姻羁绊&#13;
毕竟 只有“亲情”的婚姻是那般无奈 倒不如就这样 看着这个世态炎凉&#13;
&#13;
- 真心就像狗不理包子 丢出去都会被吃掉&#13;
吃掉也就吃掉了 谁还会惦记着你穿了几件衣裳喝了几口热汤&#13;
鞋子硌脚就丢掉吧不要再穿了&#13;
坏了的东西都丢掉吧不要去修补&#13;
所有的东西都应该这样包括各种情感。</description><guid isPermaLink="true">https://19940816.xyz/post/yi-shi-mian-kai-shi-xin-de-yi-nian-20160228.html</guid><pubDate>Sun, 24 Mar 2024 02:22:52 +0000</pubDate></item><item><title>一个人真的好吗</title><link>https://19940816.xyz/post/yi-ge-ren-zhen-de-hao-ma.html</link><description>---&#13;
&gt; 喂，你觉得单身生活好吗？ &#13;
&#13;
-------&#13;
&#13;
“很好啊！」不用担心生日、节日、纪念日的礼物」不用担心没有话题，还要找话题的尴尬」一个人想干什么就干什么，很自由啊  ”&#13;
&#13;
--------&#13;
&#13;
.........&#13;
&#13;
--------&#13;
&#13;
好吧，其实也没那么好&#13;
&#13;
------------&#13;
&#13;
一点也不好&#13;
&#13;
-----------&#13;
&#13;
我不知道你现在在什么地方&#13;
&#13;
------------&#13;
&#13;
在做什么&#13;
&#13;
想什么&#13;
&#13;
....和谁在一起 &#13;
&#13;
-------------&#13;
&#13;
我不知道 我们会在哪里&#13;
&#13;
------------&#13;
&#13;
在什么地方什么时候相遇&#13;
&#13;
&#13;
----------------&#13;
&#13;
一个人走过教室 地铁 长街&#13;
&#13;
----------------&#13;
&#13;
走过公园 城市 人山人海&#13;
&#13;
---------------------&#13;
&#13;
一个人走过黑夜 白天 下雪天&#13;
&#13;
-------------------------&#13;
&#13;
走过夏天 冬天 四季轮回  &#13;
&#13;
--------------------------&#13;
&#13;
真的很抱歉啊  &#13;
&#13;
--------------------&#13;
&#13;
我走了那么多的地方&#13;
&#13;
----------------&#13;
&#13;
等了那么长的时间&#13;
&#13;
-------------------&#13;
&#13;
都没能让你遇见我&#13;
&#13;
-------------------&#13;
&#13;
我只是在想&#13;
&#13;
--------------------&#13;
&#13;
&#13;
&#13;
&#13;
在这个充满西瓜味的夏天&#13;
&#13;
-----------------&#13;
&#13;
普普通通的我 &#13;
&#13;
-------------------&#13;
&#13;
和普普通通的你&#13;
&#13;
------------------&#13;
&#13;
能够相遇而视&#13;
&#13;
----------------&#13;
&#13;
“嘛......我也觉得单身一点也不好 ”&#13;
&#13;
------------------------&#13;
&#13;
“所以 ..........”&#13;
&#13;
---------------------&#13;
&#13;
“我们在一起的话 ”&#13;
&#13;
--------------------&#13;
&#13;
“一切就会变好了吧。</description><guid isPermaLink="true">https://19940816.xyz/post/yi-ge-ren-zhen-de-hao-ma.html</guid><pubDate>Sun, 24 Mar 2024 02:21:52 +0000</pubDate></item><item><title>2013-10-13-深夜</title><link>https://19940816.xyz/post/2013-10-13--shen-ye.html</link><description>---&#13;
. 凌晨2点，忽然苏醒。</description><guid isPermaLink="true">https://19940816.xyz/post/2013-10-13--shen-ye.html</guid><pubDate>Sun, 24 Mar 2024 02:20:20 +0000</pubDate></item><item><title>2013-05-07-晴天</title><link>https://19940816.xyz/post/2013-05-07--qing-tian.html</link><description>date: 2023-10-07 01:10:14&#13;
---&#13;
&gt;　慢慢地愈来愈&#13;
### 感觉自己在每天无意义的工作中身上的各种都在被抽取，连仅剩的灵魂也虚弱欲飘，我始终感觉，如果再这样懦弱下去，很可能我哪天不是在上下班拥挤的公交里倒下，就会独自自杀。</description><guid isPermaLink="true">https://19940816.xyz/post/2013-05-07--qing-tian.html</guid><pubDate>Sun, 24 Mar 2024 02:04:12 +0000</pubDate></item><item><title>hellow</title><link>https://19940816.xyz/post/hellow.html</link><description>hi gmeek。</description><guid isPermaLink="true">https://19940816.xyz/post/hellow.html</guid><pubDate>Sun, 24 Mar 2024 01:34:33 +0000</pubDate></item><item><title>关于我</title><link>https://19940816.xyz/about.html</link><description># 某世界500强混吃等死攻城狮，厌恶公司每天宫心计。</description><guid isPermaLink="true">https://19940816.xyz/about.html</guid><pubDate>Sun, 24 Mar 2024 05:19:53 +0000</pubDate></item></channel></rss>