zoukankan      html  css  js  c++  java
  • 2块硬盘宝塔只能读取一块?宝塔一键磁盘挂载命令

    使用方法 :根据系统选择命令后进入ssh执行命令即可

    Centos系统请使用以下命令:

    yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh


    Ubuntu系统请使用以下命令:

    wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && sudo bash auto_disk.sh

    Debian系统请使用以下命令:

    wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh

    转原文:https://www.bt.cn/bbs/thread-3187-1-1.html

    使用方法 :根据系统选择命令后进入ssh执行命令即可

    Centos系统请使用以下命令:

    yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh


    Ubuntu系统请使用以下命令:

    wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && sudo bash auto_disk.sh

    Debian系统请使用以下命令:

    wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh

    转原文:https://www.bt.cn/bbs/thread-3187-1-1.html

  • 相关阅读:
    61序列化二叉树
    60把二叉树打印成多行
    59按之字形顺序打印二叉树
    58对称的二叉树
    57二叉树的下一个结点
    56删除链表中重复的结点
    55链表中环的入口结点
    Python100天打卡-Day10
    Python100天打卡
    点至直线的距离和垂足点计算
  • 原文地址:https://www.cnblogs.com/djjv/p/14066125.html
Copyright © 2011-2022 走看看