Wednesday, August 13, 2008

SNMP Tutorial Links

http://www.dpstele.com/layers/l2/snmp_tutorials.php

SNMPv3
http://www.netadmintools.com/art485.html

Monday, August 11, 2008

RHEL Administrator Guide References

https://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/pdf/rhel-ig-x8664-multi-en.pdf
https://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/pdf/rhel-isa-en.pdf
www.centos.org/docs/4/pdf/rhel-sag-en.pdf
www.centos.org/docs/4/pdf/rhel-sg-en.pdf

Friday, August 1, 2008

Tutorial Links

http://ebook.brawijaya.ac.id/?file=manual

http://ebook.brawijaya.ac.id/index.php3?man=rute/node1.html

http://www.linuxhomenetworking.com

Link to configure tftp server:
http://www.linux-tutorial.info/modules.php?name=Howto&pagename=Clone-HOWTO/setting-up.html

Networking Tutorial
http://www.2000trainers.com/

Applications

  • mutt - Non-GUI Mail Clients
  • tcpdump
  • head -1 /home/alice/getme
  • who am i
  • fuser - display information about the process using the filesystem. It also defines a convenient way to send signals to those processes.
    • Usage:
      • fuser -v mount_point
      • fuser -km mount_point
  • Saving power consumption

Environment Variables in Linux

LANG
LOGNAME

How do you know which startup script is responsible for TCP port 111?

#lsof -i tcp:111

To verify whether process is running or not

#pgrep processName

Example:-
[root@st06410722744 ~]# pgrep sendmail
2482
2490

Connecting MySql Remotely

$mysql -h hostname -u username --password=password

Reading .gz file

$zcat access-443-*2008* | grep ptb