Langkau ke kandungan utama

Catatan

Tunjukkan catatan dari Februari, 2009

MRTG EASY

Let's Begin NOTE: This guide suggests using an mrtg config per target, this is rather inefficient as mrtg can do them all in 1 job itself SU Into root before continuing forward. Start by: /usr/bin/mkdir /etc/mrtg /usr/bin/mkdir /etc/cron.mrtg /usr/bin/mkdir -p /var/www/localhost/htdocs/mrtg Now let's edit /etc/snmp/snmpd.conf NOTE: Ignore the warning not to edit this file. File: /etc/snmp/snmpd.conf com2sec local     127.0.0.1/32    public com2sec local     10.10.10.0/24   public   group MyROGroup v1         local group MyROGroup v2c        local group MyROGroup usm        local   view all    included  .1                         ...

Install openwebmail guna yum dan maklumat tambahan.

How to install openwebmail from yum repository ============================================== Thomas Chung <tchung@openwebmail.org> 2008.05.29 !!! As of 2008.05.29, FTP site is no longer available !!! !!! Please replace openwebmail.repo as shown below    !!! $ su - # cd /etc/yum.repos.d # lftpget http://openwebmail.org/openwebmail/download/redhat/rpm/release/openwebmail.repo # yum install openwebmail fedora                    100% |=========================| 2.1 kB    00:00     openwebmail               100% |=========================|  951 B    00:00     updates                  ...

Asas install Server DNS pada Centos 5

CentOS 5 : chroot DNS with bind Posted by Sébastien Wains on December 13th 2007 to BIND , CentOS , Howto , Linux Howto for CentOS 4 here : http://www.wains.be/index.php/2007/02/04/centos-chroot-dns-with-bind/ 1. Install packages : yum install bind bind-chroot bind-libs bind-utils caching-nameserver 2. Configure RNDC : cd /var/named/chroot/etc rndc-confgen > rndc.key chown root:named rndc.key Edit rndc.key so it looks like this : key "rndckey" { algorithm hmac-md5; secret "SGsvd1dF+mv+yU4ywCCkkg=="; }; You DON’T NEED anything else in the file (you must remove some option lines !) A symlink in /etc exists and points to the rndc.key file we’ve just created, named expects that file there in order to be able to authenticate against rndc. 3. Configure /var/named/chroot/etc/named.conf // we include the rndckey (copy-paste from rndc.key created earlier) key "rndckey" {       algorithm hmac-md5;       secret...