Displaying 7 results from an estimated 7 matches for "df10".
Did you mean:
d10
2004 Jul 12
6
proportions confidence intervals
Dear R users
this may be a simple question - but i would appreciate any thoughts
does anyone know how you would get one lower and one upper confidence
interval for a set of data that consists of proportions. i.e. taking a
usual confidence interval for normal data would result in the lower
confidence interval being negative - which is not possible given the data
(which is constrained between
2020 Oct 27
4
Unable to get dummy interfaces to persist across reboots in CentOS 8
...?DEVICE ?
dummy0 ?9fdd74fa-c143-4991-9bac-0e542704ac89 ?dummy ????dummy0
[root at system ~]# ip a s dummy0
3: dummy0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
???link/ether ce:c9:83:97:10:ee brd ff:ff:ff:ff:ff:ff
???inet6 fe80::599:a978:9457:df10/64 scope link noprefixroute ?
??????valid_lft forever preferred_lft forever
P.S.: This is the first time I hear about dummy interfaces. What are those used for ?
Best Regards,
Strahil Nikolov
? ???????, 27 ???????? 2020 ?., 02:42:06 ???????+2, Frank Even <lists+centos.org at elitists....
2020 Oct 27
0
Unable to get dummy interfaces to persist across reboots in CentOS 8
Anyone have any ideas? It's rather annoying that I can't get these to
persist across reboots without using some kind of helper script.
On Fri, Oct 16, 2020 at 6:37 AM Frank Even
<lists+centos.org at elitists.org> wrote:
>
> Hello all, hoping someone can help me out here.
>
> I cannot get dummy interfaces on a new Cent8 build to persist across reboots.
>
> On Cent7
2020 Oct 16
3
Unable to get dummy interfaces to persist across reboots in CentOS 8
Hello all, hoping someone can help me out here.
I cannot get dummy interfaces on a new Cent8 build to persist across reboots.
On Cent7 - this is the process I use:
Create Dummies:
# cat /etc/modules-load.d/dummy.conf
dummy
# cat /etc/modprobe.d/dummyopts.conf
options dummy numdummies=4
# ip link add dummy0 type dummy
## - repeating a/ ascending dummyN adapters for as many needed
# service
2020 Oct 28
0
Unable to get dummy interfaces to persist across reboots in CentOS 8
...143-4991-9bac-0e542704ac89 dummy dummy0
>
>
> [root at system ~]# ip a s dummy0
> 3: dummy0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
> link/ether ce:c9:83:97:10:ee brd ff:ff:ff:ff:ff:ff
> inet6 fe80::599:a978:9457:df10/64 scope link noprefixroute
> valid_lft forever preferred_lft forever
>
> P.S.: This is the first time I hear about dummy interfaces. What are those used for ?
>
> Best Regards,
> Strahil Nikolov
>
>
>
>
>
>
>
>
>
> ? ???????, 27 ???????? 2020 ?...
2020 Oct 28
1
Unable to get dummy interfaces to persist across reboots in CentOS 8
...c143-4991-9bac-0e542704ac89? dummy? ? dummy0
>
>
> [root at system ~]# ip a s dummy0
> 3: dummy0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
>? ? link/ether ce:c9:83:97:10:ee brd ff:ff:ff:ff:ff:ff
>? ? inet6 fe80::599:a978:9457:df10/64 scope link noprefixroute
>? ? ? valid_lft forever preferred_lft forever
>
> P.S.: This is the first time I hear about dummy interfaces. What are those used for ?
>
> Best Regards,
> Strahil Nikolov
>
>
>
>
>
>
>
>
>
> ? ???????, 27 ???????? 2020 ?....
2009 Mar 08
1
Merge 10 data frames with 3 id columns that are common to all data frames
Hi R users,
Can anyone share some example code using merge_all (from the reshape
package) to merge 10 data frames into 1 file.
Thanks in advance for any help!
--
View this message in context: http://www.nabble.com/Merge-10-data-frames-with-3-id-columns-that-are-common-to-all-data-frames-tp22402493p22402493.html
Sent from the R help mailing list archive at Nabble.com.