Skip to content

keepittechie/Ubuntu-Server-Arsenal

Repository files navigation

Ubuntu Server Arsenal

Welcome to the Ubuntu Server Arsenal Collection repository! This repository contains a variety of scripts designed to simplify the management and configuration of Ubuntu servers. Each script addresses specific tasks, ranging from network configuration to system backups, providing automated solutions for common administrative activities.

About

These scripts are created and maintained by KeepItTechie. They are designed to be user-friendly and are thoroughly documented to help both beginners and advanced users manage their Ubuntu servers more efficiently.

Repository Contents

Configuration and Management

  • Static IP Configuration: Easily configure a static IP address using Netplan.
  • Firewall Setup: Configure UFW (Uncomplicated Firewall) with predefined rules.
  • User Management: Scripts for adding, deleting, and managing users and groups.
  • System Monitoring: Tools for setting up system monitoring and alerts.
  • Package Management: Automate the installation and update of essential packages.
  • Service Management: Start, stop, and manage system services with ease.
  • Log Management: Organize and clean system logs to maintain optimal performance.

Database and Media

  • Auto Database: Install MySQL, MariaDB, or PostgreSQL based on user selection.
  • Auto Media: Install and configure Plex or Jellyfin media server.

Containers

  • Auto Container: Install Docker, Docker Compose, Podman, and LXC/LXD based on user selection.

DNS and DHCP

  • Auto DNS: Set up a DNS caching server using dnsmasq or a full DNS server using bind9.
  • Auto DHCP: Install and configure a DHCP server using isc-dhcp-server.

Backups

  • BorgGuard Backup Script: Automate backups with BorgBackup for secure and efficient data management.

Additional Applications

  • Auto Redis: Install and configure Redis.
  • Auto Elasticsearch: Install and configure Elasticsearch.
  • Auto RabbitMQ: Install and configure RabbitMQ.
  • Auto Prometheus Grafana: Install and configure Prometheus and Grafana for monitoring.
  • Auto Nginx Reverse Proxy: Install and configure Nginx as a reverse proxy.

Getting Started

To get started, clone this repository to your local machine:

git clone https://github.com/keepittechie/Ubuntu-Server-Arsenal
cd Ubuntu-Server-Arsenal

Make the scripts executable:

chmod +x *.sh

Run the desired script with appropriate permissions:

sudo ./script-name.sh

Contributions

We welcome contributions from the community! If you have a script that you believe would be a valuable addition to this collection, please submit a pull request. Ensure that your script is well-documented and follows the existing structure and conventions.

Support

If you encounter any issues or have questions about the scripts, feel free to open an issue in this repository. You can also reach out to KeepItTechie through the YouTube channel or the blog KeepItTechie Docs.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements

Special thanks to the open-source community and all contributors who have helped in developing and improving these scripts.


Keep learning and happy server management!

KeepItTechie YouTube Channel | KeepItTechie Blog

Releases

No releases published

Packages

No packages published

Languages