Skip to content

Instantly share code, notes, and snippets.

View bhavik-knight's full-sized avatar

Bhavik bhavik-knight

View GitHub Profile
@bhavik-knight
bhavik-knight / Completely Uninstall LAMP Ubuntu
Created October 17, 2022 13:25 — forked from UbuntuEvangelist/Completely Uninstall LAMP Ubuntu
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
@bhavik-knight
bhavik-knight / wsl2-ubuntu-lamp.md
Created October 9, 2022 02:52 — forked from abobija/wsl2-ubuntu-lamp.md
LAMP stack on WSL2 (Ubuntu 20.04) - Apache, MySQL, PHP, PhpMyAdmin

LAMP stack on WSL2 (Ubuntu 20.04) - Apache, MySQL, PHP, PhpMyAdmin

Apache

sudo apt-get update && sudo apt-get upgrade 
sudo apt-get install -y apache2

PHP

#################################################
# Name: Bhavik Bhagat #
# Email: x2020coq@stfx.ca #
# Student ID: 202002911 #
# Assignment2: crosscheck 2.16.4 #
#################################################
.data
endl: .asciiz "\n"