search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Spell check suggestion:
%xcomm 22 09 Llorente"5432
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(106)
Article
(20)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
6
7
8
9
10
11
12
13
13%
Service mesh for Kubernetes microservices
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
: 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%
Manage OpenVPN keys with Easy-RSA
06.10.2019
Home
»
Archive
»
2019
»
Issue 53: Secur...
»
in the background with command lines like that shown in Listing 1. Listing 1 OpenSSL from Hell openssl
x
509 -req -CA ca.crt -CAkey ca.key -set_serial 0
x
$(openssl rand -hex 16) -days 3650
13%
How graph databases work
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
[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%
Program from one source to many apps with Flutter
07.04.2022
Home
»
Archive
»
2022
»
Issue 68: Autom...
»
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
13%
Linux Writecache
19.11.2019
Home
»
HPC
»
Articles
»
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
13%
Distributed storage with Sheepdog
07.10.2014
Home
»
Archive
»
2014
»
Issue 23: 10 Ti...
»
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) 0
x
100000001b3ULL) 03 04
13%
Linux device mapper writecache
30.01.2020
Home
»
Archive
»
2020
»
Issue 55: AWS L...
»
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
« Previous
1
...
6
7
8
9
10
11
12
13