search for: g42

Displaying 3 results from an estimated 3 matches for "g42".

Did you mean: 42
2017 Mar 30
1
winbind requires restart after boot
...s winbind shadow: files group: files winbind [root]# testparm Load smb config files from /etc/samba/smb.conf rlimit_max: increasing rlimit_max (4096) to minimum Windows limit (16384) Processing section "[printers]" Processing section "[homes]" Processing section "[g42]" Loaded services file OK. Server role: ROLE_DOMAIN_MEMBER Press enter to see a dump of your service definitions # Global parameters [global] realm = DOM.X.Y workgroup = DOM log file = /var/log/samba/%m.log load printers = No server max protocol = SMB2...
2008 Sep 09
1
creating table of averages
..."g11" "g12" "g13" "g14" [61] "g21" "g22" "g23" "g24" "g31" "g32" [67] "g33" "g41" "g42" "g43" "h11" "h12" [73] "h13" "h21" "h22" "h23" "C1.Employ" "SC11.Ops" [79] "SC12.Unit" "SC13.Nonadvers" "C2.Ent...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains alphanumeric data. Specifically,"ID" contains integers all preceeded by the character "g" as in: g1, g6, g3, g19, g100, g2, g39 I am using the following code: DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),] and was hoping it would sort the dataframe by ID in the following manner g1, g2, g3, g6, g19,