Displaying 5 results from an estimated 5 matches for "fules".
Did you mean:
files
2004 Nov 25
1
astGUIClient Question
Hi All,
can someone give me a short procedure on how to install astGUIClient
if there's any.
I have Installed asterisk and other required installation.
Thanks!
Regards
John Drayton C. Fule
Jr. Systems Engineer
Imperium Technologies Inc.(Philippines)
2006 Dec 12
0
Re: Routing & NAT Problem take #2
...example) for
SNAT the incoming calls from 200.x.x.x router:
iptables -t nat -A POSTROUTING -d <internal server ip> -j MASQUERADE
Perhaps you''ll need to put before that rule some rules to allow internal
traffic to that server without SNAT.
Other solution is to configure the routing fules/tables/filters in your
routers to more specific fules/filters.
Perhaps LARTC is better list than this to allow you to find a good answer
about your routing problem.
Regards
P.D.: My english isn''t perfect, sorry.
El Mar, 12 de Diciembre de 2006, 11:29, Matt escribió:
>
>
> Rela...
2003 Jul 07
1
Xvfb and R
Hi
I have recently installed and implemented Xvfb (X virtual frame buffer) so that I can create jpegs using R over CGI (SUSE Linux 8.1 and Apache 1.3).
I have noticed that in order to do this, a file (Rplots.ps) is created in my cgi-bin directory everytime a cgi script is run. This could cause problems though as I have a multi-user system where it is possible that two different users will run
2005 Feb 09
1
--include-from question
...ync command:
rsync -av --include-from=include.txt source:/usr/local dest:/usr
include.txt contains:
+ /local/bin/
+ /local/etc/
- *
I figured this would get the bin and etc directories I want and exclude
everything else, but it's not working. The rsync man page suggests
adding specific fules for all the parent dirs. So I added + /local/.
That didn't work. I also tried adding + */ before the -* but that didn't
work either.
I'm stuck as to why the include version won't work. Any ideas?
--
Al Weston
2012 Nov 21
1
Listing elements of a 4D array
Dear list,
I'm having trouble to see how my elements on a 4 dimensional array are
listed.
For example, I generated the following array:
junk.melt=melt(occ.data,id.var=c("Especie", "Site", "Rep", "Año"),
measure.var="Pres")
y=cast(junk.melt, Site ~ Rep ~ Especie ~ Año)
Now, I want to be able to look at how my species (Especie) are listed, in