Monday, 19 December 2016

How to install & configure MRTG with RRDTools and Router2 on Ubuntu 14.04

Install & configure MRTG with RRDTools and Router2 on Ubuntu 14.04 What is MRTG? The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network links. MRTG generates HTML pages containing PNG images which provide a LIVE visual...

Tuesday, 27 September 2016

How to Install and Configure VTiger CRM on CentOS 6.X

Install and Configure VTiger CRM on CentOS 6.X What is CRM? Customer relationship management (CRM) is a term that refers to practices, strategies and technologies that companies use to manage and analyze customer interactions and data throughout the customer lifecycle,...

Wednesday, 24 August 2016

How to Install FreeRadius for SSH Authentication on Centos 6

Install FreeRadius for SSH Authentication (Two-Factor Authentication) What is FreeRadius? Radius is a great standard. It is powerful enough to accomplish a great deal and simple enough to be easy to handle. Freeradius is an excellent, open source radius server that ships...

Tuesday, 9 August 2016

How to Install NewRelic Agent on RHEL/Centos/Ubuntu/Debian/Windows

Install NewRelic on RHEL/Centos/Ubuntu/Debian/Windows What is NewRelic? New Relic is an American software analytics company based in San Francisco, California. Lew Cirne founded New Relic in 2008 and currently acts as the company's CEO. New Relic's technology, delivered...

How to Install Bamboo With JIRA & BitBuckeet Integration in Ubuntu

Install Bamboo With JIRA & BitBuckeet Integration in Ubuntu What is Bamboo? Bamboo is a continuous integration server from Atlassian, the makers of JIRA, Confluence and Crowd. Bamboo is free for open-source projects. What is JIRA? JIRA is a tool developed...

How to Install SSHFS on Centos/RHEL/Ubuntu

Install SSHFS on Centos/RHEL/Ubuntu ** What is SSHFS? SSHFS is a filesystem based on the SSH File Transfer Protocol (SFTP). On remote side we just need to install SSH server, Since most of SSH servers already support this, there are nothing to do on remote server except...

Saturday, 6 August 2016

How to Import SSL to the Existing Openfire Server in Linux Server

How to import SSL in the Existing Openfire Installation What is Openfire? Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called...

Monday, 11 July 2016

How to Install & Configure Docker in Centos/RHEL 6

Install & Configure Docker in Centos/RHEL 6 What is Docker? Docker is all about making it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries...

How to Install & Configure Apache for both GUI & CLI mode on CentOS/RHEL 6.X

Install & Configure Apache for both GUI & CLI mode on CentOS/RHEL 6.X What is ApacheGUI? This tools is a free and open source package designed for system administrators to manage the functionality of Apache Web Server from a browser, such as edit configuration...

Tuesday, 19 April 2016

How to Install SVN With WebSVN (Web Panel) in Centos/RHEL 6.X

Install SVN With WebSVN on CentOS/RHEL 6.X What is SVN? Apache Subversion (often abbreviated SVN, after the command name svn) is a software versioning and revision control system distributed as free software under the Apache License. Software developers use Subversion...

Friday, 15 April 2016

How to install Netdata on Centos/RHEL 6.X

Install Netdata on Centos/RHEL 6.X What is Netdata? netdata is a extremely optimized Linux utility that provides real-time (per second) performance monitoring for Linux systems, applications, SNMP devices, etc. and shows full interactive charts that absolutely render...

Thursday, 10 March 2016

How to Install WAMP Server on Windows Server 2008/2012 R2

What is WAMP? WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your Database Requirement: A. Apache Server (httpd-2.2.22-win32-x86-no_ssl.msi) B....

Wednesday, 2 March 2016

How to Install Tomcat 9 With Java 9 On CentOS/RHEL 6.X

Install Tomcat 9 With Java 9 On Centos/RHEL 6 Step 1: Stop the IPTables and Selinux, and Update the Date Time on the Server : # service iptables stop # chkconfig iptables off # vi /etc/sysconfig/selinux SELINUX=disabled ###(Change enabled to disabled) --- save &...