Collection of simple Bash scripts for Ubuntu server setup, maintenance, monitoring, and networking.
.
├── init-ubuntu
│ ├── init-ubuntu.sh
│ └── README.md
├── install-gitlab
│ ├── install-gitlab.sh
│ └── README.md
├── install-zabbix-agent
│ ├── install-zabbix-agent.sh
│ └── README.md
├── issabel-mirrors
│ └── yum.repos.d
├── netplan-network
│ ├── 01-netcfg.yaml
│ └── README.md
├── README.md
├── update-ubuntu
│ ├── README.md
│ └── update-ubuntu.sh
└── zabbix-mirrors
└── yum.repos.d
10 directories, 11 filesMost scripts can be executed with:
chmod +x script.sh
sudo ./script.sh- Designed for Ubuntu and Debian-based systems
- Root privileges are required for most scripts
- Review scripts before running them in production environments
You may have issue in updating your Zabbix Server or Issabel Server. Check out their mirror at this repository!
Amirhossein Mohammadi
GitHub: BlackIQ GitHub