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:
%25x20mm"22%21490 Llorente%2n2222
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(127)
Article
(39)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
10
11
12
13
14
15
16
17
27%
How graph databases work
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
21 # The name and age of the persons who know the person with ID 1:
22
gremlin> g.V(1).outE('knows').inV().valueMap('name', 'age') 23 ==>[name:[vadas],age:[27]] 24 ==>[name:[josh],age:[32]]
25
26
27%
Kubernetes StatefulSet
05.02.2023
Home
»
Archive
»
2023
»
Issue 73: Datab...
»
Map 18 metadata: 19 name: mariadb
20
labels: 21 app: mariadb
22
data: 23 MYSQL_ROOT_PASSWORD: mysqlroot 24 MYSQL_DATABASE: db1
25
MYSQL_USER: mysqluser 26 MYSQL_PASSWORD: mysqlpwd
27%
Keeping Docker containers safe
13.02.2017
Home
»
Archive
»
2017
»
Issue 37: Distr...
»
others. Use SELinux, if possible; otherwise, use AppArmor [16], grsecurity [17], or Pa
X
[18] to lock down unexpected system resource access. Patch your systems more often than usual; even official
27%
A self-hosted server and site manager for WordPress
03.04.2024
Home
»
Archive
»
2024
»
Issue 80: Threa...
»
. When the control panel deploys a WordPress server, its scripts assume that the server is running on Ubuntu
20
.04 or
22
.04. The other shortcoming is the user interface (UI). Because it is based on Word
27%
Moving your data – It's not always pretty
18.07.2013
Home
»
Archive
»
2013
»
Issue 15: What’...
»
. The current version of Mutil, version 1.76.6, is built against coreutils version 7.6. However, more recent Linux distributions, such as RHEL 6.
x
, use a newer version of coreutils, so it might not be easy to use
27%
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
« Previous
1
...
10
11
12
13
14
15
16
17