首页
关于
留言
Search
1
红米 AX3000 (AX6) 路由器解锁 SSH 教程
6,410 阅读
2
网盘挂载程序sharelist美化教程
4,161 阅读
3
小米路由器 AX3600 开启SSH教程,官方固件即可安装 ShellClash开启科学上网
1,954 阅读
4
Oracle 甲骨文 ARM VPS 自动抢购脚本
1,282 阅读
5
编译带PassWall和SSR-plus插件的Openwrt系统
1,201 阅读
前端
Vue
React
后端
Java
Python
PHP
数据库
运维
杂谈
小程序
影视资源
登录
Search
标签搜索
Java
Linux
Mysql
IDEA
Debian
Docker
Springboot
CentOS
Cloudflare
Maven
JavaScript
SQL
Wordpress
宝塔
Nginx
Windows
MacBook
JS
CSS
Openwrt
William
累计撰写
144
篇文章
累计收到
702
条评论
首页
栏目
前端
Vue
React
后端
Java
Python
PHP
数据库
运维
杂谈
小程序
影视资源
页面
关于
留言
搜索到
2
篇与
的结果
2023-08-19
2024年度大更新!VPS常用脚本大全
DD网络重装脚本:系统默认为debian12moeclub大佬的脚本bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 12 -v 64 -p 密码 -port 端口 -a -firmwareleitbogioro大佬的脚本(推荐)wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd '密码'beta.gs大佬的脚本wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh5k哥的脚本服务器综合测试脚本(融合怪)(推荐)GitHub开源地址 curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh性能测试脚本YABS(推荐)GitHub开源地址wget -qO- yabs.sh | bash流量稀缺的服务器(不测试iperf网络)curl -sL yabs.sh | bash -s -- -i我更喜欢geekbench5(不测试geekbench6)curl -sL yabs.sh | bash -s -- -5我喜欢geekbench5,但服务器流量稀缺(不测试geekbench6、不测试iperf网络)curl -sL yabs.sh | bash -s -- -5 -iGeekbench 5 专测脚本 GitHub开源地址bash <(curl -sL gb5.top)LemonBench GitHub开源地址wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fastUnixBench.shwget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod +x unixbench.sh ./unixbench.sh网络测试脚本hyperspeed 三网测速(推荐)(未开源)bash <(curl -Lso- https://bench.im/hyperspeed)AutoTrace 三网回程线路显示(推荐)wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.shbacktrace 三网回程线路直接显示(小白用这个)curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | shBench 网络带宽及硬盘读写速率(国外部分+国内部分节点)wget -qO- bench.sh | bashSuperBench.sh 网络带宽及硬盘读写速率(国内三网+speedtest+fast)wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash超售测试脚本一键检测超售wget --no-check-certificate -O memoryCheck.sh https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh && chmod +x memoryCheck.sh && bash memoryCheck.sh移除virtio_balloon模块rmmod virtio_balloon内存填充测试apt-get update apt-get install wget build-essential -y wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp gcc -l stdc++ memtester.cpp ./a.out流媒体测试脚本RegionRestrictionCheck(推荐)bash <(curl -L -s check.unlock.media)openai解锁检测bash <(curl -Ls https://github.com/ludashi2020/OpenAI-Checker/raw/main/openai.sh)BBR脚本一键开启BBR(适用于较新的Debian、Ubuntu)echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf sysctl -p sysctl net.ipv4.tcp_available_congestion_control lsmod | grep bbrLinux-NetSpeed(锐速/bbrplus/bbr魔改版)wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" chmod +x tcp.sh ./tcp.shylx大佬的锐速/BBRPLUS/BBR2wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.shmoerats大佬的添加swap脚本wget https://www.moerats.com/usr/shell/swap.sh && bash swap.shcloudflare warp脚本 添加IPv4/IPv6网络wget -N https://raw.githubusercontent.com/fscarmen/warp/main/menu.sh && bash menu.shfail2ban服务器ssh防爆破wget https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh && bash fail2ban.sh 2>&1 | tee fail2ban.log独立服务器硬盘时间wget -q https://github.com/Aniverse/A/raw/i/a && bash a常用软件脚本Dockercurl -sSL https://get.docker.com/ | shAria2一键安装脚本wget -N git.io/aria2.sh && chmod +x aria2.sh && bash aria2.shXUIbash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)宝塔一键挂载硬盘脚本wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.shacme生成免费证书curl https://get.acme.sh | sh剑皇刷流量脚本wget https://cdn.jsdelivr.net/gh/maintell/webBenchmark@releases/download/0.6/webBenchmark_linux_x64 chmod +x webBenchmark_linux_x64 ./webBenchmark_linux_x64 -c 64 -s http://链接.jpg腾讯云删除监控sudo -i systemctl stop tat_agent systemctl disable tat_agent /usr/local/qcloud/stargate/admin/uninstall.sh /usr/local/qcloud/YunJing/uninst.sh /usr/local/qcloud/monitor/barad/admin/uninstall.sh rm -f /etc/systemd/system/tat_agent.service rm -rf /usr/local/qcloud rm -rf /usr/local/sa rm -rf /usr/local/agenttools rm -rf /usr/local/qcloud process=(sap100 secu-tcs-agent sgagent64 barad_agent agent agentPlugInD pvdriver ) for i in ${process[@]} do for A in $(ps aux | grep $i | grep -v grep | awk '{print $2}') do kill -9 $A done done测试 25 端口是否开放telnet smtp.aol.com 25测试 IPv4 优先还是 IPv6 优先curl ip.p3terx.com
2023年08月19日
550 阅读
0 评论
0 点赞
2021-08-06
甲骨文Oracle Cloud ARM 网络重装DD成Debian最新稳定版
新建实例时选的 ubuntu 20.4,非 mini 版下载脚本curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh赋予脚本运行权限chmod a+rx debi.sh运行脚本./debi.sh --architecture arm64 --user root --password password设置默认root的密码为password,登陆成功之后记得自己输入passwd修改密码!!!执行看到类似下列代码,并且没有报错的话,去Oracle管理后台重启机器GRUB_DEFAULT=debi GRUB_TIMEOUT=5 GRUB_TIMEOUT_STYLE=menu Generating grub configuration file ... Found linux image: /boot/vmlinuz-4.19.0-17-arm64 Found initrd image: /boot/initrd.img-4.19.0-17-arm64 Adding boot menu entry for EFI firmware configuration done menuentry 'Debian Installer' --id debi { insmod part_msdos insmod part_gpt insmod ext2 linux /boot/debian-buster/linux initrd /boot/debian-buster/initrd.gz }
2021年08月06日
41 阅读
0 评论
0 点赞