If you are working with MySQL or MariaDB web server, sooner or later you will be asked what is the…
To edit the crontab entries you use crontab -e. The command will check for the environment variables $EDITOR or $VISUAL.…
Installation method for COMODO SSL Certificate If you have generated the CSR and purchased or renewed the SSL with Comodo,…
In AWS S3, you might want to provide the access to selected users to selected buckets. To provide the specific…
It's possible you have earlier generated a ssh key without password/ passphrase. Later you found that for security reasons you…
If you are working on Linux OS, finding files effectively always a tricky part. Like find files greater than 500…
What is SSL? SSL (Secure Sockets Layer) is a standard security protocol for establishing encrypted connection between a web server…
What is CSR? Certificate Signing Request is encrypted piece of code which is going to used for generating the SSL…
Yesterday Google launches Pixel 2 Phones. Below are the benefits of buying Google Pixel instead over iPhone X Unlimited Photos…
By default MySQL uses the system default location used for temporary file storage, which is usually /tmp, /var/tmp, or /usr/tmp. In Ubuntu its /tmp. It's…