会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jh-fight-furture
博客园
首页
新随笔
联系
订阅
管理
05 2023 档案
git配置
摘要:git config --global user.name "你的名字或昵称" git config --global user.email "你的邮箱"
阅读全文
posted @
2023-05-04 10:57
learn_to_death
阅读(8)
评论(0)
推荐(0)
ssh配置
摘要:安装sudo apt upgradesudo apt install openssh-server -ysudo systemctl status ssh #查看状态sudo ufw allow ssh #如果开了防火墙 使用该语句连接:ssh 用户名@ip 给ip取别名 编辑 /etc/hosts
阅读全文
posted @
2023-05-04 10:42
learn_to_death
阅读(48)
评论(0)
推荐(0)
公告