# - bof - # # - - # # - Create container templates - # :1 # - - # # - Start contailer - # root :2 # - - # # - Update & install software needed - # apt update && apt upgrade -y && apt autoremove -y; apt install apache2 net-tools screenfetch vim -y; apt install software-properties-common -y; sudo add-apt-repository ppa:ondrej/php apt update apt install php8.0 libapache2-mod-php8.0 -y; :3 # - - # # - Create & sudo admin user - # adduser is_derayo; usermod -aG sudo is_derayo; :4 # - - # # - Edit .bashrc file - # :5 # - - # # - Edit .ssh authorized_keys file - # # - eof - #