X

Compiling PHP from source on CentOS

PHP is a  open source scripting language, commonly used for web development. The code is executed on the server before…

LinuxAdmin.io

using inotify-tools to trigger events

What are Inotify-tools? Inotify-tools is a C libary that interface with the inotify kernel function. Inotify-tools are available on kernels…

LinuxAdmin.io

Journalctl Introduction and Examples

journalctl was added into the  systemd release of CentOS 7 and has been part of Fedora since 17. It is…

LinuxAdmin.io

PHP 5.2 in cPanel easy apache 4

PHP 5.2 in removed from cPanel's easy apache 4 for quite some time. However you can get it to run…

LinuxAdmin.io

Disable WordPress Crontab and Run it Manually

By default Wordpress runs wp-cron.php every time  someone visits your site. This causes increased load on the server each time…

LinuxAdmin.io

How To Copy MySQL Grants

What Are MySQL Grants? MySQL grants are privileges issued to users in MySQL. They allow users different permissions to different…

LinuxAdmin.io

Increasing MySQL Max Connections

You can see what the current setting is by running the following SQL command from the MySQL command line tool, phpMyAdmin, or…

LinuxAdmin.io