Category: Servers

  • Time Synchronisation with NTP Linux

    This page describes methods for keeping your computer’s time accurate. This is useful for servers, but is not necessary (or desirable) for desktop machines. Execute below command in your terminal sudo dpkg-reconfigure tzdata & select time zone.

  • 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 […]