Warning: Missing argument 2 for wp_widget() in /home/kernelha/public_html/wp-includes/widgets.php on line 76
Linux Tutorials and Reviews - Part 4

Fedora 11 x86_64 Setup freeNX Server

Scenario / Question: How do I setup freeNX on a remote server system running Fedora x86_64 4bit OS. Solution / Answer: Installing the freeNX server software on the remote server machine and using the NoMachine freenx client to connect to it from you local machine. Installing freeNX Server: On the [continue...]

Fedora VirtualBox USB working

Scenario / Question: How do I get VirtualBox USB support to work in Fedora ? Solution / Answer: Configure usbfs to allow vboxusers access to USB devices and add usbfs mount to /etc/fstab Configure VirtualBox USB Obtain the GID of the vboxusers group (your GID may different then 501): # cat [continue...]

Nagios NRPE on SME server

Scenario / Question: How do I install NRPE on a SME 7 server Solution / Answer: You install NRPE by using the rpm packages hosted by Michael Weinberger. Download rpm packages Use the following script to automatically download all the needed packages wget_nrpesme Download and Run: # mkdir -p [continue...]

Fedora 11 Flash Plugin x86_64

Scenario / Question: How do I get flash to work on Fedora 11 x86_64 64bit version Solution / Answer: Manually download install flash-plugin Installing flash-plugin x86_64 Download the flash player plugin from Adobe http://labs.adobe.com/downloads/flashplayer10.html Install libflashplayer.so to [continue...]

Nagios NRPE APC UPS monitor

Scenario / Question: How do I monitor APC UPS Battery via apcaccess on linux Solution / Answer: Use the check_apcupsd plugin and NRPE Download check_apcupsd Plugin on Remote Host Server The original check_apcupsd plugin can be found here. check_apcupsd I modified the check_apcupsd plugin to [continue...]

Beginner FLTK Tutorial

Who is this article for? This article is for C++ programmers who wish to start coding GUI (Graphical User Interface) applications using FLTK. The documentation of FLTK is very good. However, I found the tutorial examples went from very easy (Hello World) to a little too diffucult (editor.cxx). [continue...]

Nagios NRPE Software RAID Monitor

Scenario / Question: How do I monitor linux software raid array status on a remote linux server Solution / Answer: Use the check_raid plugin and NRPE Download check_raid Plugin on Remote Host Server Downlaod check_lsi_megaraid plugin to /usr/local/nagios/libexec/ from [continue...]

Nagios NRPE LSI Mega RAID

Scenario / Question: How do I monitor LSI MegaRAID controller and raid array status on a remote linux server Solution / Answer: Use the check_lsi_megaraid plugin and NRPE Download check_lsi_megaraid Plugin on Remote Host Server Downlaod check_lsi_megaraid plugin to /usr/local/nagios/libexec/ from [continue...]

Nagios NRPE Monitor Yum Updates

Scenario / Question: How do I monitor Yum updates on a remote linux server Solution / Answer: Use the check_yum plugin and NRPE Download check_yum Plugin on Remote Host Server Downlaod check_yum plugin to /usr/local/nagios/libexec/ from www.monitorexchange.org check_yum 1. Download the plugin to [continue...]

Nagios NRPE add Services to Monitor

Scenario / Question: I followed the Tutorial on installing and configuring NRPE, but now I want to monitor more services on the remote server. Solution / Answer: You can add services by configuring nrpe.cfg on the remote host and adding a new service definition on the Nagios monitoring [continue...]

« Previous PageNext Page »