美文网首页
常用命令

常用命令

作者: wolfhs | 来源:发表于2019-02-16 02:39 被阅读0次

    测试服务器速度

    yum install python
    
    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    
    chmod +x speedtest-cli
    ./speedtest-cli
    

    关闭防火墙,根据系统选择

    #centos 6 执行
    service iptables stop && chkconfig iptables off
    #centos 7 执行
    sudo systemctl stop firewalld.service && sudo systemctl disable firewalld.service
    

    下载文件

    #首先安装lrzsz
    yum -y install lrzsz
    
    #下载
    sz /usr/local/xxx/mudb.json
    

    相关文章

      网友评论

          本文标题:常用命令

          本文链接:https://www.haomeiwen.com/subject/ugnveqtx.html