MySQL is one of the most popular and powerful database for web-based applications. This widely used open-source relational database management system can be extremely useful to process your dynamic content and your next generation of web-applications. But while MySQL provides a power database, it can sometimes
How to set up a remote machine by wake on lan on CentOS 6
[1] Configuration of the computer you’d like to turn on from remote machine.
#yum -y install ethtool
#ethtool -s eth0 wol g
#vi /etc/sysconfig/network-scripts/ifcfg-eth0
How to schedule Recurring Cron jobs on Linux
Unix provides a service called cron that runs programs repeatedly on a fixed schedule. Most experienced administrators consider cron to be vital to the system because it can perform automatic system maintenance.
How to correct the MAC address after Clone RHEL or CentOS in VMWare
Cloning machines in VMWare is really straightforward thing. However once you do clone a machine, you’ll be left with new MAC addresses for the network cards. In a typical scenario the cloned RHEL or CentOS machine will boot up without the local network interface. You’ll typically see the following during boot.
How to Fix eth0 network interface when cloning RedHat, CentOS
If you clone a VMWare or VM, you’ll notice that it kills your network interfaces throwing errors like the one listed below:
#ifup eth0
Device eth0 does not seem to be present, delaying initialisation
How to patch OpenSSL’s Heartbleed Vulnerability
How to patch OpenSSL’s Heartbleed Vulnerability
First you need to understand that not all version of OpenSSL are vulnerable.
Below are the version of OpenSSL that are affected by this bug.
Understanding Linux file Permissions
What is “crashkernel=X@Y” in /etc/grub.conf
“crashkernel=X@Y” is a kernel parameter for Kdump.
Kdump requires some memory reservation for the second kernel(capture kernel).
When kdump is enabled, (physical memory – X) will be allocated.
How to set up SquirrelMail in CentOS/RHEL
SquirrelMail is an open source standards-based webmail package written in PHP. When installed, SquirrelMail is ready out of the box. All it needs is an installed web server like Apache, SMTP server like Postfix, and IMAP server like Dovecot.
How to Install EPEL Repository in CentOS 5/6/RHEL
EPEL (Extra Packages for Enterprise Linux) is a third party RPM repository for Red Hat Enterprise Linux and CentOS.
Here are the steps to add the EPEL repository in Red Hat Enterprise Linux and CentOS 5 or 6: