Linux

Software Installation (Debian-Based Distro)

$ sudo su - postgres
$ createuser josh
$ psql
ALTER USER josh WITH SUPERUSER;