摘要: 安装Golang开发环境 $ wget https://go.dev/dl/go1.23.1.linux-amd64.tar.gz $ sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.23.1.linux-amd64.tar. 阅读全文
posted @ 2024-09-28 15:06 Maguyusi 阅读(943) 评论(0) 推荐(0)
摘要: pve 安装 tailscale 客户端 curl -fsSL https://tailscale.com/install.sh | sh sudo tailscale up failed to connect to local tailscaled (which appears to be run 阅读全文
posted @ 2024-09-28 14:56 Maguyusi 阅读(530) 评论(0) 推荐(0)