Instalar o Apache, MySQL e PHP no Oracle Linux 8
Publicado por Everson Pruciano Contini em 03/06/2025
[ Hits: 459 ]
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.).
Instalar o Apache, MySQL e PHP no Oracle Linux 8
Converter certificados SSL com o OpenSSL
Como Instalar o Microsoft Teams no Linux Ubuntu
Como instalar protetores de tela (Debian e derivados)
Insalando MySQL-WorkBench no Ubuntu 12.04
PHPMyAdmin - Erro 1045 (Debian - definitivo)
MySQL - Alterando a Senha de Root
Chive - Alternativa ao phpMyAdmin
Instalar Redmine no Ubuntu via apt-get
Comparação entre os escalonadores BFQ e MQ-Deadline (acesso a disco) no Arch e Debian
Conciliando o uso da ZRAM e SWAP em disco na sua máquina
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
Como instalar o Telegram Desktop no Ubuntu 24.04
Overclocking Permanente para Drastic no Miyoo Mini Plus
Problemas de chaves (/usr/share/keyrings) no Debian
Converter os repositórios Debian para o novo formato com as chaves