RedHat

How to install PHP pear mail on CentOS & RedHat

The PHP mail() function is use inside PHP scripts to send emails. This is the simplest way to send emails…

Read More »

Grant non-root user write permission to the folder permanently

Today I am going to discuss a scenario where I have to make files and folders writable under a specific…

Read More »

[Solved] ERROR: phpize failed, command not found in PECL

If you are installing PHP extensions using PECL, you might end up with an error pecl install uploadprogress WARNING: channel…

Read More »

[How To] Install glib glibc on CentOS/RedHat/Fedora

GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system…

Read More »

[Solved] Device eth0 does not seem to be present

After cloning a CentOS machine from Oracle Virtualbox or from VMware template and generating new MAC address, I received following…

Read More »

[How To] Install GNU C / C++ (gcc) compiler on Linux

While installing application from binary, following error occurred checking whether the C++ compiler works... no configure: error: in `/usr/local/src/iptux': configure:…

Read More »
Back to top button