Skip to content

Instantly share code, notes, and snippets.

View hamzology's full-sized avatar

Hamza Iqbal hamzology

View GitHub Profile
@hamzology
hamzology / Completely Uninstall LAMP Ubuntu
Last active February 14, 2022 20:34 — forked from UbuntuEvangelist/Completely Uninstall LAMP Stack Ubuntu 24.04 LTS
Completely Uninstall LAMP Ubuntu 20.04 LTS
#If your time does not permit the close supervision of your project then i am here for your help related with LAMP or LEMP Stack and others.
#Contact Me For Engaged Your Works:
#Telegram: https://t.me/LinuxGun
#WhatsApp: https://wa.link/5ow7oz
#!/bin/bash
# This will remove Apache
sudo service apache2 stop
sudo apt-get purge apache2 apache2-utils apache2.2-bin
#Ubuntu 18
sudo apt-get update && sudo apt-get install openvpn easy-rsa
make-cadir certificates && cd certificates
export KEY_CONFIG=`$EASY_RSA/whichopensslcnf $EASY_RSA`
export KEY_COUNTRY="DE"
export KEY_PROVINCE="CA"
export KEY_CITY="munich"
export KEY_ORG="ServerLin"
export KEY_EMAIL="[email protected]"