文章

标签:Linux

  • 用 sing-box 做 LXC 透明代理网关
    Linux 网络

    目标: PVE LXC 容器 -> 默认网关/DNS 指向 proxy-gateway VM -> proxy-gateway VM 使用 sing-box 按域名/IP 规则代理 -> 外网 这个方案不需要在 LXC 里启用 TUN,也不需要改 PVE 宿主机的 iptables/nftables。 1. 网络结构 假设: 局域网网关: 192.168.1.1 proxy-gateway VM: 192.1…

  • how to specify a dedicated ssh key for a specific user for github.com?
    Linux

    From: https://gemini.google.com/app/901bc68cf988245a you asked how to specify a dedicated ssh key for a specific user for github.com? gemini response To specify a dedicated SSH key for a specific user for GitHub, you'll…

  • 为什么git status不显示中文而是显示转义后的字符?
    Linux

    From: https://gemini.google.com/app/4d7830ff344d78a7 you asked 为什么git status不显示中文而是显示转义后的字符? gemini response It sounds like you're seeing escaped octal codes (like \345\244\251) instead of the actual Chinese, Japanese, o…