Skip to content

Instantly share code, notes, and snippets.

@ashishkpaul
ashishkpaul / gist:afe93198f0a6bca6e80b51b281be497b
Created March 25, 2021 14:51 — 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