Skip to content

Instantly share code, notes, and snippets.

View BrioNetworks's full-sized avatar

BrioNetworks BrioNetworks

View GitHub Profile
@BrioNetworks
BrioNetworks / Kannel Install Guide
Last active July 5, 2020 16:39 — forked from kewogc/gist:1d679c6c83977d69106f
HOW TO INSTALL KANNEL ON UBUNTU
~# uname -a
~# lsb_release -a
~# locale-gen en_US
~# locale-gen en_US.UTF-8
~# apt-get -y --force-yes remove ntpdate
~# apt-get -y --force-yes install ntp
~# /etc/init.d/ntp restart
~# dpkg-reconfigure tzdata