Month: February 2008

Installing MRTG

Introduction You can monitor your system’s Web performance quite easily with graphical Linux tools. You’ll learn how to use several in this chapter, including MRTG, which is based on SNMP and monitors raw network traffic, and Webalizer, which tracks Web site hits. SNMP Most servers, routers and firewalls keep their operational statistics in object identifiers […]

Asterisk Installation

Basic Asterisk Installation Process1. Download ZaptelGet source wget http://t400p.pbxhardware.com/driver/zaptel-1.2.5.tar.gz Installating Zaptel cd /usr/local/src/ tar -zxvf zaptel.gz cd zaptel make clean make make install 2. Download Asterisk Get source wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.7.1.tar.gz Installing Asterisk tar -zxvf asterisk.gz cd asterisk make clean make make install make samples 3. Loading Zaptel Modules modprobe Zaptel modprobe tor2 modprobe wcfxo 4. […]

Dual Boot

vi /boot/grub/grub.conf title linux root (hd0,0) kernel /boot/kernel-version-xx-xx root=/dev/hdx title FreeBSD root (hd0,1,a) kernel /boot/loader grub-install /dev/hda

Gentoo Linux Installation

Learn to be Patient (Fold your hands and take a deep breath) To install gentoo you need a great deal of patience. A system only install will take around 8-10 hours and a full desktop installation around 24 hours. On a slow PC expect more. Boot From CD [Gentoo 2004.2] The latest CD available is […]

FreeBSD Installation

FreeBSD Installation Boot From cd Skip Custom kernel configuration From Menu, Select Custom Select Partition, delete current partation using (d) Use entire disk slice (A) [if you have different requirement then partation according it] quit (q) Select Standard Boot Manager (BootMgr) Select Label Use Auto Default (A) quit (q) Select Distribution Developer, Kernel-Developer, Install Ports […]