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&253%2009 Llorente"22
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(364)
Article
(123)
News
(34)
Blog post
(3)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
46
47
48
49
50
51
52
53
26%
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
26%
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
26%
Exploring PowerDNS
12.09.2013
Home
»
Archive
»
2013
»
Issue 16: Docker
»
and records DNSSEC support (as of 3.
x
) Web-based management options DNS data stored in plain text (BIND compatible) IPv4 and IPv6, UDP/TCP, 100% compliant [3] MySQL, Postgre
26%
OpenStack workshop, part 2: OpenStack cloud installation
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
17 CREATE DATABASE quantum; 18 GRANT ALL PRIVILEGES ON quantum.* TO 'quantumdbadmin'@'%' 19 IDENTIFIED BY 'wozohB8g';
20
EOF 21 mysql -u root <
22 CREATE DATABASE cinder; 23 GRANT ALL PRIVILEGES
« Previous
1
...
46
47
48
49
50
51
52
53