Turning The LAMP On – Or at least trying to…

LAMP is short for Linux, Apache, MySQL, PHP… Although to others (including myself), it’s short for “Headache“. It’s time for yet another attempt at installing LAMP. It should not be this difficult… but for some reason it is. I don’t know why. Maybe my computer just doesn’t like it. They say AI doesn’t exist, but I’m getting the distinct … Continue reading Turning The LAMP On – Or at least trying to…

Installing LAMP on Fedora 21

Turning The LAMP On…. First sign into root access: su Then Run: yum update Once this is completed, being the installation process:   MySQL = MariaDB yum install mariadb mariadb-server systemctl start mariadb.service mysql_secure_installation >> Follow the instructions given on the Terminal    Apache yum install httpd systemctl enable httpd.service systemctl start httpd.service  firewall-cmd –set-default-zone=public … Continue reading Installing LAMP on Fedora 21