17%
02.02.2021
.matrix.dev/gentoo-java:latest-amd64 . && touch buildtime && docker push dockerrepo.matrix.dev/gentoo-java:latest-amd64 && touch pushtime
Sending build context to Docker daemon 66.12MB
Step 1/6 : FROM dockerrepo
17%
20.03.2014
": 2048,
07 "resolvers": ["192.168.111.254"],
08 "disks": [
09 {
10 "image_uuid": "1fc068b0-13b0-11e2-9f4e-2f3f6a96d9bc",
11 "boot": true,
12 "model": "virtio"
13 }
14 ],
15
17%
21.08.2014
Connection Costs
Bandwidth
Costs
10 Mbps
100
16 Mbps
62
100 Mbps
19
200 Mbps
12
622 Mbps
6
1 Gbps
4
17%
29.09.2020
-amd64.tar.gz.sha256sum
[...snip]
e6be589df85076108c33e12e60cfb85dcd82c5d756a6f6ebc8de0ee505c9fd4c helm-v3.1.2-linux-amd64.tar.gz
$ sha256sum helm-v3.1.2-linux-amd64.tar.gz
e6be589df85076108c33e12e60cfb85
17%
09.10.2017
snaps, you need to install the snapcraft
package:
$ apt install snapcraft
After a little more than 8MB of files are installed, you can start creating a snap with an init command (Figure 6), which pulls
17%
26.01.2025
: A remarkable showing: 90MBps of sequential throughput and more than 6,000 random reads.
to /boot/firmware/config.txt and rebooting will do the trick, which results in substantially unchanged sequential
17%
04.08.2011
the biggest rentable cloud today: the Amazon Web Service. Based on this extremely mature technology, Citrix launched Version 5.6 of its XenServer product family in May 2010. XenServer, the product built around ... Version 5.6 of Citrix XenServer is a feature-stripped version of the virtualization product and is available free, in addition to the commercial Advanced, Enterprise, and Platinum editions.
17%
22.12.2017
to it, you can begin to appreciate what compilers and linkers do for users today.
Listing 1
Show Linked Libraries (ldd)
$ pgf90 test1.f90 -o test1
$ ldd test1
linux-vdso.so.1 => (0x
17%
30.01.2020
_facts: no
06 vars:
07 localfw: 10.0.2.90
08 localadmin: admin
09 localpw: ""
10 vdom: root
11 lnet: 10.0.2.0/24
12 rnet: 10.100.0.0/17
13 remotefw: "{{ stackinfo
17%
02.08.2021
);
gFlops = 2*N*N*N / (elapsedTime * 1e+9);
disp(sprintf("N = %4d, elapsed Time = %9.6f, GFlops = %9.6f ", ...
N, elapsedTime, gFlops) );
endfor
Listing 2
Double