28%
28.07.2011
10 [ ID] Interval Transfer Bandwidth
11 [ 3] 0.0 60.0 sec 5.80 GBytes 830 Mbits/sec
You can now restrict the send performance. Note that the command expects you to enter the send ... 3
28%
08.10.2015
The Docker container system [1] is a rising star. The mere fact that Microsoft's latest operating system supports this technology [2] speaks volumes. Meanwhile, OpenStack [3] has been surfing its
28%
06.08.2013
, that is, MAC addresses and the like, is handled by the link
option. For example, using ip link
or ip link show
shows you the low-level information about the interfaces (Figure 3) in a similar way to ip
28%
03.07.2013
and the parallel portion 800 seconds. Amdahl’s Law says the speedup is 1.00 (i.e., the starting point).
Notice that as the number of processes increase, the wall clock time of the parallel portion decreases
28%
25.03.2021
of the Nginx web server, the ngx_http_v2_module module replaced its predecessor ngx_http_spdy_module in September 2015 (Nginx 1.9.5). April 2016 saw the module enter the stable branch (Nginx 1.10.0) [3
28%
05.12.2016
by one of the five regional Internet registries (RIRs). The American Registry for Internet Numbers (ARIN) [3] is responsible for the US, Canada, parts of the Caribbean, and Antarctica, whereas The RIPE
28%
14.08.2017
(verbs), such as GET, HEAD, and, depending on the server, the optional POST, PUT, DELETE, OPTIONS, TRACE, and CONNECT [3].
The key to the success of the web was the hypermedia format, which combines
28%
03.02.2024
one or the other.
Listing 3: Filesystem Before and After Quotas
/dev/sda1 /home2 ext4 defaults,exec 0 0
/dev/sda1 /home2 ext4 usrquota
28%
08.10.2015
seconds) and 80% parallel (800 seconds), but with only one process. Amdahl's Law says the speedup is 1.00.
As the number of processes increase, the wall clock time of the parallel portion decreases
28%
01.08.2019
/docker-registry
$ htpasswd -Bbn oliver T0Ps3crEt | sudo tee /etc/docker-registry/htpasswd
oliver:$2y$05$lAmkjHRcR0.TK52/rHR/Pe86AGZqpRleXenHVT/eabFe8He5UZiPu
$ docker run -p 5000:5000 --name registry -v /etc