Search ALL -->
| Install Oracle Linux 10 ( 2025-09-27 ) + ( 864 ) | | / | Download latest lux-release rpm from http://repo.iotti.biz/CentOS/10/noarch/ Install lux-release rpm: # rpm -Uvh elrepo-release*rpm Install perl-CGI-Session rpm package: # dnf install perl-CGI-Session dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm dnf -y install http://repo.iotti.biz/CentOS/10/noarch/perl-CGI-Session-4.48-34.el10.lux.noarch.rpm dnf -y install wget dnf -y install httpd dnf -y install ddrescue dnf -y install perl-Authen-PAM dnf -y install perl-HTML-Template dnf -y install perl-Text-Iconv dnf -y install perl-Date-Manip dnf -y install perl-CGI-Session dnf -y install perl-GD dnf -y install perl-DBD-Pg dnf -y install perl-Date-Manip dnf -y install ImageMagick dnf -y install php-pgsql dnf -y install php-mysqlnd dnf -y install php-mbstring dnf -y install php-soap dnf -y install php-bcmath dnf -y install php-gd dnf -y install php dnf -y install mod_ssl dnf -y install php-fpm dnf -y install ntsysv dnf -y install php-common dnf -y install php-pdo dnf -y install php-cli dnf -y install php-intl dnf -y install php-json dnf -y install php-zlib dnf -y install php-xml dnf -y install php-pecl-zip dnf -y install php-pear dnf -y install postgresql-libs dnf -y install postgresql-server dnf -y install gedit dnf -y install perl-Date-Manip dnf -y install perl-DBD-Pg dnf -y install perl-Time-HiRes dnf -y install mariadb-server dnf -y install mariadb dnf -y install rsync dnf -y install rsync-daemon dnf -y install hplip dnf -y install ImageMagick dnf -y install libheif-tools dnf -y install php-zip dnf -y install php-process dnf -y install policycoreutils-gui dnf -y install libwebp-tools dnf -y install phpMyAdmin dnf -y install system-config-printer dnf -y update dnf -y install samba-common dnf -y install samba-common-libs dnf -y install samba-client-libs dnf -y install samba-libs dnf -y install samba-dcerpc dnf -y install samba-ldb-ldap-modules dnf -y install samba-common-tools dnf -y install samba dnf -y install pcp-pmda-samba dnf -y install samba-client 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 enable nmb.service systemctl enable smb.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 systemctl restart nmb.service systemctl restart smb.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=ipp firewall-cmd --zone=public --permanent --add-service=ipp-client firewall-cmd --zone=public --permanent --add-service=http firewall-cmd --zone=public --permanent --add-service=https firewall-cmd --zone=public --permanent --add-service=cockpit firewall-cmd --permanent --zone=public --add-service=samba firewall-cmd --reload
|
|