• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    linux 常用脚本、命令
    1、简单去掉注释的行
    cat httpd.conf|grep -v ^\ *# >mayuehehe
    2、修改ssh的端口
    /usr/sbin/sshd -p 1433
    3、查看某用户
    id username
    4、查看环境变量
    set 或 env
    5、换 yum源
    cd /etc/yum.repos.d
    mv CentOS-Base.repo CentOS-Base.repo.save
    wget http://centos.ustc.edu.cn/CentOS-Base.repo
    6、打开指定端口
    iptables -A INPUT -p udp --dport 58 -j ACCEPT
    7、测试硬盘速度
    hdparm -Tt /dev/sda
    8、时间同步
    ntpdate -s time.nist.gov
    hwclock --systohc
    上一篇:linux wget 一个强大的下载命令
    下一篇:linux 磁盘配额 简单介绍
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    linux 常用脚本、命令 linux,常用,脚本,命令,linux,