Linux Kernel Modules

> Manage/Query kernel and kernel modules at runtime Key files, terms and utilities include: /lib/modules/kernel­version/modules.dep – Kernel module inter­dependencies /etc/modules.conf & /etc/conf.modules – modprobe configuration file (new and old) Commands | Description depmod | Determine module dependencies insmod | Insert […]

Tags: , , , , ,

How to connect to a NFS server share

The RedHat linux client that will connect to a NFS server. Needs to have portmap and if you dont want dynamic ports, enter static ports into /etc/sysconfig/nfs, for example: RQUOTAD_PORT=875 LOCKD_TCPPORT=32803 LOCKD_UDPPORT=32769 MOUNTD_PORT=892 STATD_PORT=662 STATD_OUTGOING_PORT=2020 1. Start portmap service portmap […]

Tags: , , , , , ,

How to use selenium with nagios

How to use selenium with nagios_server 1. Install mozilla firefox headless(no GUI) yum install xorg-x11-server-Xvfb.x86_64 xfonts-base xfonts-75dpi xfonts-100dpi firefox ImageMagick.x86_64 — Starts firefox on virtual gui DISPLAY=:1 firefox http://google.com & — test and check Xvfb :1 -screen 1 1024x768x24 & […]

Tags: , , ,