02 2021 档案
摘要:git记录 初始化: git version //查看git版本 git init //初始化仓库 cd 路径 //改变路径,windows命令 touch 文件名 //创建文件,windows命令 配置用户: git config --global user.name '用户名' git conf
        阅读全文
                
摘要:修改SSH配置文件对心跳和连接时间长进行配置 打开配置文件 vim /etc/ssh/sshd_config 在119 120行有这么两个配置 删除掉注释, 修改后边的数字 ClientAliveInterval 5 ClientAliveCountMax 86400 这两行的意思分别是 客户端每隔
        阅读全文
                


浙公网安备 33010602011771号