16%
02.08.2021
| . ...++|
15 | . o =oo|
16 | . + . + =o|
17 | S o * . =|
18 | o o.+ E o.|
19 | .B.o.. . .|
20 | o=B.* + |
21 | .++++= . .|
22 +----[SHA256]-----+
When
16%
09.06.2018
-CCM of multiple key sizes (e.g., 128, 192, and 256). See the "Choosing GCM and Performance Run" box for the reasons GCM was chosen.
Choosing GCM and Performance Run
Galois/counter mode (GCM) is a symmetric
16%
09.09.2024
in the list of Docker container images:
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
ubuntu-24.04-dev1 latest 2358ab17d70c 13 minutes ago 149MB
Note
16%
05.12.2016
], Calico [19], Canal [20], and Open vSwitch [21].
The API server lets you read the details of the services with the kubectl get service command, which connects the services with a load balancer [22
16%
17.02.2015
). The default configuration is to split it 192MB ARM/64MB GPU, but you want to change this to 240MB ARM/16MB GPU because you are not planning to run anything other than a server "headless" (i.e., without
16%
05.12.2016
. The holdingdisk section (lines 22 to 26) specifies the key data for such a holding disk. In Listing 1, Amanda is allowed to cache data in the /amanda/holding directory, where it can use a maximum of 50MB space; any
16%
11.10.2016
between 64-bit versions for Red Hat Enterprise and Ubuntu. After downloading the 500MB DEB file, install it in the usual way from the Ubuntu Software Center and acknowledge any errors relating
16%
28.11.2021
dynamically determines the IP address of the Linux instance at runtime and writes it to the DISPLAY environment variable:
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
16%
23.03.2022
laytonjb laytonjb 19946519 Nov 20 2020 Lmod-8.4.15.tar.gz
31988342 drwxrwxr-x 2 laytonjb laytonjb 4096 Oct 27 14:22 mpibzip2-0.6
31988329 -rw-rw-r-- 1 laytonjb laytonjb 92160 Oct 27 14:18 mpibzip
16%
07.10.2014
_open(struct inode *inode, struct file *file)
18 {
19 return single_open(file, prochello_show, NULL);
20 }
21
22 static const struct file_operations prochello_fops = {
23 .owner = THIS_MODULE,
24 .open