background picture of the home page

这短短的一生,我们最终都会失去。你不妨大胆一些,爱一个人,攀一座山,追一个梦

github配置ssh登陆

生成ssh密钥 替换其中的your_email@example.com为自己的github账号邮箱地址 ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 添加SSH密钥到 SSH-Agent ssh-add ~/.ssh/id_rsa 获取公

thumbnail of the cover of the post

Linux自建rustdesk服务器

RustDesk 是一款可以平替 TeamViewer 的开源软件,旨在提供安全便捷的自建方案。 基于 Ubuntu22.04,分享自建 rustdesk 服务器教程 1. 安装 docker sudo apt install docker.io 2. 拉取 rustdesk 服务端镜像

thumbnail of the cover of the post