17%
02.08.2022
, of a vector or matrix:
a.norm
// Transpose:
val Mt = M.t
// Cholesky decomposition
val ch = chol(M)
// SVD
val (U, V, s) = svd(M)
// In-core SSVD
val (U, V, s) = ssvd(A, k = 50, p = 15, q = 1)
// Eigen
17%
05.02.2023
the size with the command:
winrm set winrm/config @{MaxEnvelopeSizekb="8192"}
DSC also lets you check a given configuration against a default every 15 minutes. If the default is not met, DSC can restore
17%
25.03.2021
/2.4.38 (Debian)
Last-Modified: Fri, 27 Nov 2020 17:20:15 GMT
ETag: "85-5b519dfafde34"
Accept-Ranges: bytes
Content-Length: 133
Vary: Accept-Encoding
Content-Type: text/html
Nginx
Nginx also
17%
03.12.2015
between 30 seconds, 5 minutes, or 15 minutes and provide the remote replica with the required delta updates. Thus, administrators can select the synchronization period and define the potential loss
17%
03.12.2015
[14] was built for IoT and low-power microcontrollers and includes firmware upgrade features. Riot [15] also targets IoT but focuses on providing a higher level of POSIX compliance by providing nice
17%
03.12.2015
. In practical terms, this means that if you have 15 switches connected on a network, the administrator needs to program the control plane of each switch separately so that all the data traffic reaches its target
17%
11.02.2016
kernel 3.13 and completed in Linux kernel 3.16. Blk-mq allows more than 15 million IOPS on eight-socket servers for high-performance flash devices (e.g., PCIe SSDs), although single-socket and dual
17%
11.02.2016
, also uses Grafana with Graphite [15] for data storage on top.
More complex monitoring solutions require a combination of these tools, including a source that only collects the data, such as c
17%
05.12.2019
field:
sudo ausearch -k watch-passwd
time->Tue May 28 19:52:15 2019
type=CONFIG_CHANGE msg=audit (1559065935.923:2447): auid=1000 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 op
17%
22.12.2017
rm -f .ssh/config
14 fi
15 fi
At the end, back up Listing 1 as the file ssh-extend.sh and call it – also in the shell – with the sudo bash ssh-extend.sh command. In line 2, the script initially