Convert video file into gif file through command line in linux
|

Convert video file into gif file through command line in linux

In this post, learn how to convert video file into gif file through command line in linux. For converting the video file into gif file there are many methods. We tried most of the methods. We used some software package like mplayer and image-magick. Image-magick has one issue that is related to memory allocation. With…

configure: error: C++ compiler cannot create executables
|

configure: error: C++ compiler cannot create executables

configure: error: C++ compiler cannot create executables This kind of error generally comes when you are installing the package from source code. The source code have many C or C++ files which require C compiler. To solve this issue in CentOS and Red Hat ,run the below given command. Here we are using wildcard *…

send email after mysql backup through bash script in simple way
| |

send email after mysql backup through bash script in simple way

send email after mysql backup through bash script in simple way In Facebook group one of the user asked this question “how to send email after mysql backup through bash script”. If you know bash scripting a bit it is just a one liner. It can be write in more advanced form but here I…