Skip to content

Instantly share code, notes, and snippets.

View Jugal-Chanda's full-sized avatar
😲
Learning Everything

Jugal Kishore Chanda Jugal-Chanda

😲
Learning Everything
View GitHub Profile
#!/bin/bash
# This will remove Apache
sudo service apache2 stop
sudo apt-get purge apache2 apache2-utils apache2.2-bin
sudo apt remove apache2.*
sudo apt-get autoremove
whereis apache2
sudo rm -rf /etc/apache2
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>