How to configure ethernet in CentOS 6 after installing in Virtual Box
|

How to configure ethernet in CentOS 6 after installing in Virtual Box

In this tutorial we will configure the additional ethernet in CentOS. The practical has been done in Virtual box whereas it is also applicable to physical machines. Scenario: In Virtual Box,we have only one ethernet or NIC card (eth0) while installing the CentOS.Later we added one more ethernet(eth1) but when we were using command ifconfig…

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…

How To Protect From w00tw00t.at.blackhats.romanian.anti-sec
|

How To Protect From w00tw00t.at.blackhats.romanian.anti-sec

We purchased some server in Digital Ocean and found the w00tw00t.at.blackhats.romanian.anti-sec attack. The same kind of attack we also found in our AWS EC2 servers. w00tw00t.at.blackhats.romanian.anti-sec is kind of script attack in which attacker try to find the loopholes in phpmyadmin and php with Apache and try to manipulate through URL.The same thing I found…