68%
05.02.2019
: https://mariadb.com/kb/en/library/oqgraph-storage-engine/
Spider: https://mariadb.com/kb/en/library/spider-storage-engine-overview/
PROXY protocol: https://www.haproxy.org/download/1.8/doc
68%
30.01.2020
from the SSD. In any case, Ceph needs at least one completely empty hard disk in every system, which can later be used as a data silo.
Control Plane Node
Of five servers with Ubuntu 18.04 LTS, pick one
68%
09.04.2019
::XXXXXXXXXXX:role/aws-service-role/guardduty.amazonaws.com/AWSServiceRoleForAmazonGuardDuty",
17 "Condition": {
18 "StringLike": {
19 "iam:AWSServiceName": "guardduty.amazonaws.com"
20
68%
18.07.2013
systems.
Listing 1
Load Balancer Configuration
01 upstream backend {
02 backend1.example.com server weight = 5;
03 server backend2.example.com max_fails fail_timeout = 10s = 5;
04
68%
30.11.2020
="left" valign="top">
16
17
18
19
Once the list of commands is loaded, the target attribute is again used
68%
04.04.2023
* Import terraform outputs from VPC
13 ******************************************/
14 data "terraform_remote_state" "vpc" {
15 ...
16 }
17 /*******************************************
18 * GKE Cluster
68%
10.06.2015
was always built on a Buildd machine [17], the checksums could be compared directly, and the project could reject packages when discrepancies occur [18]. Some time in the future, it might then be impossible
68%
20.05.2014
://wiki.qemu.org/Documentation/CreateSnapshot
Libvirt: http://libvirt.org
"Virsh" by Tim Schürmann, ADMIN
, Issue 07, pg. 57: http://www.admin-magazine.com/Articles/Virsh-Libvert-Tool#
Internal snapshots with Fedora 18: https
68%
03.04.2024
: location
11 sku: {
12 name: 'Standard_LRS'
13 tier: 'Standard'
14 }
15 kind: 'StorageV2'
16 properties: {
17 accessTier: 'Hot'
18 }
19 }
To add
68%
25.09.2023
environment:
11 - REDIS_HOST=redis
12 depends_on:
13 - redis
14 redis:
15 image: "redis:alpine"
16 volumes:
17 - redis-data:/data
18
19 volumes:
20 redis