Difference between revisions of "Centos 6 tasks"

From MyWiki
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
Installing cactii in a Centos 6 docker container<br>
+
[[ Getting rid of the sit0 interface ]]<br>
yum install -y php php-mysql php-gd php-pear php-common php-cli php-devel php php-mbstring nano<br>
+
[[ Configuring chrooted sftp access ]]<br>
yum install php-snmp net-snmp-utils net-snmp-libs rrdtool<br>
+
chkconfig snmpd on<br>
+
service start snmpd<br>
+
yum install epel-release<br>
+
yum install cacti<br>
+

Latest revision as of 16:00, 7 July 2016

Getting rid of the sit0 interface
Configuring chrooted sftp access