ubuntu

PgAdmin: Package ‘pgAdmin4’ has no installation candidate

 curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add sudo sh -c ‘echo “deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main” > /etc/apt/sources.list.d/pgadmin4.list && apt update’ sudo sh -c ‘echo “deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal/ pgadmin4 main” > /etc/apt/sources.list.d/pgadmin4.list && apt update’ sudo apt install pgadmin4

How to add SSH key to github Account in ubuntu

Step 1 – Generate SSH key first ssh-keygen -t ed25519 -C “[email protected]” Just press enter  again press enter , now your key will generate  Step 2 – Copy the new SSH key   cat /home/kahnucharanswain/.ssh/id_ed25519.pub please use your path eg.  Step 3 – Copy the whole key  Step -4 Open github account -> settings ->SSH and …

How to add SSH key to github Account in ubuntu Read More »