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: Solutions
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: {…}
If you are getting the errors in apache logs like below in cPanel/WHM web hosting Error: Apache – SoftException in Application.cpp:388: GID of script “index.php” {…}
If you do programming, you will definitely face problems with your code and stuck somewhere. That situation is pretty frustrating for beginners. Lets know how {…}
Below is the solution for Algorithm Problem 1 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #define PI 3.14159265358979323846 float compute_comman_area(double r0,double r1,double x0,double y0,double {…}
If you will go for the problem statement then you will find that you have to find the Area covered by intersection of two or {…}