Displaying 20 results from an estimated 5000 matches similar to: "New contributor"
2005 Apr 19
1
How to make combination data
Dear R-user,
I have a data like this below,
age <- c("young","mid","old")
married <- c("no","yes")
income <- c("low","high","medium")
gender <- c("female","male")
I want to make some of combination data like these,
age.income.dat <- expand.grid(age,
2014 Dec 28
1
Samba 4 Active Directory Quotas
On Sat, Dec 27, 2014 at 2:43 AM, Rowland Penny <rowlandpenny at googlemail.com>
wrote:
> Yes, samba4 comes with a script: oLschema2ldif
>
Humm... Not liking the errors in this method. Looking at the ldif, I
think we could rework this so that one could modify the LDAP schema
directly using LDAP syntax. In my case, I'm using Net::LDAP. Something
more like this:
dn:
2024 Aug 02
1
grep
?s 02:10 de 02/08/2024, Steven Yen escreveu:
> Good Morning. Below I like statement like
>
> j<-grep(".r\\b",colnames(mydata),value=TRUE); j
>
> with the \\b option which I read long time ago which Ive found useful.
>
> Are there more or these options, other than ? grep? Thanks.
>
> dstat is just my own descriptive routine.
>
> > x
> ?[1]
2010 Feb 15
1
error message in endseq
Hi there,
I am new to R and feel so bloody stupid. Abut in spite of a search of
several hrs I could not find an answer to my problem.
I have imported SPSS data to R, and apart from some warnings regarding
duplicate labels, everything looks fine and names lists all my variables.
Then I try to run a seqdef command - and get the error message below:
> fam.seq<- seqdef(family_seq, var= c
2015 Feb 23
1
Samba 3.6 AD Domain Member
I'm playing around with Domain Membership to a WIndows 2012 AD Server. It
appears I'm able to join the AD domain, but the domain member doesn't seem
to authenticate anything against the DC once joined. Here is my smb.conf
netbios name = Member
workgroup = ZARTMAN
security = ADS
realm = ZARTMAN.LOCAL
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and
2024 Aug 02
2
grep
Good Morning. Below I like statement like
j<-grep(".r\\b",colnames(mydata),value=TRUE); j
with the \\b option which I read long time ago which Ive found useful.
Are there more or these options, other than ? grep? Thanks.
dstat is just my own descriptive routine.
> x
?[1] "age"????????? "sleep"??????? "primary"????? "middle"
?[5]
2005 Dec 20
1
Help to find only one class and differennt class
Dear R users,
I have a problem, which I can not find a solution.
Probably someone could help me?
I have a result from my classification, like this
> credit.toy
[[1]]
age married ownhouse income gender class
1 20-30 no no low male good
2 40-50 no yes medium female good
[[2]]
age married ownhouse income gender class
1 20-30 yes yes high male
2014 Dec 23
2
Samba 4: Modify group members with LDAP
I'm wanting to change group members by writing to the Active Directory
using perl Net::LDAP.
I noticed that AD groups have the LDAP objects "member" to list the user
who is a member of this group. The user object then has the LDAP object
"memberOf" to record the groups the user is a member of.
I'm wondering if their is a mechanism in Samba AD that sets on of these if
2016 Aug 17
2
Storing Quotas in Active Directory
What is the best way to store file system quotas for users in the Active
Directory?
I'm not seeing any standard attributes for this, so it looks like the best
way is to extend the schema. Is this correct?
Thanks,
Greg
--
Greg J. Zartman
Board Member
Koozali SME Server
www.koozali.org
SME Server user, contributor, and community member since 2000
2016 Oct 03
2
ldb-tools stand alone different than built-in?
On Mon, Oct 3, 2016 at 10:39 AM, Sketch <smblist at rednsx.org> wrote:
>
> The standalone tools (as packaged by CentOS) don't have all of the
> extensions that are built when you build a Samba DC. If you have already
> rebuilt CentOS Samba packages with DC support, you need to add samba's ldb
> modules to ldb's module path.
>
This is what I suspected.
2016 Oct 03
2
ldb-tools stand alone different than built-in?
On Mon, Oct 3, 2016 at 12:10 PM, Sketch <smblist at rednsx.org> wrote:
>
> I would assume they would work if you built Samba against them so that
> it's ldb modules were built for the same version. But that seems like a
> lot of work when you can just use the CentOS ldb-tools package.
>
Well the ldb-tools package from COS doesn't work, as we've discussed
2013 Oct 04
0
pregunta
José,
La función survfit espera como argumento una fórmula. Al pie del help de la
función survfit dice:
"Versiones anteriores del código también permiten la especificación de una
sola curva al omitir el lado derecho de la fórmula, es decir, ~ 1. El
manejo de este caso requiere algunas manipulaciones poco comunes y
frágiles, este caso ya no es compatible." (sepan disculpar la
2013 Oct 04
2
pregunta
En el libro EPICALC (pagina 229-230) en el que está el siguiente script,
todo nos funciona bien, pero cuando vamos a life table, ya allí no avanza,
lo señalamos en el script, por favor quizá se nos haya ido algún detalle,
pero fuimos siguiéndolo por el libro paso a paso y no no hemos percatado
Todos los de el paquete survival de la ayuda del R funcionan perfectamente
2014 Dec 01
2
uidNumber. ( Was: What is --rfc2307-from-nss ??)
On Mon, Dec 1, 2014 at 11:18 AM, Rowland Penny <rowlandpenny at googlemail.com>
wrote:
>
> Yes it is used in production :-)
>
> Samba has changed a little bit since 2001 :-D
>
Yes, I know it has. My point was that I've been working with Samba for
quite some time, so this is not all new to me. I've also been contributing
to the SME Server project on this front for
2013 Oct 04
1
pregunta
Hola Jose, y podrias enviar algun link al libro o enviar esa parte
escaneada ?? para minimizar la posibilidad de que haya algo en la
transcripcion del script ...
Slds, eric.
On Fri 04 Oct 2013 01:59:33 PM CLT, daniel wrote:
> José,
>
> La función survfit espera como argumento una fórmula. Al pie del help de la
> función survfit dice:
>
> "Versiones anteriores del código
2016 Aug 19
1
Storing Quotas in Active Directory
On Thu, Aug 18, 2016 at 7:07 AM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
>
> Hi Greg, I take it what we discussed last time didn't work.
>
I did in fact create some custom schema mods that can store the quota
information, but it just seems to be an odd way to do it. I am surprised
that others uses Samba 4 on *nix file servers don't talk about this
2016 Sep 11
2
Samba DNS Listening IP
Is it possible to change the DNS listening IP?
I'd like to run a dnscache service for primary LAN queries, but the only
way to do this with Samba seems to be iptables preroute configuration to
redirect port 53 requests.
Thanks,
--
Greg J. Zartman
Board Member, and Developer
Koozali SME Server
www.koozali.org
SME Server user, contributor, and community member since 2000
2014 Dec 27
2
Samba 4 Active Directory Quotas
I've been messing around with disk quotas for users and have seen some who
have extended the Samba 4 AD schema to include a quota attribute. For
example, I found this schema extension here:
http://fossies.org/linux/quota/ldap-scripts/quota.schema
Is there a common method for doing this?
--
Greg J. Zartman
Board Member
Koozali SME Server
www.koozali.org
SME Server user, contributor, and
2012 Jan 13
1
IF ELSE
Can somebody explain the problem in the following expression?
Thank you
/> if (species == 1){
+ fitness <-
(1-b)*exp(-((microsites-niche.preference)/(niche.width.specialist+a.specialist)^2)*(1-a.specialist)
+ }else
Error: unexpected '}' in:
" fitness <-
2008 Jun 24
3
SME on CentOS, telnet and MySQL
After failing to install on two different machines that were running
Windows, I realized that one machine had a bad hard-drive, and the other
bad memory. So I've collected the good parts into one machine and
installed CentOS with SME. This was the fastest install of Linux I have
every seen, 15 minutes done, configured, and running, web and email
server. It is a very secure config, no GUI