How to get the all the database and table sizes of MySQL or MariaDB?

7 years ago
Surya

If you are working with MySQL or MariaDB web server, sooner or later you will be asked what is the…

How to set or change default text editor for crontab in Linux?

7 years ago

To edit the crontab entries you use crontab -e. The command will check for the environment variables $EDITOR or $VISUAL.…

How to install Comodo SSL certificate with NGNIX web server?

7 years ago

Installation method for COMODO SSL Certificate If you have generated the CSR and purchased or renewed the SSL with Comodo,…

How to give access to specific users to specific buckets on AWS S3

7 years ago

In AWS S3, you might want to provide the access to selected users to selected buckets. To provide the specific…

How to add or change the password (passphrase) of OpenSSH key?

7 years ago

It's possible you have earlier generated a ssh key without password/ passphrase. Later you found that for security reasons you…

How to find files on linux OS ( distributions )

7 years ago

If you are working on Linux OS, finding files effectively always a tricky part. Like find files greater than 500…

How to create CSR ( Certificate Signing Request ) for new SSL or to renew SSL?

7 years ago

What is SSL? SSL (Secure Sockets Layer) is a standard security protocol for establishing encrypted connection between a web server…

How to decode CSR (Certificate Signing Request) ?

7 years ago

What is CSR? Certificate Signing Request is encrypted piece of code which is going to used for generating the SSL…

Why to buy Pixel 2 by Google? not iPhone X !

7 years ago

Yesterday Google launches Pixel 2 Phones. Below are the benefits of buying Google Pixel instead over iPhone X Unlimited Photos…

AWS – NDB – Ubuntu – Add separate location for MySQL temporary (tmp) storage

7 years ago

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…