Skip to content

hteppl/sh

Repository files navigation

sh

This repository contains a set of shell scripts for quick installation and setup of common services. These scripts are designed to be fast, minimal, and ready to use in production or development environments.

📦 Available Install Scripts

Each script can be executed directly from the terminal using bash and curl.

📝 Swapfile

bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/swapfile.sh)
bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/swapfile.sh) --enable
bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/swapfile.sh) --enable --size 2048
bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/swapfile.sh) --disable

🔧 Prometheus

bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/prometheus_install.sh)

🔔 Alertmanager

bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/alertmanager_install.sh)

📊 Node Exporter

bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/node_install.sh)
bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/node_install.sh) --ufw-allow-ip ip_addr

📦 Blackbox Exporter

bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/blackbox_install.sh)

⚙️ BBR

bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/bbr_install.sh)

⚙️ IPv6

bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/ipv6.sh)
bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/ipv6.sh) on
bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/ipv6.sh) off

🌊 SQL Exporter Remnawave

bash <(curl -fsSL raw.githubusercontent.com/hteppl/sh/master/grafana/sql_exporter/sql_install.sh)

📄 License

This project is licensed under the MIT License. You are free to use, modify, and distribute the scripts with proper attribution.

About

My shell scripts

Topics

Resources

License

Stars

Watchers

Forks

Languages