搜索内容

Daily
  • 小米r2d免密登陆
    Daily

    小米r2d免密登陆

    🌐─(root㉿wise)-[~] └─# grep -A 10 "r2d" /root/.ssh/config Host r2d HostName 10.11.69.228 User root IdentityFile /root/.ssh/id_rsa_old KexAlgorithms……
    yxbinghe 2026年3月15日
  • R2D 作为二级路由开放 SMB 端口供WAN口资源访问
    Daily

    R2D 作为二级路由开放 SMB 端口供WAN口资源访问

    在你的 smb.conf 配置中,有两行关键限制锁死了访问权限: interfaces = br-lan:Samba 只在 LAN 口(内网)监听。 bind interfaces only = yes:强制只绑定……
    yxbinghe 2026年3月15日
  • Docker 容器(minio 和 redis)迁移——含数据
    Daily

    Docker 容器(minio 和 redis)迁移——含数据

    1️⃣ MinIO 容器迁移 MinIO 是对象存储服务,它的数据是关键部分,一般存放在你运行容器时挂载的卷(volume)或宿主机目录中。你需要把数据和配置一起迁移。 步……
    yxbinghe 2026年3月15日
  • 在 Docker 中,查看所有網路的位址(網段/子網範圍)
    Daily

    在 Docker 中,查看所有網路的位址(網段/子網範圍)

    以下是幾種常用的操作方式: 1. 一鍵列出所有網路及其子網 (最推薦) 使用以下組合命令,可以快速以列表形式查看所有網路名稱及其對應的子網(Subnet): ……
    yxbinghe 2026年3月15日
  • 迁移rerank
    Daily

    迁移rerank

    想要查看 Docker 容器的完整啟動命令(包括 Entrypoint 和傳入的參數),有以下幾種主要方法: 1. 使用 docker ps --no-trunc 這是最簡單、最直接的方法。默……
    yxbinghe 2026年3月15日
  • rerank server.py
    Daily

    rerank server.py

    from fastapi import FastAPI, HTTPException from pydantic import BaseModel from sentence_transformers import CrossEncoder from typing import List imp……
    yxbinghe 2026年3月15日
  • R2d n2n编译
    Daily

    R2d n2n编译

    推荐编译参数(稳定) 重新执行: make clean 然后: ./configure \ --host=arm-linux \ CC=arm-linux-gnueab……
    yxbinghe 2026年3月14日
  • 路由器长期运行版 n2n 方案
    Daily

    路由器长期运行版 n2n 方案

    下面给你一套 路由器长期运行版 n2n 方案(稳定、自恢复、自动启动)。这个方案适合嵌入式 Linux 路由器,例如你现在的小米路由器上运行的 n2n。 目标: 开……
    yxbinghe 2026年3月14日
  • openclaw 小龙虾报错
    Daily

    openclaw 小龙虾报错

    启动:openclaw gateway --bind lan --port 18789 --verbose 访问界面 报错1: origin not allowed (open the Control UI from the gateway host or allow it ……
    yxbinghe 2026年3月11日
  • 局域网部署docker服务器:
    Daily

    局域网部署docker服务器:

    一、整体架构与角色划分(先明确边界) 1️⃣ 拉取服务器(Build / Pull 节点) 定位 允许频繁 docker restart / reboot 可访问公网(或代理) 专门负责:……
    yxbinghe 2026年1月28日