search for: nmerging

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

Did you mean: merging
2012 Jan 13
1
SELinux and rsh+xauth
Hello, I have a strange (for me) problem with these two machines : - Client, a CentOS-5.7 workstation ; - Server, a CentOS-6.2 headless, up-to-date server. From Client, I want to use xauth on Server with the help of rsh (yes, I know, ssh and all this sort of things... another time.) When SELinux is in permissive mode on Server, all these commands perform as expected : rsh Server
2005 Jul 11
1
indexing into and modifying dendrograms
I would like to be able to exert certain types of control over the plotting of dendrograms (representing hierarchical clusterings) that I think is best achieved by modifying the dendrogram object prior to plotting. I am using the "dendrogram" class and associated methods. Define the cluster number of each cluster formed as the corresponding row of the merge object. So, if you are
1998 Jul 02
1
Synchronize Unix/SMB passwords with 'synchpasswd'
...ile (@list = getpwent) { # Fetch the next entry ($login,$uid) = @list[0,2]; # Grab login name and uid if ($uid <= $system_id) { printf ("\tOmmitting $login ...\n"); } else { @USERS = (@USERS, "$login"); } } endpwent; # End of scan # # Add the users # printf ("\nMerging new users ...\n"); unless (fork) { exec "$add_script @USERS < $smb_passwd > synch.tmp" } wait; # Parent waits for child to complete # # Remove all invalid entries from 'synch.tmp'. I check the uid again # because the SMB password file may have these entries from b...