Instalar o Apache, MySQL e PHP no Oracle Linux 8
Publicado por Everson Pruciano Contini em 03/06/2025
[ Hits: 501 ]
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.).
Converter certificados SSL com o OpenSSL
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
Restaurando backup de tabelas mySQL
Instalando o Servidor MySQL no Linux
Resolver problema "Got error 127 from table handler" no MySQL
SELECT data = hoje/ontem/anteontem no MySQL
Desktop Linux ganha fôlego enquanto distros refinam experiência e segurança
Wayland em alta, IA em debate e novos ventos para distros e devices
Qt 6.10 e Python 3.14 puxam o ritmo do software livre nesta quarta
Atualizações de Apps, Desktop e Kernel agitam o ecossistema Linux nesta terça-feira
Como mudar o nome de dispositivos Bluetooth via linha de comando
Adicionando o repositório backports no Debian 13 Trixie