5
Nagios: monitoring xenapp servicesview story

http://www.linuxquestions.org – Hi, We are using Nagios to monitor our environment. One of the things we want to monitor is the status of the services in use by xenapp. In the commands.cfg i made the following command definition: Code: # 'check_local_service' command definition define command{       command_name check_local_service (HowTos)

3
Audio editing Prob.view story

http://www.linuxquestions.org – Audio editing Prob. Hi, Can anyone help me please? I have a line-in signal showing up on the input level meter in Sound preference, and i can record with Ubuntu’s Sound Recorder and hear it played back. But i cannot here what is being recorded while it’s being recorded. It does’t pass through the sys and out my speakers. (HowTos)

4
Problems doing load balanceview story

http://www.linuxquestions.org – Hello. (HowTos)

3
Net-SNMP - Run a command as root with "extend" featureview story

http://www.linuxquestions.org – Using the extend feature in snmpd.conf I can see the command is being ran as root but does not have root privs. Take this example of an snmpd.conf: Code: rocommunity whatev extend .1.4 test0 /usr/bin/whoami (HowTos)

3
terminate called after throwing an instance of 'std::bad_alloc'view story

http://www.linuxquestions.org – I have written a code in which i have used vectors: vector< vector<double> > arr; arr.resize(x,vector<double>(x,0)); x is a variable which is taken from a very beg text file > 64MB first line of my code is cout<<"\n\nWait Running..."; (HowTos)

3
Need a temporary hotkey or shortcut in openoffice writer in linuxview story

http://www.linuxquestions.org – I'm using Mint9, and making labels with openoffice writer. I find myself going through a bunch of keystrokes every little while that I'd like to convert to a macro or two to simplify my work. "alt-vzpo" and then "alt-vzwo" to change the view first to "page width" and then to "whole page". (HowTos)

5
Create Background/Wallpaper Slideshows In Ubuntu 10.04 Lucid Lynx with CreBSview story

http://www.liberiangeek.net – In this tutorial, I’ll show you how to create background slideshows in Ubuntu with CreBS easily and quickly. CreBS lets you target folders and directories with photos to automatically create desktop slideshows. (HowTos)

6
email Connection refusedview story

http://www.linuxquestions.org – Hi, I am trying to send e-mail from command line by using "mail" in fedora. It goes to e-mail server in the same network but it is refused by other outside this network with message: "..... Connection refused by name@yahoo.com ...... Any ideas will be appreciated. (HowTos)

4
Ubuntu Chicago Bike Rideview story

http://blog.nixternal.com – The Ubuntu Chicago LoCo Team is hosting its first ever group ride this Sunday, July 18. The ride will kick off from the Geneva, IL Metra Train Station at 12PM. (General)

6
Perl Script needed to be reversed to output matching, not non-matchingview story

http://www.linuxquestions.org – I am having a rough time attempting to reverse this tiny script to outfile matching fields. It only outfiles the non-matching. I tried playing with the regular expressions and of course it did not work. Could someone give me some insight as to how to make this reverse its role and outfile matching fields? Thanks! Code: #!/bin/perl use strict; (HowTos)