13%
09.04.2019
:
18 - "blog.datadoc.info"
19 ---
20 apiVersion: networking.istio.io/v1alpha3
21 kind: VirtualService
22 metadata:
23 name: wordpress
24 spec:
25 hosts:
26 - "blog.datadoc.info"
27 gateways
13%
03.08.2023
.lmtest.de",
"ddns-update-on-renew": false,
"ddns-use-conflict-resolution": true,
}, "hostname-char-set": "[^A-Za-z0-9.-]",
"hostname-char-replacement": "x",
Migration
Kea completely replaces the legacy dhcpd
13%
06.10.2019
in the background with command lines like that shown in Listing 1.
Listing 1
OpenSSL from Hell
openssl x509
-req
-CA ca.crt
-CAkey ca.key
-set_serial 0x$(openssl rand -hex 16)
-days 3650
13%
30.11.2025
starter kit: https://www.icinga.org/2010/09/22/starter-kit-icinga-virtual-appliance/
Zabbix appliance: http://www.vmware.com/appliances/directory/353
13%
04.08.2020
[vertices:6 edges:6]
03
04 gremlin> g = graph.traversal()
05 ==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
06
07 gremlin> g.V().label().groupCount()
08 ==>[software:2,person:4]
09
10
13%
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
12%
19.11.2019
manager 2 (LVM2) installed at v2.03.x or above. I will also show you how to enable a dm-writecache
volume without relying on the LVM2 framework and instead manually invoke dmsetup
.
Identifying
12%
07.10.2014
compiling (Listing 2).
Listing 2
Sheepdog Uses the FNV-1a Algorithm
01 #define FNV1A_64_INIT ((uint64_t) 0xcbf29ce484222325ULL)
02 #define FNV_64_PRIME ((uint64_t) 0x100000001b3ULL)
03
04
12%
30.01.2020
at v2.03.x or above. I will also show you how to enable a dm-writecache volume without relying on the LVM2 framework and instead manually invoke dmsetup.
Identifying and Configuring Your Environment