摘要:
问题 使用rz上传文件时,出现乱码,上传失败。 原因 文件中包含控制字符 解决方法 使用 rz -be -b:–binary 用binary的方式上传下载,不解释字符为ascii; -e:–escape 强制escape 所有控制字符,比如Ctrl+x,DEL等。 阅读全文
posted @ 2020-10-09 20:32
六月OvO
阅读(2540)
评论(0)
推荐(1)
摘要:
1.下载 cd /opt yum -y install wget git git clone --depth=1 https://github.com/jumpserver/setuptools.git cd setuptools cp config_example.conf config.conf 阅读全文
posted @ 2020-10-09 19:41
六月OvO
阅读(112)
评论(0)
推荐(0)