Install Cacti ( Network Graphing Tool ) on CentOS and RHEL System
Definition from Cacti official site: Cacti is a complete frontend to RRDTool, it stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend...
View ArticleHow to Setup Master Slave DNS Server on CentOS 6 and RHEL
The DNS ( Domain Name System ) is a distributed system, used for transalate domain names to IP and vice a versa. This article will help you to How to Setup Master Slave DNS Server on CentOS 6 and RHEL...
View ArticleConvert HTML to PDF using Qtwebkit with PHP
Wkhtmltopdf is a very useful application to create pdf from html (webpage). This article will help to create pdf of a webpage using php script and Linux command line tool. Step 1: Install wkhtmltopdf...
View ArticleError in query (1548): Cannot load from mysql.proc. The table is probably...
Error: Below issue generally comes with database incompatibilities with the current version of MySQL. It may happen due to MySQL server upgrade or downgrade. Error in query (1548): Cannot load from...
View ArticleSetup Varnish on CentOS/RHEL 5/6 with Apache
Varnish is an Web accelerator used for content-heavy dynamic web sites. Its used as front-end caching server for web servers. This tutorial will help you to setup Varnish on your System. Step 1: Add...
View ArticleHow to Install XCache for PHP on CentOS,RHEL and Fedora
XCache is a fast, stable PHP opcode cacher. This relatively new opcode caching software has been developed by mOo. XCache optimizes performance caching the compiled state of PHP scripts into the RAM...
View ArticleSetup Database Mirroring in SQL Server 2012 with Certificates
Many times we faced issues with mirroring setup with authentication, So in this article we are going to configure database mirroring by creating endpoint and required certificates for authenticate and...
View ArticleHow to Install Komodo Edit on Ubuntu 14.10, 14.04 LTS and 12.04 LTS via PPA
Komodo Edit is a open-source part of popular Komodo IDE. We can use most of functionality of IDE except some advanced functionality. It is available free to download and install under mystic-mirage PPA...
View ArticleUnderstanding the difference between ‘git pull’ and ‘git fetch’
Git is a powerful version control system that helps developers manage code efficiently and collaborate with their teams. Two essential Git commands for working with remote repositories are ‘git pull’...
View ArticleMySQL Database Backup RPM
I had created this rpm few months back. Now it is available for all users. This rpm have a simple shell script for mysql database backup. Features: Takes database backup locally. Upload backups to ftp...
View Article