search for: suggst

Displaying 5 results from an estimated 5 matches for "suggst".

Did you mean: suggest
2006 Sep 08
2
subsetting a data set
...alled Status at thre levels "Expert", "Ecol" and "Stake" I have managed to evaluate some of the data split by status using commands like: summary (Max[Status=="Ecol"]) BUT how do I produce asummary for Ecol and Expert combined, the only example I can find suggsts I could use summary (Max[Status=="Ecol"& Status=="Expert"]) but that doesn't work. Additionally on the same vein, if I cannot work out how to create a new data set that would contain all the data for all the variables but only for the data where Status = Ecol, or wher...
2017 Sep 27
1
[Announce] Samba 4.6.8, 4.5.14 and 4.4.16 Security Releases Available
Hi Team, Workaround for CVE-2017-12151 :- client max protocol = NT1 and CVE-2017-12163 :- server min protocol = SMB2_02 are contradicting to each other. CVE-2017-12151 impacts on SMB3 protocol but workaound suggst to use NT1. I have below queries regarding this. Is SMB2 protocol also impacted by CVE-2017-12151 ? Can i use client max protocol = SMB2 so that it does not contradict with workaround of CVE-2017-12163 ? Arjit Kumar On Wed, Sep 20, 2017 at 1:37 PM, Karolin Seeger via samba-technical < sam...
2003 Nov 26
4
strptime Usage
...986" "5/8/1986" "5/29/1986" "6/15/1986" [16] "6/18/1986" "6/23/1986" "6/29/1986" "7/16/1986" "7/25/1986" I'd like to convert it into either yyyy-mm or yyyy/mm form, e.g. 1986-06 or 1986/06, and I've been suggsted to use the strptime() function. However when I look at the documentation of it and tried something like: > strptime(as.vector(SLDATX)[1:20], "%y/%m") [1] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA I got a bunch of NA's. I also tried: > strptime(as.vector...
2003 Sep 15
1
User permissions on samba shared directories
Hi everybody, I have successfully installed and configured Samba on my Aix box. I have setup domain security and mounted the machiine on the domain. I added a [homes] section and now everybody logging to their Windows 2000 workstations have access to their Aix home directory, what is great! However, I have noticed by checking the home directory security for my user that there is THREE users |
2012 Dec 07
3
[Bridge] [PATCH net-next v4] bridge: export multicast database via netlink
From: Cong Wang <amwang at redhat.com> V4: remove some useless #include some coding style fix V3: drop debugging printk's update selinux perm table as well V2: drop patch 1/2, export ifindex directly Redesign netlink attributes Improve netlink seq check Handle IPv6 addr as well This patch exports bridge multicast database via netlink message type RTM_GETMDB.