Skip to content

Instantly share code, notes, and snippets.

View nathalie-karman's full-sized avatar
🏔️
Working from home

Nathalie Joly Karman nathalie-karman

🏔️
Working from home
  • Le Mans
View GitHub Profile
HIRE Me For Your Project Support :)
Telegram: https://t.me/LinuxGun
#!/bin/bash
# Completely Remove Apache Ubuntu
service apache2 stop
apt purge apache2
apt remove apache2.*
apt autoremove
whereis apache2