16%
11.05.2021
software was installed from the Apt repository for the specific distribution version.
The two scripts were run several times (>15) for each case to get a feel for the performance; then, they were run
16%
13.12.2018
is the distribution must include systemd [3].
However, if you really want to stay safe, you might want to rely on one of the three distributions officially supported by Microsoft:
RHEL 7.3+
SELS v12 SP2
16%
04.02.2013
for several distributions. The Downloads section of the website provides packages for Debian 6.0 (squeeze), Ubuntu 11.10/12.04, and Fedora 15/16/17. Alternatively, you can build Guacamole from the source code
16%
05.03.2013
constructor: (a, b, @width) ->
09 super a,b
10
11 draw: ->
12 alert "Width:" " + @width
13 super
14
15 shape = new rectangle 1,2,3
16 shape.draw()
The @
in the constructor ensures that Coffee
16%
07.10.2014
12 ECDHE-RSA-DES-CBC3-SHA
13 DHE-RSA-AES128-SHA
14 DHE-RSA-AES256-SHA
15 EDH-RSA-DES-CBC3-SHA
16
17 AES128-GCM-SHA256
18 AES256-GCM-SHA384
19 AES128-SHA
20 AES256-SHA
21 DES-CBC3-SHA
Listings
16%
07.06.2019
${WORK_DIR}
10 VOLUME ${WORK_DIR}
11
12 COPY Debian/stretch-backports.list /etc/apt/sources.list.d/
13 COPY Debian/testing.list /etc/apt/sources.list.d/
14
15 RUN apt-get update -y \
16 && apt-get upgrade
16%
01.08.2019
.
Figure 3: Installing Python v3.6 for compatibility with Docker Scan.
For example, the command
$ python --version
Python 2.7.12
reports that Python v2 is installed. After installing the relevant
16%
07.10.2014
for (int i = 0; i < len; i++) {
10 hval ^= (uint64_t) p[i];
11 hval *= FNV_64_PRIME;
12 }
13
14 return hval;
15 }
The result of the hash function is 64
16%
07.06.2019
.01 '*' 0.05 '.' 0.1 ' ' 1
Approximate significance of smooth terms:
edf Ref.df F p-value
s(dayOfYear):as.factor(wday)Tuesday 15.32 18 6.413 < 2e-16 ***
s(dayOfYear):as.factor(wday)Thursday 12
16%
07.06.2019
_facts.instance is defined
11
12 - name: Destroy faulted VM
13 vmware_guest:
14 hostname: "{{ Vv_hostname }}"
15 username: "{{ Vv_username }}"
16 password: "{{ Vv_password }}"
17 name: "{{ vm_name }}"
18