Instalar o Apache, MySQL e PHP no Oracle Linux 8
Publicado por Everson Pruciano Contini em 03/06/2025
[ Hits: 438 ]
sudo dnf -y install httpd
sudo systemctl start httpd
sudo systemctl enable httpd
sudo firewall-cmd --permanent --zone=public --add-service=http
sudo firewall-cmd --reload
http://seu-ip
no navegador.
sudo dnf install -y php
sudo systemctl restart httpd
sudo dnf -y install @mysql
sudo systemctl start mysqld
sudo systemctl enable mysqld
sudo mysqlsecureinstallation
Press y|Y for Yes, any other key for No: y Please enter 0 = LOW, 1 = MEDIUM and 2 = STRONG: 2 New password: [digite uma senha forte] Re-enter new password: [confirme a senha] Do you wish to continue with the password provided? y Remove anonymous users? y Disallow root login remotely? y Remove test database and access to it? y Reload privilege tables now? y
http://seu-ip
para ver a página padrão do Apache/var/www/html/info.php
com <?php phpinfo(); ?>
mysql -u root -p
php-mysqlnd
, php-gd
, etc.).
Como instalar protetores de tela (Debian e derivados)
Como Instalar o Microsoft Teams no Linux Ubuntu
Instalar o Apache, MySQL e PHP no Oracle Linux 8
Converter certificados SSL com o OpenSSL
Como instalar o MariaDB e criar uma tabela [vídeo]
ERROR 144 - Table XXX is marked as crashed and last (automatic?) repair failed [Resolvido]
Executando comandos SQL pelo prompt do Linux
Servidor de Backup com Ubuntu Server 24.04 LTS, RAID e Duplicati (Dell PowerEdge T420)
Visualizar câmeras IP ONVIF no Linux sem necessidade de instalar aplicativos
Atualizar Debian Online de uma Versão para outra
Instalar driver Nvidia no Debian 13
Redimensionando, espelhando, convertendo e rotacionando imagens com script
Debian 13 Trixie para Iniciantes
Convertendo pacotes DEB que usam ZSTD (Padrão Novo) para XZ (Padrão Antigo)