Skip to content

Instantly share code, notes, and snippets.

View fawad4real's full-sized avatar
💭
Doing JavaScript

Fawad Javed fawad4real

💭
Doing JavaScript
  • LantroTech
  • Islamabad
  • 23:47 (UTC +05:00)
  • X @fawad4real
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
@fawad4real
fawad4real / .gitignore
Created April 27, 2022 09:19 — forked from salcode/.gitignore
.gitignore file for a general web project - Bare Minimum Git
# -----------------------------------------------------------------
# .gitignore
# Bare Minimum Git
# https://salferrarello.com/starter-gitignore-file/
# ver 20220128
#
# From the root of your project run
# curl -O https://gist.githubusercontent.com/salcode/10017553/raw/.gitignore
# to download this file
#