44%
18.07.2013
Practical Settings
SSLProtocol -SSLv2 -SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2
SSLCipherSuite HIGH:!MEDIUM:!LOW:!aNULL@STRENGTH
SSLCompression off
One restriction is that algorithms that perform a key
44%
12.09.2013
osd.3 -i size=2048 /dev/sdc
then add the new filesystem to /etc/fstab so it is automatically mounted at system startup. An entry that refers to the label would be,
LABEL=osd.3 /var/lib/ceph/osd/ceph-3
44%
22.05.2023
-side encryption with per-bucket keys (SSE-KMS),
server-side encryption with per-deployment keys (SSE-S3), and
server-side encryption with client-manged keys (SSE-C).
You can find comprehensive
44%
28.06.2011
0000 / 0000 2 512 10
07 AVAILABILITYZONE |- m1.xlarge 0000 / 0000 2 1024 20
08 AVAILABILITYZONE |- c1.xlarge 0000 / 0000 4 2048 20
Making Images
44%
18.08.2021
)
9,248
max_pooling2d
(MaxPooling2D)
(None, 16, 16, 32)
0
conv2d_2
(Conv2D)
(None, 16, 16, 64)
18,496
conv2d_3
(Conv2D)
(None, 16, 16, 64
44%
27.09.2021
)
(None, 32, 32, 32)
9,248
max_pooling2d (MaxPooling2D)
(None, 16, 16, 32)
0
conv2d_2 (Conv2D)
(None, 16, 16, 64)
18,496
conv2d_3 (Conv2D
44%
20.03.2014
": 2048,
07 "resolvers": ["192.168.111.254"],
08 "disks": [
09 {
10 "image_uuid": "1fc068b0-13b0-11e2-9f4e-2f3f6a96d9bc",
11 "boot": true,
12 "model": "virtio"
13 }
14 ],
15
44%
03.08.2023
://localhost:8000
$ curl -s -H "Content-type: application/json" -X POST -d '{ "command": "lease4-add", "arguments":{"ip-address":"172.17.6.8", "hw-address": "52:54:00:8a:17:9f"}, "service": [ "dhcp4" ] }' http
44%
18.06.2014
,658
2.75
5.05
56–112
12,079
3.11
8.16
112–168
27,551
7.10
15.26
168–252
9,819
2.53
17.79
252–365
79
44%
07.01.2014
a great deal of power in a few lines:
rm -rf backup.3
mv backup.2 backup.3
mv backup.1 backup.2
cp -al backup.0 backup.1
rsync -a --delete source_directory/ backup.0/
To better understand the script, I