Displaying 11 results from an estimated 11 matches for "worx".
Did you mean:
work
2003 Feb 04
1
Totally SNAT confused :)
Hi !
I have setup a complete shorewall now with DMZ, and Private zones and
masq, rules, port-forwarding etc. worx like expected.
BUT
I have a wish to use a couple of more public IP''s and relate those to
inernal servers on the DMZ zone and i am now so confused about it. I have
searched this archive for SNAT port allow
Setup:
3 public adresses on the WAN nic. lets call them 80.80.80.80 - 80.80.80.81
-...
2001 Nov 12
3
CVS working now, but why?
I managed to update my CVS tree, but not by the method described on
http://www.winehq.com/devstart.shtml, that is
export CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine
cvs login
cvs update -PAd
but rather by doing this
cvs -d CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine login
cvs -d CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine update -PAd
which, if the documentation has anything to say,
2012 Sep 05
1
Simulating key-press or keyword events on a Mac
Hello all,
Can someone please tell me how I can simulate a key press (particularly
arrow keys and space bar) on a Mac?
Any help is much appreciated.
Cheers
[[alternative HTML version deleted]]
2002 Feb 13
1
rsync over ssh and passwords
Hello everyone,
I am trying to write a wrapper around rsync to do some automated file
sync-ing between two servers. I am using ssh as the tranport. How can I
avoid the password prompt for ssh?
I think I can configure ssh to not require passwords, but this would expose
the obvious security risk.What are other users doing to get by this? Is
there some tricks I can do in scripting that would allow
2002 Feb 14
1
Web Interface to rysnc
Greetings All,
I am planning on authoring a web-based (CGI) interface to rsync. The idea is
to build a fool-proof interface for my web designers to push content changes
from our development server to our live production server. I am talking
about an interface which allows point-n-click navigation of file system
folders and the ability to push files. These users are both MAC and Windows
based. We
2004 Aug 06
1
icecast/shout and kick problems
Hello Technical Guys,
I have follwing problem and I hope someone has an idea.
My stream Server is icecast and I use shout to stream the mjusic to the
server. Sometimes the listeners where kickted, and I don't know what it is.
the logfile icecast.log shows me following entry
[12/Jun/2002:05:23:51] [1158:Source Thread] Kicking client 1284
[pd9556401.dip.t-dialin.net] [Too many errors (client
2004 May 13
1
rsync fails with 2 sources
...uot;destination".
I've tried through SSH (from my box -/home is a NFS mount point here- to
the backup one) or directly through "local transport" (because /home/ is
a local RAID-5 mount point on the backup box).
$ rsync -v -e /usr/bin/ssh -ax --delete \
/home/beta /home/worx \
nfs:/nfs/backup/generic/home
building file list ... done
rsync: connection unexpectedly closed (8 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(343)
$
It fails w/ two sources, but it pass w/ only one :c/
any idea or solution (just for "product...
2024 Jan 11
4
arrow on contour line
Hello,
I am drawing contour lines for a function of 2 variables at one level of
the value of the function and want to include a small arrow in any
direction of increase of the function. Is there some way to do that?
Below is an example that creates the contour lines. How do I add one small
arrow on each line in the direction of increase of the function (at some
central point of the contour
2011 Aug 25
2
Choropleth in R
Hi all,
I would like to use R in order to generate a Heatmap/Choropleth overlaid on
the UK map. Can someone please help with finding the right package/code? Any
help is much appreciated.
Best, Reza
[[alternative HTML version deleted]]
2011 Oct 30
1
calculating joint entropy of many variables
Hello list.
I need help (e.g., a reference, code, package, etc.) in calculating the
joint entropy of many variables (some sure highly mutually-informative and
some not).
Is there anyone here who knows a computationally-efficient solution (such
as an R package)? I appreciate you help ...
Best, Reza
[[alternative HTML version deleted]]
2012 Aug 19
1
kernlab | ksvm error
Dear list,
I am using the ksvm function from kernlab as follows:
(1) learning
> svm.pol4 <- ksvm(class.labs ~ ., data = train.data, prob.model = T, scale
= T, kernel = "polydot")
(2) prediction
> svm.pol.prd4 <- predict(svm.pol4, train.data, type = "probabilities")[,2]
But unfortunately, when calling the prediction, once in every 10s of times
(using the exact