Skip to content

Instantly share code, notes, and snippets.

View india-india's full-sized avatar

DOLLORINFOTECH india-india

View GitHub Profile
@india-india
india-india / gist:cb56e465c26f63f31f6e5ecb75d5e76b
Last active December 23, 2018 13:10
HOW TO INSTALL KANNEL ON UBUNTU V18
sudo apt-get update
sudo apt-get upgrade
//Apache 2
sudo apt install apache2
sudo ufw app list
sudo ufw allow 'Apache'
sudo ufw status