Displaying 5 results from an estimated 5 matches for "soneon".
Did you mean:
soneone
2006 Sep 18
7
smb.conf
Hi all
My client want a shared folder so that only two people can access and
write to it.
I added the following to my smb.conf
[private]
writeble = yes
guest ok = no
path = /home/samba/private
valid users = wendy, pierre
write list = wendy, pierre
force user = nobody
All i need yo do now is make the folder "private" to nobody. How would i
go on by doing that and would this work.
2001 Jan 29
2
Configuring Solaris to print in printer connected to WINNT
Hi,
I'm can't make this work, I don't had very much problems configuring Linux
to access the printer, but in solaris i don't know to do it. Can soneone
help me i there any HOWTO...
Thanks....
2003 Nov 07
0
Possible fix for grandstream outgoing
The latest chan_sip.c works for my budgetones with the following lines removed. YMMV. I haven't bothered to dig in and see what those lines actually do. Did soneone just get wacky with cut and paste from the peer while loop? Or am I breaking something else.
Jon
--- chan_sip.c.broken Fri Nov 7 02:17:47 2003
+++ chan_sip.c Fri Nov 7 02:16:23 2003
@@ -3928,8 +3928,8 @@ static int check_user(struct sip_pvt *p,
p->callgrou...
2007 Aug 10
4
Inbox re-initialized
Hi folks,
I just replaced my mail server's UW-imap with dovecot yesterday. I use
the following folder setting
default_mail_env =
mbox:/asiaa/home/%u/:/asiaa/home/%u/mail/:INBOX=/var/mail/%u:INDEX=/asiaa/home/%u/mail/dovecot_indexes
This is a Scientific linux 4.2 with dovecot 0.99.11-2 .
Now today the server loading is highly reduced because of the pop3
session impact is low. But users
2008 Aug 21
2
Help Regarding 'integrate'
I have an R function defined as:
f<-function(x){
return(dchisq(x,9,77)*((13.5/x)^5)*exp(-13.5/x))
}
Numerically integrating this function, I observed a couple of things:
A) Integrating the function f over the entire positive real line gives an
error:
> integrate(f,0,Inf)
Error in integrate(f, 0, Inf) : the integral is probably divergent
B) Increasing the interval of integration