21%
14.11.2013
in /sys/devices/system/edac/mc/* ; do
11 ue_total_count=0
12 ce_total_count=0
13 for csrow in $mc/csrow* ; do
14 ue_count=`more $csrow/ue_count`
15 ce_count=`more $csrow
21%
05.08.2024
.yaml --version 1.15.2
watch kubectl get po -A
After the new Cilium agent pods are up and running, the pre-existing pods (e.g., the netshoot deployment's pod from the earlier test) will gradually return
21%
05.08.2024
verify these checksums:
import hashlib
def calculate_checksum(log_entry):
return hashlib.sha256(log_entry.encode('utf-8')).hexdigest()
# Example log entry
log_entry = "2024-06-15 12:00:00 Failed login
21%
27.09.2024
data as a result. Entering the keys in an internal B+ tree lets you quickly implement the desired subset queries. The startkey="20240515" parameter shows all status messages from May 15, 2024, when you
21%
30.01.2024
-IOV) implementation with a total of 15 different virtualization functions. Hardware support for various security functions in line with the Trusted Computing Group (TCG) Opal 2.0 specification is also part
21%
01.06.2024
-nodepool1-39945963-vmss000000 Ready agent 14m v1.27.7 10.224.0.4 Ubuntu 22.04.3 LTS 5.15.0-1051-azure containerd://1.7.5-1
You can see an internal IP address, the version of the Ubuntu Linux node
21%
12.09.2013
, Windows SSH server win sshd [14], which is free for private use. This program, which is available for downloading for universities and for non-commercial use [15], has two components, the "SSH Secure Shell
21%
12.09.2013
, XenDesktop has the advantage of being able to work with different hypervisors, whereas VMware View is bound to the in-house ESXi server. Microsoft takes a smaller piece of the pie (15 percent [2
21%
16.05.2013
monitor interval="30s" timeout="30s"
15 primitive p_nova-cert ocf:openstack:nova-cert op monitor interval="30s" timeout="30s"
16 primitive p_nova-compute-host1 ocf:openstack:nova-compute params additional
21%
07.04.2022
title: Text('Hello World'),
15 ),
16 body: Center(
17 child: Text('Hello World'),
18 ),
19 ),
20 );
21 }
22 }
The source code of an app in Flutter