随笔分类 -  Linux

摘要:1.关闭防⽕墙 systemctl status firewalld #查看状态 systemctl stop firewalld #停用防火墙 systemctl disable firewalld #关闭开机自启 2.修改sshd_config文件 PermitRootLogin yes Pub 阅读全文
posted @ 2021-04-17 01:30 ColaIce 阅读(253) 评论(0) 推荐(0)
摘要:7za x -so 文件.tar.7z | tar xf - 和文件权限有关 持续踩坑中。。。。。 阅读全文
posted @ 2020-02-07 11:41 ColaIce 阅读(1590) 评论(0) 推荐(0)
摘要:##上传下载文件 下载文件 scp username@servername:/path/filename /local_dir 上传文件 scp /path/filename username@servername:/path ##上传下载文件夹下所有内容 +-r就行 阅读全文
posted @ 2019-08-11 12:38 ColaIce 阅读(107) 评论(0) 推荐(0)