Skip to content

Instantly share code, notes, and snippets.

@rabihmb
rabihmb / KannelInstallation.txt
Last active August 31, 2017 21:13 — 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