Displaying 11 results from an estimated 11 matches for "jasse".
Did you mean:
lasse
2006 Mar 31
0
Re: 2 compiz patches
On Mon, 2006-03-27 at 12:02 +0200, Alex Jasse wrote:
> Hi!
>
> Here are 2 patches for compiz:
>
> "compiz_show_desktop.diff" adapts metacity's show-desktop-behaviour,
> i.e. when compiz is in show-desktop-mode and a new window is opened or a
> window is maximized, only this window will be shown.
I've...
2003 Oct 21
2
Fwd: Re: Bus Error with OpenSSH 3.7.1p2 on Solaris 8, SPARC 64-bit
The story of this problem, AFAIK, is that Solaris 8 YASSP and JASS and vigilant/paranoid sysadmins have been known to set a restricitve umask in /etc/default/login. OpenSSH compatibility for Solaris 8 has been spotty at times for sparcv9 targets. This time, when a sparcv9 binary tries to sscanf(3C) the numeric umask as a long octal and put it in a mode_t, SIGBUS happens.
What this looks like in
2003 Sep 26
4
valid users = %S in rc4
After upgrading rc2 -> rc4 (suse binary packages)
line 'valid users = %S' in [homes] section prevents user getting to his
homedirectory
in logfile smbd says:
[2003/09/25 15:07:59, 2] smbd/service.c:make_connection_snum(384)
user 'xxxx' (from session setup) not permitted to access this share (xxxx)
Hannu
2008 Nov 04
2
a "date" x-axis in a xyplot
Dear all,
In the x-axis of a xyplot I define dates ,for example 01-10-2007 instead of numbers, in a range of 77 days. I would like in my output to have the whole date as a point. When I plot it, then the output is a big mess! I can not distinguish anything; the result is a thick, black line of overlapping dates.
Is there any solution so I can really distinguish and see clearly the dates in the
2010 Oct 06
3
Checking and setting svc properties in Solaris
Hello folks,
I''ve been looking into how I might check (and possibly set) svc
properties via puppet.
The closest I''ve found, is the provider/service/smf stuff.
However, that seems to only allow enabling and disabling of services.
NOT of configuring properties.
Is there some way I dont know of, how to do that?
If not, and I need to write something... under which module/plugin/
2009 Jan 12
1
anova() or aov()?
Dear all,
I have a simple (I think) question that is troubling me lately:
Is there any main difference between anova() command and aov() command when performing an ANOVA in Experimental design
analyses?
Thank you for your time,
Ismini
2010 Jan 07
2
No graphic
Hello
A few months ago I had to reinstall Ubuntu. Then, of course, my wine was removed as well, and I had to install it again. I have had Football Manager 10 working before, but I can't get it working any more. It's basically just a lot of colours, but no real graphic. I can't see anything so I have to kill it. I thought it was just me being bad at these stuff, but now when I tried
2018 Nov 19
4
ssh-agent decrypt
moronic monday (pst) question time.
this may have been covered elsewhere, and emphatically shot down (and
if so, I apologize), but I'm interested in using ssh-agent to decrypt
data.
ssh certificates are the most secure user auth token we have, and even
though ssh certs aren't chainable, we routinely use them to assert
identity to things other than ssh (eg. if you can present a cert
2008 Nov 10
10
Appending a file to an existing file
Hi,
I have a template file which I would like to append to an existing
file (in this case I wish to add a few lines to /etc/motd). Unless
I''ve missed it, it does not appear that file has an append option. Is
there an easy way copy to the end of a file
Thanks
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2009 Mar 09
5
Help
Hello Everyone,
I am trying to excess the inbuit .Fortran and .C codes of R. Can any one
help me in that. For example in kmeans clustering the algorithms are written
in .Fortran I want to access them and see the .Fortran syntax of the codes.
Can any one help me how can I do that?
Thanx,
Nitin Kumar
On Thu, Nov 27, 2008 at 12:00 PM, <r-help-request@r-project.org> wrote:
> Send R-help
2009 Feb 24
0
problem understanding the result of pnorm2d()
Hi all,
I am using the fMultivar package for calculating probabilities of bivariate normal distribution. I use the manual's example to understand what is going on, but let's take it for smaller dimensions of x and y:
## Bivariate Normal Density:
x = c(0.3,10)
y = c(-10,0.2)
X = grid2d(x,y)
z = pnorm2d(X$x, X$y, rho = 0.5)
Z = list(x = x, y = y, z = matrix(z, ncol = length(x)))
persp(Z,