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 {…}
Category: 16.04
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 {…}
On Ubuntu 14.04 only sudo apt-get install network-manager-vpnc was working. But for Ubuntu 16.04 you need to install network-manager-vpnc-gnome as well. Step 1: Open Terminal Step 2: {…}