Reduce Webpage/Website Bounce Rate: Rank Better

Bounce-Rate-of-website

Writing Website or Blog properly and in meaningful way is important because it directly affects the Bounce rate. To minimize the webpage bounce rate we need to consider several things while writing article or tutorial. We can lower the website bounce rate by attracting the users on the site such that they can visit our … Read more

SSH and SCP from local to remote machine without password

I am going to explain easiest and more common way to perform SSH and SCP from local to remote machine without password authenticationFollowing steps explains how to perform SSH and SCP from local-host to a remote-host without entering the password on openSSH system1. Verify that local-host and remote-host is running openSSHOn the terminal of both … Read more

PGP and GPG Secure Data Communication on two Linux machine

If you really loves Linux or more familiar with it and want to communicate securely between two Linux machine then follow the simple steps as bellow. In windows you can also communicate securely. Secure Data Communication on two Linux machine with PGP/GPG. 1. First Generate public/private key pair using sshd-generate on both Linux  machine. To … Read more