Author: Parminder Benipal

  • PostgreSql Server & phppgadmin on Ubuntu

    To install PostgreSql Sever, execute sudo apt-get install postgresql   To start off, we need to change the PostgreSQL postgres user password; we will not be able to access the server otherwise. As the “postgres” Linux user, we will execute the psql command. In a terminal, type: sudo -u postgres psql postgres   Set a […]