18%
14.08.2020
100 100 010 Pre-fail Always - 0
9 Power_On_Hours 0x0032 097 097 000 Old_age Always - 12441
12 Power_Cycle_Count 0x0032 098 098 000 Old
18%
29.09.2020
S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) is a monitoring system for storage devices that provides information about the status of a device and allows for the running of self
18%
28.11.2021
right-click on HTTP Request
in the left pane and choose Add | Assertions | Response Assertion
. Most often you are interested in whether the server returned success code 200
, but under certain
18%
21.03.2017
# ===================
09 #
10 if __name__ == '__main__':
11
12 f = h5py.File("mytestfile.hdf5", "w")
13
14 dset = f.create_dataset("mydataset", (100,), dtype='i')
15
16 dset[...] = np.arange(100)
17
18%
31.10.2025
kernel
sles:~ # grep crash /proc/cmdline
root=/dev/disk/by-uuid/10a83ffe-5a9f-48a2-b8cb-551c2cc6b42d resume=/dev/sda3 splash=silent text showopts crashkernel=128
sles:~ # /etc/init.d/boot.kdump status
18%
31.10.2025
.
Figure 12: Another rebalance, this time only of the metadata, recovers 7GB of 9GB for general use – per block device.
To compensate for this, the sum of all block devices on the volume is displayed
18%
04.08.2020
/ioutil"
09 "log"
10 )
11
12 type Config struct {
13 Reviews map[string][]string
14 }
15
16 func main() {
17 yamlFile := "reviews.yaml"
18 data, err := ioutil.ReadFile(yamlFile)
19 if err != nil {
20
18%
11.10.2016
_f:31337.0, metric_d:, metric_sint64:31337, ttl:20.0}
As the output shows, the client defines all the fields and sends them to the server. The tags option allows you to group hosts or carry out
18%
09.06.2018
as the kernel and all other processes. Isolation from the rest of the environment only occurs if you take care of this yourself with tools such as chroot [8], SELinux [9], or AppArmor [10].
Flatpak's structure
18%
06.10.2022
, as in this code fragment, which implements and calls a multiply function:
package function
multiply(a,b) = m {
m := a*b
}
result1 = r {
r := multiply(3,4)
}
result2 = r {
r := multiply(3,9)
}
The Rego