How to Make Money in Telugu By Franchise to Water ATM ll Monthly Earn 15...

How to Start Mobile Temper Glass Business in Telugu ll How to Make Money...

How to install inotify-tools in ubuntu?

sudo apt-get install inotify-tools

inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. A more detailed description of the programs is further down the page.

This is use hot reloading of code.

How to start phoenix elixir app?

mix phs.server

How to change postgres db user's password

sudo -u postgres psql postgres
\password

\q

List of databases in Postgres

\l 
or
\list

How to install Elixir in Ubuntu?

Ubuntu 16.10
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get update
sudo apt-get install esl-erlang
sudo apt-get install elixir
-