If you are working with MySQL or MariaDB web server, sooner or later you will be asked what is the size of database or tell {…}
Category: Ubuntu
To edit the crontab entries you use crontab -e. The command will check for the environment variables $EDITOR or $VISUAL. So you need to set {…}
Installation method for COMODO SSL Certificate If you have generated the CSR and purchased or renewed the SSL with Comodo, you might have noticed that, {…}
If you are working on Linux OS, finding files effectively always a tricky part. Like find files greater than 500 MB, find files which are {…}
What is SSL? SSL (Secure Sockets Layer) is a standard security protocol for establishing encrypted connection between a web server and client browser in communication. {…}
What is CSR? Certificate Signing Request is encrypted piece of code which is going to used for generating the SSL Certificate for your domain name. {…}
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 good practice to specify separate {…}