
CentOS7 一键安装脚本 for qBittorrent/Deluge/rTorrent/Transmission/H5ai 多功能一键脚本
脚本仅支持CentOS7,64位系统!!!请使用纯净的系统安装!!!请使用ROOT用户执行脚本!!! qBittorrent for CentOS7一键安装脚本 作者主页:https://lala.im/4036.html 使用方法: wg...
脚本仅支持CentOS7,64位系统!!!请使用纯净的系统安装!!!请使用ROOT用户执行脚本!!! qBittorrent for CentOS7一键安装脚本 作者主页:https://lala.im/4036.html 使用方法: wg...
平时购买VPS的时候,难免会碰到性能或网络较差的VPS。为避免买到这种小鸡,使用一键测试脚本是必不可少的。下面将总结一些VPS常见的测试脚本,方便朋友们使用。 Linux VPS综合测试: SuperBench.sh GitHub地址:ht...
以下脚本用于linux系统的初始化脚本,可以在服务器系统安装完毕之后立即执行。脚本结合各位大牛一些参数,已经在CentOS 5下通过。 使用方法:将其复制,保存为一个shell文件,比如init.sh。将其上传到linux服务器上,执行sh...
字符串比较 结果 string1 = string2 string1等于string2:True, 否则False string1 != string2 string1等于string2:False, 否则True -n string st...
#!/bin/bash dire=”/tmp/piaoyun/” if [ -d “$dire” ]; then rmdir “dire” mkdir “d...