Skip to content
/ tools Public

Various scripts to make my life easier.

License

Notifications You must be signed in to change notification settings

hawshemi/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools

Various scripts to make my life easier.

Grafana+Prometheus Installer:

wget "https://raw.githubusercontent.com/hawshemi/tools/main/grafana/install_grafana.sh" -O install_grafana.sh && chmod +x install_grafana.sh && bash install_grafana.sh

Grafana+Prometheus Remover:

wget "https://raw.githubusercontent.com/hawshemi/tools/main/grafana/purge_grafana.sh" -O purge_grafana.sh && chmod +x purge_grafana.sh && bash purge_grafana.sh

Nginx Installer:

wget "https://raw.githubusercontent.com/hawshemi/tools/main/nginx/nginx-installer.sh" -O nginx-installer.sh && chmod +x nginx-installer.sh && bash nginx-installer.sh

SSL Run:

wget "https://raw.githubusercontent.com/hawshemi/tools/main/ssl/ssl.sh" -O ssl.sh && chmod +x ssl.sh && bash ssl.sh

DNS Tester:

curl -L "https://raw.githubusercontent.com/hawshemi/dns-tester/main/dns-tester-run.sh" -o dns-tester-run.sh && chmod +x dns-tester-run.sh && bash dns-tester-run.sh

Geodata Installer:

wget "https://raw.githubusercontent.com/hawshemi/tools/main/geodata/geodata-installer.sh" -O geodata-installer.sh && chmod +x geodata-installer.sh && bash geodata-installer.sh

Go Installer:

wget "https://raw.githubusercontent.com/hawshemi/tools/main/go-installer/go-installer.sh" -O go-installer.sh && chmod +x go-installer.sh && bash go-installer.sh

About

Various scripts to make my life easier.

Resources

License

Stars

Watchers

Forks