Pages

Ads 468x60px

Labels

Linkie ♥

Showing posts with label Zabbix. Show all posts
Showing posts with label Zabbix. Show all posts

13 January, 2013

Install Zabbix on MK802 Lubuntu


Install Zabbix 2.02 from source on MK802 runing Lubuntu 12.06  (login root or su - )
Upgrade Lubuntu after install Lubuntu on MK802
#apt-get update
#apt-get upgrade
timezone and time from ntp.
#su -
#cd /etc
#cp /usr/share/zoneinfo/Asia/Bangkok /etc/localtime
#ntpdate clock.nectec.or.th
Install text editor(s), mailer, openssh server and wget
#apt-get install openssh-server openssh-client wget