20%
28.11.2021
). The import statement brings in the required packages. To create an executable program, line 9 defines the main() function as the entry point. The app.New() method creates a new Fyne instance, and the a
20%
12.11.2020
("Rank %d Message Received, data is: "%rank, data)
# end if
Listing 6: Point-to-Point Output
output:
Rank 0 data is: [0 1 2 3 4 5 6 7 8 9]
Rank 1 Message Received, data is: [0 1 2 3 4]
Rank 2 Message Received, data is: [5 6 7 8 9]
More Complex
20%
05.12.2016
as the user name.
Amanda versions before 3.3.9 have a vulnerability that lets this user execute arbitrary code with root privileges. A (manual) upgrade to version 3.3.9 is only necessary if you don't trust
20%
27.09.2021
)
(None, 32, 32, 32)
9,248
max_pooling2d (MaxPooling2D)
(None, 16, 16, 32)
0
conv2d_2 (Conv2D)
(None, 16, 16, 64)
18,496
conv2d_3 (Conv2D
20%
05.10.2018
$ TOKEN=$(kubectl describe secret $(kubectl get secrets | grep default | cut -f1 -d ' ') | grep -E '^token' | cut -f2 -d':' | tr -d '\t'); echo $TOKEN
bTpzZXJ2aWNlYWNjb3VudDpkZWZhdWx0OmRlZmF1b
20%
18.02.2018
uses different providers [2] to provide resources for the corresponding platforms, which in turn feed into the configurations.
In this article, I use DigitalOcean [3] to provide insight into how
20%
14.03.2013
command:
# sockstat | grep "\*:[0-9]"
The description for rc.conf(5) lists the services that need to be bound to a fixed IP address via parameters. One example is the inetd service:
inetd_flags="-wW -a
20%
11.02.2016
+----------------------------------+---------+---------------------+
40 | 47e0142a3638fdc24fe40d4e4fbce3f1 | Row 1 | 2015-09-13 15:24:12 |
41 | b833c1e4c5bfc47d0dbe31c2e3f30837 | Row 3 | 2015-09-13 15:24:14 |
42 | c7d46523a316de4e1496c65c3cbdf358 | Row 2 | 2015
20%
18.03.2012
8 7144 9564 54 1132 2XRedundancy
116 3 1016 4144 22 1188 appmgr
It works the same way for services:
PS> Get-Service -ComputerName XenApp1
20%
14.08.2017
to manage them disappeared.
Container Linux ruthlessly replaces the entire /usr directory instead of individual files (Figure 3). The main work is handled by Linux containers à la Docker [20], or Rkt [21