Skip to content

Instantly share code, notes, and snippets.

View daedraMex's full-sized avatar

Erika Flores daedraMex

  • Mexico City
View GitHub Profile
@daedraMex
daedraMex / lamp.sh
Created November 27, 2020 11:13 — forked from UbuntuEvangelist/Completely Uninstall LAMP Stack Ubuntu 24.04 LTS
Completely Uninstall LAMP Ubuntu 18.04 LTS
#!/bin/bash
# This will remove Apache
sudo service apache2 stop
sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
sudo apt remove apache2.*
sudo apt-get autoremove
whereis apache2
sudo rm -rf /etc/apache2