Install and Configure Cacti on Redhat and CentOS
introduction: 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 is… Read more »
introduction: 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 is… Read more »
Configure FTP Own Directory in CentOS FTP user to Permit his own/specific directory then: And FTP Users with Only Read Access to a Shared Directory In this example, anonymous FTP… Read more »
Installing and Configuring PowerDNS with Poweradmin Add Repositories # yum install yum-priorities # rpm –import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka # nano -w /etc/yum.repos.d/utterramblings.repo [utterramblings] name=Jason’s Utter Ramblings Repo baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/ enabled=1 gpgcheck=1 priority=1 gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka Installing… Read more »
Installing and Configuring PowerDNS with PowerAdmin from Source Pre-requisites ============== # yum group install ‘Development Tools’ # yum install libxml2-devel gd gd-devel libmcrypt-devel libmcrypt libmhash curl curl-devel libtool-ltdl-devel libtool-ltdl libpng-devel… Read more »
PPPoE Dialer or ADSL Setup on CentOS, Fedora and Redhat 1. Find the package >rp-pppoe rpm -qa | grep rp-pppoe 2. If not installed , install it from the cd>… Read more »