composer install error this package requires php 7.2 but your PHP version does not satisfy that requirement

If your are getting an error this package requires php 7.2 but your PHP version does not satisfy that requirement when trying to install composer $ composer install.you have to use below command to install composer in your system


composer update --ignore-platform-reqs

composer install error this package requires php 7.2 but your PHP version does not satisfy that requirement

How to connect to ssh command prompt using cPanel info

cPanel is the one of the most widely used server management software ,it has lot of good features to manage files ,manage database system ,mange software’s etc , but in some case we need ssh connection to install or run features software or program.In this section we will discuss how to connect to ssh command prompt using cPanel info

1) Open SSH Access From Security Section

How to connect to ssh command prompt using cPanel info step 1

2) Click Manage SSH Keys

3) Generate a new key

Use your own password

How to connect to ssh command prompt using cPanel info step 2

4) View Private Key

How to connect to ssh command prompt using cPanel info step 3

5) Convert the key to PPK format : Use same password you used for generating key

6) Open Putty Software ,add host name ,browse PPK key and connect (Install Putty software if not Installed )

How to connect to ssh command prompt using cPanel info step 4

7) Connect to ssh command prompt using cPanel info

How to connect to ssh command prompt using cPanel info step 5

git push remote permission to git denied to user with 403 error

When am trying to push files to git am getting an error ” git push remote permission to git denied to user with 403 error “.It is actually showing the wrong user name ,so first we need to change the git stored Credential user

so first step we need to find the stored Credential and delete it from the system

Check credential info

#git config credential.helper

git push remote permission to git denied to user with 403 error

Open Credential Manager form your system

Control Panel=> All Control Panel Items=>Credential Manager

git push remote permission to git denied to user with 403 error 2

Delete unwanted Credential

Again try to push the commited data

It will ask for your git username and password

remote permission to git denied to user step 3

How to convert AWS .pem key to putty .ppk key

Here I have AWS key .pem , to connect with putty in windows we need the .ppk format ,so here i have to convert AWS .pem key to putty .ppk key ,in simple have to convert .pem to .ppk

How convert AWS .pem key to putty .ppk key for that we have lots of software available, here am going to show with the help of  PuTTYgen

1 Download .pem (Privacy Enhanced Mail) from  AWS , is a base64 container format for encoding keys and certificates

 

2 ) Download PuTTYgen from online and install

 

3) Open PuTTYgen

convert AWS .pem key to putty .ppk key

4) Click Load button and load the .pem files

convert AWS .pem key to putty .ppk key

5) Click “save private key ” button and save your ppk files

so you converted AWS .pem key to Putty Private Key(ppk) or in simple .pem to .ppk