14%
03.02.2022
,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25,57
26,58
27,59
28,60
29,61
30,62
31,63
The lstopo tool
14%
16.08.2018
correctly. This simple test gets the kernel version of a different node using the IP address of the other node.
$ pdsh -w 192.168.1.250 uname -r
192.168.1.250: 2.6.32-431.11.2.el6.x86_64
The -w option means
14%
04.11.2011
an imminent failure. The lm_sensors tool [5] lets you monitor the fan and temperature. With just a little scripting, you can even create a heat map of the cluster to identify hotspots.
The smartmontools [6
14%
07.11.2011
Python code designed with threading is to use the built-in multiprocessing
package included in Python from version 2.6 on. This package provides an API similar to the threading
Python module. Although
14%
01.08.2019
functions (ufuncs) [5] and C callbacks. The compiler is under continual development, with the addition of more capability, more performance, and more NumPy functions.
A ufunc operates on an ndarray [6
14%
01.08.2019
OS virtual machine (VM). Photon OS [6] is a specialized small Linux built for Docker, Kubernetes, and security.
A Photon VM is about 150MB on disk: Photon runs on VMware, as well as Amazon and Azure
14%
06.10.2019
Hub [6]. The instructions offer a number of options, as shown in Figure 1, which details the packages required to build Podman from scratch.
Figure 1
14%
25.09.2023
for each (Listings 6-8). In addition, I also need to create a deployment file for each (Listings 9-11) and a ConfigMap resource for Nginx (Listing 12). Deployments define, among other things, what containers
14%
17.02.2015
presented the DIME client Volcano (Figure 6) at DEF CON 22 [7]; it is based on Thunderbird and shows some similarities, at least in terms of the user interface
14%
05.12.2019
Listing 3
fcron Examples
## Execute the echo command at 10:05am on Sundays and on the 31st.
5 10 31 * 7 echo '''
## Run mycommand every day at 5:05, 5:35, 6:05, 6:35, 7:05, and 7:35.
& 05,35 5