随笔分类 -  网络

摘要:环境: 1、yum -y install gcc gcc-c++ screen epel-release autoconf wget python-pip #安装软件包 2、curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" #下载 阅读全文
posted @ 2018-01-12 15:52 Mansoncui 阅读(7) 评论(0) 推荐(0)
摘要:1、vim /etc/ssh/sshd_config #打开配置文件 UseDNS no #默认是被注释的,去掉注释,把yes改为no,并重启sshd服务即可 +++++++++++++++++++++++++++++++++++++++++++++++ 2、gssapi的问题用ssh -v use 阅读全文
posted @ 2016-05-07 20:30 Mansoncui 阅读(272) 评论(0) 推荐(0)