Displaying 3 results from an estimated 3 matches for "gruppe1".
Did you mean:
gruppen
2012 Nov 12
2
order in stacked barplot
...ms in
different orders. i don?t know why. but i want to have the same order in
every stacked bar.
I used the code
data1 <- read.table("N_O_W_MAI.txt", header=TRUE, dec = ",")
attach(data1)
Teich1<-factor(Teich,levels=c(5,7,9,11,"G") ,ordered=is.ordered(Teich))
Gruppe1<-factor(Gruppe,levels=c("Annelida","Cladocera","Copepoda",
"Diptera","Ephemeroptera","Ostracoda","Sonstige"),ordered=is.ordered(Gruppe))
data2<-data.frame(Teich1,Gruppe,Herkunft,IRI)
data2
> str(data2)
'data.fram...
2004 Feb 24
2
different "encrypt passwords" in virtual servers?
Hi,
is it possible to use "encrypt passwords=yes" in the main server
configuration and "encrypt passwords=no" in the virtual server
configuration?
My current smb.conf looks like this:
workgroup = AGPC101
netbios name = AG-pc101-Server
server string = PC101-Server
# The include file contains encrypt passwords=no
include =
2008 Dec 04
0
Samba/smbmount Windows-AD Kerberos und PAM
...erver/share mnt/ -o user=AD-user, /
domain=AD-Domain,rw,iocharset=utf8,uid=10000, /
gid=10004,file_mode=0777,dir_mode=0777
The user-information I fetched via "id":
uid=10000(AD-user) gid=10004(dom?nen-benutzer)
Gruppen=10001(BUILTIN\users),10004(dom?nen-benutzer),10005(AD-Gruppe1),10006(AD-Gruppe2)
Now just a quick look at the lokal rights:
ls -ld *
drwxrwxrwx 1 AD-user dom?nen-benutzer 0 2008-11-17 17:01 mnt
ls -l mnt
- -rwxrwxrwx 1 AD-user dom?nen-benutzer 0 2008-11-17 17:00 /
copy-test.txt.txt
drwxrwxrwx 1 AD-user dom?ne...