tabby配置

    - name: root
      text: sudo -i
      appendCR: true
      group: 快捷
    - name: 系统更新
      text: apt update -y && apt install wget sudo curl tar unzip vim  -y
      appendCR: true
      group: 快捷
    - name: 更改root密码
      text: passwd root
      appendCR: true
      group: 快捷
    - name: root目录权限
      text: chmod 777 /root/
      appendCR: false
      group: 快捷
    - name: 修改ssh端口
      text: vim /etc/ssh/sshd_config
      appendCR: true
      group: 快捷
    - name: 重启ssh
      text: systemctl restart sshd
      appendCR: true
      group: 快捷
    - name: 添加虚拟内存
      text: wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh
      appendCR: true
      group: 快捷
    - name: 关闭防火墙
      text: systemctl stop firewalld
      appendCR: true
      group: 快捷
    - name: 删除防火墙
      text: systemctl disable firewalld.service
      appendCR: true
      group: 快捷
    - name: 列出端口
      text: netstat -ntlp
      appendCR: true
      group: 快捷
    - name: 查看进程
      text: ps aux
      appendCR: true
      group: 快捷
    - name: 容器IP
      text: docker network inspect bridge
      appendCR: true
      group: 快捷
    - name: 聊天服务器搭建
      text: |2-
                docker run -it --rm \
                  -v /volume4/docker/synapse/data:/data \
                  -e SYNAPSE_SERVER_NAME=liao.140504.xyz \
                  -e SYNAPSE_REPORT_STATS=yes \
                  matrixdotorg/synapse:latest generate
      appendCR: false
      group: 快捷
    - name: 聊天客户端
      text: |2-
                docker run -d --name synapse \
                  -v /volume4/docker/synapse/data:/data \
                  -p 33445:8008 \
                  --restart unless-stopped \
                  --network matrix \
                  matrixdotorg/synapse:latest
      appendCR: false
      group: 快捷
    - name: DD系统
      text: >-
        bash <(wget --no-check-certificate -qO-
        'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh')
        -u 20.04 -v 64 -p jiaguwen-3313033 -port 39222 -a -firmware
      appendCR: false
      group: 快捷
    - name: 甲骨文保活
      text: >-
        curl -L
        https://gitlab.com/spiritysdx/Oracle-server-keep-alive-script/-/raw/main/oalive.sh
        -o oalive.sh && chmod +x oalive.sh && bash oalive.sh
      appendCR: true
      group: 快捷
    - name: kjlion脚本
      text: >-
        curl -sS -O https://kejilion.pro/kejilion.sh && chmod +x kejilion.sh &&
        ./kejilion.sh
      appendCR: true
      group: 快捷
    - name: 宝塔任意更新7.6
      text: curl http://v7.hostcli.com/install/update6.sh|bash
      appendCR: true
      group: 宝塔
    - name: Centos宝塔
      text: >-
        yum install -y wget && wget -O install.sh
        http://v7.hostcli.com/install/install_6.0.sh && sh install.sh
      appendCR: true
      group: 宝塔
    - name: Ubuntu/Deepin宝塔
      text: >-
        wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh
        && sudo bash install.sh
      appendCR: true
      group: 宝塔
    - name: Debian宝塔
      text: >-
        wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh
        && bash install.sh
      appendCR: true
      group: 宝塔
    - name: 卸载宝塔
      text: |-
        wget http://download.bt.cn/install/bt-uninstall.sh
        sh bt-uninstall.sh
      appendCR: true
      group: 宝塔
    - name: 国际版宝塔
      text: >-
        wget -O install.sh
        http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash
        install.sh aapanel
      appendCR: true
      group: 宝塔
    - name: x-ui安装
      text: >-
        bash <(wget -qO-
        https://raw.githubusercontent.com/sing-web/x-ui/main/install_CN.sh)
      appendCR: true
      group: X-ui
    - name: naive
      text: >-
        bash <(curl -Ls
        https://gitlab.com/rwkgyg/naiveproxy-yg/raw/main/naiveproxy.sh)
      appendCR: true
      group: X-ui
    - name: bbr-4v1
      text: >-
        wget -N --no-check-certificate
        "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
        && chmod +x tcp.sh && ./tcp.sh
      appendCR: true
      group: X-ui
    - name: singbox初始化
      text: >-
        apt update && apt -y install curl wget tar socat jq git openssl
        uuid-runtime build-essential zlib1g-dev libssl-dev libevent-dev dnsutils
        xxd net-tools
      appendCR: true
      group: X-ui
    - name: 安装hy2
      text: >-
        wget -N --no-check-certificate
        https://raw.githubusercontent.com/flame1ce/hysteria2-install/main/hysteria2-install-main/hy2/hysteria.sh
        && bash hysteria.sh
      appendCR: true
      group: X-ui
    - name: UDP端口放行
      text: sudo ufw allow 38787/udp
      appendCR: false
      group: X-ui
    - name: 域名授权
      text: sudo chmod +r /root/private.key
      appendCR: false
      group: X-ui
    - name: brutal reality
      text: >-
        bash <(curl -fsSL
        https://5th.pp.ua/https://raw.githubusercontent.com/lswmxl/reality/refs/heads/main/reality.sh)
      appendCR: true
      group: X-ui
    - name: 安装ss-fly版
      text: >-
        wget -N --no-check-certificate
        https://5th.pp.ua/https://github.com/lswmxl/ssr/raw/refs/heads/main/ss-fly.zip
        && unzip ss-fly.zip && ss-fly/ss-fly.sh -i Boss+Haiwo.2016 41025
      appendCR: true
      group: X-ui
    - name: 安装ssr
      text: ' wget -N --no-check-certificate https://5th.pp.ua/https://raw.githubusercontent.com/lswmxl/ssr/refs/heads/main/ssr.sh && chmod +x ssr.sh && bash ssr.sh'
      appendCR: true
      group: X-ui
    - name: hy2脚本1
      text: >-
        wget -N --no-check-certificate
        https://5th.pp.ua/https://raw.githubusercontent.com/lswmxl/hysteria2-install/refs/heads/master/hysteria.sh
        && bash hysteria.sh
      appendCR: true
      group: X-ui
    - name: hy2脚本2
      text: >-
        wget -N --no-check-certificate
        https://5th.pp.ua/https://raw.githubusercontent.com/lswmxl/hy2-in/refs/heads/main/hysteria2-install-main/hy2/hysteria.sh
        && bash hysteria.sh
      appendCR: true
      group: X-ui
    - name: sb-ui安装
      text: >-
        bash <(wget -qO-
        https://5th.pp.ua/https://raw.githubusercontent.com/lswmxl/sbui/refs/heads/main/install_CN.sh)
      appendCR: true
      group: X-ui
    - name: 压缩
      text: tar -Zcvf /压缩后文件名.tar.gz /被压缩文件夹
      appendCR: false
      group: 快捷
    - name: IP检测
      text: bash <(curl -Ls IP.Check.Place) -4
      appendCR: true
      group: X-ui
    - name: realm端口转发
      text: >-
        wget -O manage_realm.sh
        "https://raw.githubusercontent.com/lswmxl/Realm-Port/refs/heads/master/manage_realm.sh"
        && chmod +x manage_realm.sh && ./manage_realm.sh
      appendCR: true
      group: X-ui
    - name: serv00脚本
      text: >-
        bash <(curl -Ls
        https://raw.githubusercontent.com/frankiejun/serv00-play/main/start.sh)
      appendCR: true
      group: X-ui
    - name: serv-fkjyyds666
      text: >-
        bash <(curl -Ls
        https://raw.githubusercontent.com/frankiejun/serv00-play/main/start.sh)
      appendCR: true
      group: X-ui
    - name: 新建文件夹进入
      text: mkdir -p /opt/ServerStatus && cd /opt/ServerStatus
      appendCR: true
      group: 探针
    - name: 安装探针
      text: >-
        wget --no-check-certificate
        https://raw.githubusercontent.com/lidalao/ServerStatus/master/sss.sh &&
        chmod +x ./sss.sh && sudo ./sss.sh 1279473259
        6207459774:AAGaRc3aPkla537C0f5_ahuQB5xJEcHGSUo
      appendCR: true
      group: 探针
    - name: opt权限
      text: chmod 777 /opt
      appendCR: false
      group: 探针
    - name: 管理
      text: ./sss.sh
      appendCR: true
      group: 探针
    - name: 安装r探长
      text: >-
        cd /home && mkdir rbot && cd rbot

        wget -O sh_client_bot.sh
        https://github.com/semicons/java_oci_manage/releases/latest/download/sh_client_bot.sh
        && chmod +x sh_client_bot.sh && bash sh_client_bot.sh
      appendCR: true
      group: 探针
    - name: 进入R探长文件夹
      text: mkdir -p /home/rbot/ && cd /home/rbot/
      appendCR: true
      group: 探针
    - name: 启动 重启r探长
      text: bash sh_client_bot.sh
      appendCR: true
      group: 探针
    - name: r探长日志
      text: tail -f log_r_client.log
      appendCR: true
      group: 探针
    - name: 终止r探长
      text: >-
        ps -ef | grep r_client.jar | grep -v grep | awk '{print $2}' | xargs
        kill -9
      appendCR: true
      group: 探针
    - name: 卸载r探长
      text: >-
        rm -rf gz_client_bot.tar.gz client_config r_client.jar sh_client_bot.sh
        log_r_client.log debug-.log
      appendCR: true
      group: 探针
    - name: JDK卸载
      text: apt-get remove openjdk*
      appendCR: true
      group: 探针
    - name: 线路评测
      text: bash <(curl -Lso- https://git.io/superspeed_uxh)
      appendCR: true
      group: 服务器评测
    - name: 路由测试
      text: >-
        curl
        https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash
      appendCR: true
      group: 服务器评测
    - name: 服务器评测2
      text: wget -qO- bench.sh | bash
      appendCR: true
      group: 服务器评测
    - name: ''
      text: ''
      appendCR: true
      group: 服务器评测
    - name: 融合怪评测
      text: >-
        curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh &&
        chmod +x ecs.sh && bash ecs.sh
      appendCR: true
      group: 服务器评测
    - name: IP质量检查
      text: >-
        bash <(wget -qO- --no-check-certificate
        https://gitlab.com/spiritysdx/za/-/raw/main/qzcheck.sh)
      appendCR: true
      group: 服务器评测
    - name: 查看线路解锁
      text: bash <(curl -Ls IP.Check.Place)
      appendCR: true
      group: 服务器评测
    - name: lxd小鸡脚本
      text: >-
        curl -L
        https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/onedocker.sh
        -o onedocker.sh && chmod +x onedocker.sh
      appendCR: true
      group: 服务器评测
    - name: 开小鸡
      text: ./onedocker.sh test 1 512 123456 25000 34975 35000 N debian
      appendCR: true
      group: 服务器评测
 

评论

此博客中的热门博文

Hyper-V 独立显卡虚拟化教程 【vGPU】显卡直通