    1  dnf -y install httpd
    6  dnf -y install httpd
    8  dnf list NetworkManager\*
   10  dnf list NetworkManager\*
   11  curl dnf list NetworkManager\*
   18  dnf list NetworkManager\*
   19  dnf install -y NetworkManager-wifi
   20  dnf install -y httpd
   21  dnf install -y php
   22  dnf remove php
   23  dnf list php\*
   31  dnf module install php:remi-7.4
   34  dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
   35  dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm
   36  dnf module list php
   37  dnf module install php:remi-7.4
   43  dnf module list php
   44  dnf module install php:remi-8.3
   45  dnf install -y letsenscrypt
   47  dnf install -y mod_ssl
   48  sudo dnf install wget curl bc git socat
   54  dnf install -y mysql
   55  history | grep dnf
   56  dnf -y update
   57  sudo dnf install epel-release -y 
   58  sudo dnf install certbot -y 
   78  dnf list phpmyadmin\*
   79  dnf install -y phpmyadmin
   88  dnf install -y phpmyadmin php-mbstring php-zip php-gd php-json php-curl
   89  dnf -y update
   92  dnf install mysql mysql-server
  102  history | grep dnf 
  103  history | grep dnf > installations
