17%
08.07.2018
2 min, 0 users, load average: 0.10, 0.10, 0.04
$ more /tmp/hosts
192.168.1.4
192.168.1.250
This command tells pdsh
to take the hostnames from the file listed after -w ^
(no space between
17%
04.04.2023
the Microsoft Security Compliance Toolkit 1.0 [1] can help you with this question. After unzipping the archive file, you will see a Group Policy Objects (GPOs) backup folder, which you can import in the Group
17%
31.10.2025
0, 1, and 10
RAID level conversion on the fly
Background process for detecting and correcting errors proactively ("scrubbing")
Growing and shrinking a filesystem on the fly
Defragmentation
17%
08.08.2018
.1, 3.0, and 3.1). Furthermore, assume your users need two versions of PETSc and two versions of OpenBLAS. Altogether you have 216 possible combinations (nine compilers, six MPI libraries, two PETSc
17%
30.05.2021
the following:
$ gpustat -P
[0] Tesla V100-SXM2-16GB | 37'C, 0 %, 24 / 300 W | 0 / 16160 MB |
One GPU is present, running at a cool 37 Celsius and drawing 24W while doing absolutely nothing. To proceed further
17%
12.08.2015
point.
OpenACC has two major versions: Version 1.0 of the standard, announced November 14, 2011, included a number of directives for coding accelerators (initially GPUs), and very quickly Open
17%
14.08.2017
in the cloud can be viewed from a different perspective. MirageOS [26], according to the developers, traces its beginnings back to 2009. The project first offered it to the general public as version 1.0
17%
05.12.2019
# OF CONTAINERS INFRA ID
dfd09806b03c web Created 46 seconds ago 2 9062dac6ff19
In Podman version 1.0 and newer, you can also create a new pod directly when starting
17%
28.06.2011
........................++++++
05 ................................................++++++
06 e is 65537 (0x10001)
07 Using configuration from ./openssl.cnf
08 Check that the request matches the signature
09 Signature ok
10
17%
03.12.2015
(msg.payload))
07
08 mqtt = paho.Client()
09 mqtt.on_message = on_message
10
11 mqtt.connect("localhost", 1883, 60)
12 mqtt.subscribe("linux/+", 0)
13
14 mqtt.loop_forever()
The client now connects