Skip to content

Instantly share code, notes, and snippets.

@kstan79
Created February 8, 2018 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kstan79/40590c38527af56479825e0dca3d306b to your computer and use it in GitHub Desktop.
Save kstan79/40590c38527af56479825e0dca3d306b to your computer and use it in GitHub Desktop.
Setup Ubuntu For Enterprise Environment
#!/bin/bash
# this script assume enterprise manage ubuntu web server with following tools
# 1. authenticate credential via freeipa
# 2. monitor by zabbix
# 3. running apache2, with ssl enable
sudo apt update
sudo apt dist-upgrade
sudo apt install freeipa-client zabbix-agent apache2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment