Handy scripts for creating Proof of Concepts
The following scripts are included:
- disable-services.cmd: Stop services to free up resources for a Proof of Concept VM (Windows CMD).
- disable-services.ps1: PowerShell version to stop services and free resources for a Proof of Concept VM.
- install-adds.ps1: Install a new Active Directory Domain Services (AD DS) forest on Windows Server.
- install-ansible.sh: Install Ansible and common dependencies on Ubuntu/Debian.
- install-azcli.sh: Install the Azure CLI and related tooling.
- install-docker.sh: Install Docker Engine and prerequisites.
- install-grafana.sh: Install Grafana for monitoring and dashboards.
- install-lampstack.sh: Install a LAMP stack (Apache, MariaDB/MySQL, PHP) for web app testing.
- install-mariadb.sh: Install and configure MariaDB server.
- install-nginx.sh: Install the NGINX web server and basic configuration.
- setup-kubernetes.sh: Prepare a machine for Kubernetes (basic setup and tooling).
These scripts are in varying languages. They are aimed at IT professionals who already know how to run basic scripts.