随笔 - 530
文章 - 0
评论 - 3
阅读 -
10098
02 2024 档案
git 简单使用
摘要:ssh: git init git commit -m "first commit" git branch -M master git remote add origin git@github.com:user/xxx.git git push -u origin main
阅读全文
一些命令
摘要:ls, ls-a cp [src] [dest] rm [-r] [dir] scp tar 解包: tar -xvf *.tar 压缩包: tar -cvf *.tar A Windows ssh: ssh (user)@(ip)
阅读全文
VMware虚拟机设置主机代理
摘要:VMware ubuntu 走本机代理 | Yumi's Blog (yumi1.top)
阅读全文