18%
07.06.2019
-jdk-alpine
02
03 RUN apk add --no-cache git openssh-client curl bash # for Jenkins AWT
04 ttf-dejavu
05
06 ARG JENKINS_USER=jenkins
07 ARG UID=1000
08 ARG HTTP_PORT=8080
09 ARG JENKINS
18%
07.10.2014
://www.freebsd.org/releases/10.0R/announce.html
ZFS on Linux: http://zfsonlinux.org
The Author
Hans-Peter Merkel has focused on data forensics for many years in the open source community. He trains employees
18%
14.08.2017
it formally provides the right inputs and outputs. Next, I wrote the first line of code on the basis of RAML specification 0.8 (Listing 1). Thanks to the clear-cut YAML-based presentation, the developer can
18%
28.07.2011
# iperf c 192.168.0.5 t 60
05
06 Client connecting to 192.168.0.5, TCP port 5001
07 TCP window size: 16.0 KByte (default)
08
09 [ 3] local 192.168.0.210 port 60654 connected with 192.168.0.5 port 5001
18%
17.06.2017
Code
11111111112222222222
12345678901234567890123456789
-----------------------------
SUM = 0.0
D0 100 I=1,10
SUM = SUM + REAL(I)
100 CONTINUE
...
Y = X1 + X2
18%
09.01.2013
encryption passphrase:
04 Using cached metadata.
05 Mounting filesystem...
06 [root@home4 data1]# ls -lstar /mnt/s3ql
07 total 0
08 0 drwx------ 1 root root 0 Nov 10 10:07 lost+found
Listing 4
18%
11.10.2016
straightforward. If a processor was operating at a fixed frequency of 2.0GHz, CPU utilization was the percentage of time the processor spent doing work. (Not doing work is idle
time.) For 50% utilization
18%
22.05.2012
-307020 (20GB drive at Ultra ATA/100)
/home
is on a Seagate ST1360827AS
ext4 is used as the file system with the default options.
eth0 is connected to the LAN and has an IP address of 192
17%
10.04.2015
(*) JBoss Enterprise Application Platform 6 web
06 jboss-unified-push-1 (!) JBoss Unified Push Server 1.0.0.Beta1 web
07 jenkins-1 Jenkins Server web
08 nodejs-0
17%
03.07.2013
of Amdahl’s Law.
For my theoretical application with p
= 0.8, this works out to 5, just as the computations indicated. For p
= 1, or perfectly scalable, a
goes to infinity as n
goes to infinity