5
LXer: IBM opens up beta for AIX 7view story

http://www.linuxquestions.org – Published at LXer: (HowTos)

20
There are 150 Million Facebook Mobile usersview story

http://www.chaaps.com – (General)

3
xfce 4.6 image format problemsview story

http://www.linuxquestions.org – I have a lfs system on which I've tried installing xfce, its 75% successful... all runs but thunar, and some icons. I know the problem is somewhere around glib libpng area but don't know where.. originally had a problem with /etc/gtk-2/xxx.loaders missing, fixed that but still have the second half, load thunar from console, (HowTos)

4
in valueview story

http://www.linuxquestions.org – #!/bin/bash function e { echo -n "What eth between 1 to 10: " read n r $n } e function r { ifconfig eth$n } r i want to user to type a number than it will display eth1 or eth2, but got error and error say: ./d.sh: line 5: r: command not found (HowTos)

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)