PostgreSQL… Install pgAdmin (docker) 30 Mar 202229 Dec 2022 Install PGADMIN The easiest way to install and use pgAdmin for development is via docker. It is available to docker hub so installation is very fast and easy docker pull…
How-To… How to count lines of source code 13 Jul 2020 Install cloc: sudo apt install cloc And then run the command: cloc .
Core Install valgrind 26 Aug 201915 Dec 2022 Installation via apt: sudo apt install valgrind On how to use Valgrind for debugging read this article.
Libraries… Install MPI 19 Sep 20181 Aug 2020 Installation via apt: sudo apt update sudo apt install build-essential sudo apt install mpich sudo apt install libmpich-dev Here are the steps: Step 1 - Update the repository sudo apt…