PuTTY是什么?
PuTTY是一个SSH,Telnet,rlogin、纯TCP串行接口连接软件。
用进行远程管理 Linux 十分好用。
MTPuTTY是什么?
它使用一个标签式的用户界面,能帮助你管理不同的 PuTTY 连接。 每个 PuTTY 运行在不同的标签,你可以方便地切换它们。
GitHub
GitHub是一个面向开源的托管平台,只支持 Git 作为唯一的版本库格式进行托管。
GitLab
GitLab 是一个用于仓库管理系统的开源项目,使用Git作为代码管理工具,并在此基础上搭建起来的web服务。
git的常见指令用法
cd /home 查看home目录 /home ls home下的子文件 /home share rm -f file1 删除叫做 'file1' 的文件' rm -rf dir1 删除叫做dir1de 目录 github git clone github ssh-keygen -t rsa key pair github ssh-keygen -t rsa -C "xxxxx@qq.com" github cat ~/.ssh.id rsa.pub github ssh-rsa github cd crawler crawler git:(master) gba crawler git:(master) git remove -v 查看所有远程库(remote repo)的远程url crawler git:(master) git remote add upstream 添加远程库upstream crawler git:(master) git push upstream master 同步masterde upstream else.......