Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 654 Bytes

File metadata and controls

22 lines (17 loc) · 654 Bytes

Effortless way to setup your fresh Ubuntu, Debian and AlmaLinux installation.

These scipts will help you with post install tasks, like:

  1. Update and upgrade your server
  2. Set resolv.conf and /etc/hosts
  3. Set NTP
  4. Set new hostname
  5. Set SSH to permit root and accept SSH keys only
  6. Install FreeIPA client
  7. Set FreeIPA client

Run the script:

$ wget https://raw.githubusercontent.com/Sentello/post-install-script/main/setup-debian-oict.sh
$ chmod a+x setup-debian-oict.sh
$ ./setup-debian-oict.sh

image