Category: Monitoring

Install pyDash

1. Installation By default the install will be done using the Apache webserver. Fedora & Pidora Run: sudo yum -y install git python-pip httpd mod_wsgi Centos Centos 6 Run: sudo yum -y install http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm sudo…

Xem thêm

Install Nginx on CentOS 7 / RHEL 7

Nginx is a popular lightweight server for those who do not need the bulk and extra services that Apache may offer. This article will look at installing Nginx on a CentOS using the ‘yum’ package…

Xem thêm

How to install vnc on centos 6

VNC server VNC is used to display X windows sessions on remote computers.In this tutorial, we can learn how to setup VNC server on centos 6. Desktop environment is required in order to enable VNC…

Xem thêm

Install ntopng on Centos 7

This is how to compile ntopng in a fresh centos 7 x64 installation For the impatient: # yum install -y subversion autoconf automake make gcc  libpcap-devel libxml2-devel sqlite-devel libtool glib2-devel  gcc-c++$ svn co https://svn.ntop.org/svn/ntop/trunk/ntopng$ ./autogen.sh…

Xem thêm