Search ALL -->
| INSTALL FEDORA 42 ( 2025-10-05 ) + ( 867 ) | | / | dnf -y install httpd dnf -y install php-pgsql dnf -y install php-mysqlnd dnf -y install phpMyAdmin dnf -y install php-soap dnf -y install php-bcmath dnf -y install php-pecl-imagick dnf -y install php-pear dnf -y install php dnf -y install perl-CGI-Session dnf -y install perl-Date-Manip dnf -y install perl-GD dnf -y install perl-HTML-Template dnf -y install perl-Text-Iconv dnf -y install rsync-daemon dnf -y install postgresql-server dnf -y install mariadb-server dnf -y install mod_ssl dnf -y install libheif-tools dnf -y install policycoreutils-gui dnf -y install ntsysv dnf -y update dnf -y install krita //paint dnf -y remove xcb-util-cursor krita postgresql-setup --initdb --unit postgresql mariadb-secure-installation systemctl enable sshd.service systemctl enable httpd.service systemctl enable postgresql.service systemctl enable mariadb.service systemctl enable rsyncd.service systemctl enable php-fpm.service systemctl restart sshd.service systemctl restart httpd.service systemctl restart postgresql.service systemctl restart mariadb.service systemctl restart rsyncd.service systemctl restart php-fpm.service firewall-cmd --zone=public --permanent --add-service=ssh firewall-cmd --zone=public --permanent --add-service=postgresql firewall-cmd --zone=public --permanent --add-service=mysql firewall-cmd --zone=public --permanent --add-service=rsyncd firewall-cmd --zone=public --permanent --add-service=http firewall-cmd --zone=public --permanent --add-service=https firewall-cmd --reload |
|