Displaying 5 results from an estimated 5 matches for "backgroun".
Did you mean:
background
2009 Sep 06
1
running a asterisk -rx command in bash backgroun
Hello!
I have a very simple bash script:
#!/bin/bash
asterisk -rx "sip show peers" > /var/log/devices
When I run it in bash shell, everything works fine, but if I
background it (by adding & or using bg), nothing appears in the
/var/log/devices file.
Any reason for this behavior or help would be great!
Thanks,
Elliot
2009 Aug 25
1
Lattice graph tweaking
To: silwood-r
Subject: Removing lattice graph gridlines and editing label box colour
Hi,
Is it possible to remove the background gridlines from a lattice graph (ie graph made up of multiple individual graphs with annoying blue grid in the backgroun)?
Also, Is it possible to change the colour of the individual graph label boxes? - ie the default pink boxes above the individual graphs
Thanks
[[alternative HTML version del...
2006 Sep 06
4
histogram in the background?
I intend to draw a plot of y against x. In the background of this graph I
wish to creat a histogram of the horizontal variable x. Does any expert know
how to produce such a plot?
[[alternative HTML version deleted]]
2007 Sep 13
5
problem with exec,system,WinExec, C functions
Hi,
i'm using openwatcom under wine, all is ok, but next code will not work:
#include <windows.h>
void main( void ) {
system( "foo.exe" );
}
same problem for:
#include <windows.h>
void main( void ) {
WinExec( "foo.exe", SW_SHOW );
}
where "foo.exe" is a windows console aplication
if i try to launch foo.exe with wine in a terminal window
2005 Mar 21
3
Script to Authenticate User and Dial Out
Hello. I'm looking for a script that I can use that will ask users for
a password, and then let them call any extension on the asterisk server.
Does anyone know of a premade script that can do this, or a resource I
could use to make my own?
Thanks,
Josh