Universal AIK

Universal automated installation kit.

Installation

An unattended installation is performed by specifying a command in installation menu of OS distribution.

RHEL / Fedora

inst.ks=https://uaik.github.io/os/[os.type.id.ini]

Debian / Ubuntu

url=https://uaik.github.io/os/[os]/[config.ini]

Users / Passwords

Passwords typed without spaces! Change passwords after installation!

First steps

  1. Change root password.
  2. Add new users.
  3. Lock default user u0000.

Download & run configuration script

curl -sL 'https://uaik.github.io/config.00.sh' | bash -s
curl -sL 'https://uaik.github.io/config.01.sh' | bash -s -- 'pkgmgr;ssh;sysctl;vim;nft'
curl -sL 'https://uaik.github.io/config.01.sh' | bash -s -- 'systemd'

Apache HTTPD / Nginx / PHP

curl -sL 'https://uaik.github.io/config.01.sh' | bash -s -- 'httpd;nginx;php'

Scripts