Skip to content

Meteor-showers/Resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

个人 Resources

简介

这个项目是一个 个人使用的资源库,包含各类实用工具。

页面功能

脚本功能

wget https://raw.githubusercontent.com/Meteor-showers/Resources/refs/heads/main/scripts/Grablog.sh -O Grablog.sh && bash Grablog.sh
# 按提示输入即可.
wget https://raw.githubusercontent.com/Meteor-showers/Resources/refs/heads/main/scripts/black_host.sh -O /opt/black_host.sh;chmod +x /opt/black_host.sh
# 添加定时任务即可
*/10 * * * * /bin/bash /opt/black_host.sh
wget https://raw.githubusercontent.com/Meteor-showers/Resources/refs/heads/main/scripts/init_centos.sh && bash init_centos.sh
# 按提示输入即可.
wget https://raw.githubusercontent.com/Meteor-showers/Resources/refs/heads/main/scripts/openresty_install.sh && bash openresty_install.sh
wget https://raw.githubusercontent.com/Meteor-showers/Resources/refs/heads/main/scripts/swap.sh && bash swap.sh
# 按提示输入即可.
wget https://raw.githubusercontent.com/Meteor-showers/Resources/refs/heads/main/scripts/uninstall_docker.sh && bash uninstall_docker.sh