Skip to content

Instantly share code, notes, and snippets.

View Nyambi85's full-sized avatar

Yusuph Nyambi85

  • Cellulant
  • Tanzania
View GitHub Profile
@Nyambi85
Nyambi85 / install-docker.md
Created January 20, 2023 17:10 — forked from npearce/install-docker.md
Amazon Linux 2 - install docker & docker-compose using 'sudo amazon-linux-extras' command

UPDATE (March 2020, thanks @ic): I don't know the exact AMI version but yum install docker now works on the latest Amazon Linux 2. The instructions below may still be relevant depending on the vintage AMI you are using.

Amazon changed the install in Linux 2. One no-longer using 'yum' See: https://aws.amazon.com/amazon-linux-2/release-notes/

Docker CE Install

sudo amazon-linux-extras install docker
sudo service docker start
@Nyambi85
Nyambi85 / gist:b7b9fd2acd22b5c2d7b90c8b7b015101
Created March 17, 2021 15:43 — 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