Prerequisites (Remote Analysis)

In order to give read, write and execute permission to a user running remote scan: create a group ‘gamma’ with the help of following command: sudo groupadd gamma Change the group of the gamma installation directory to ‘gamma’ sudo chgrp gamma -R /opt/gamma Add permission to gamma installation directory: sudo…

0
Read More

Postgres Configuration

Accessing database from different machines Go to Postgres installation directory-> 9.6 -> data. Postgres installation is usually located at the following location: On Linux: /var/lib/pgsql On Windows: C:/Program Files/PostgreSQL Steps Edit the postgresql.conf as shown below: Edit pg_hba.conf in the IPv4 section as shown below: To allow any user from…

0
Read More