Elgg is an opensource PHP based application. This is very useful creating social networking site in few minutes. Click here to read more about Elgg. This article will help you to install Elgg on LAMP environment on CentOS, RHEL & Fedora systems. For this tutorial we assume that you already have LAMP setup on...
This article is second part of the article Setup Rsyslog with MySQL and LogAnalyzer on CentOS/RHEL systems. In the first part we have integrated Rsyslog with MySQL database server, and all the logs are now saving in database. For recalling below is few configuration details which we used in part-1 to setup it. Rsyslog...
Rsyslog is an enhanced version of Linux syslog utility. It provides a very efficient way to setup centralized log server in hosting environment. This article will help you to save log files to MySQL database with easy steps. If you have already configured centralized log server, then you can simply setup database on your...
Rsyslog is logging server used in Linux systems. Its an enhanced version of Syslog. Rsyslog also support databases ( MySQL, PostgreSQL ) to store logs. It is default logging server used from CentOS/RHEL 6 release. Rsyslog is an enhanced version os syslog service in Linux. This article is for configuring Centralized Logging Server in...
This article have a list of few top media players used on Linux systems. This is the list which i personally used, even i always like VLC as me favorite media player. Media players are so important for us to play music which is a part of our daily life. Using this article i...
Read Player is one of most popular player for running Audio/Video files in Linux system. This how to guide will help you to install Real Player 11 on CentOS, RHEL, Fedora, Ubuntu and Debian Systems. Step 1: Install Required Packages First make sure you have properly installed required packages to install Real Player. CentOS,...
What is Apache Hive ? The Apache Hive data warehouse software facilitates querying and managing large datasets residing in distributed storage. Hive provides a mechanism to project structure onto this data and query the data using an SQL-like language called HiveQL. Read More on Official site This how-to guide will help you to Install...
Note – This article has been outdated. Please visit our new article to install firefox. Firefox is a web browser used for browsing websites. Firefox is designed by Mozilla, a global community working together to keep the Web open, public and accessible to all. Firefox has released his latest version Firefox 26 on Dec...
phpMyAdmin default configuration allows to connect to local MySQL server only, But if we have multiple database server running, then it would be great if we can choose to which server we need to connect from single phpMyAdmin installation. This how-to guide will help you to add multiple database hosts in phpMyAdmin, So we...
Understanding Linux top command results. As a Linux system administrator, the top command is a frequently used command and our daily tasks we used multiple times this commands to view resource utilization by processes on the server. This command helps us to find which process is utilizing what resources of the system. Sysstat –...