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 08 Llorente 12
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(106)
Article
(23)
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%
How graph databases work
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
# Names of all persons: 11 gremlin> g.V().hasLabel('person').values('name')
12
==>marko 13 ==>vadas 14 ==>josh 15 ==>peter 16 17 # Name of person with ID 1 18 gremlin> g.V(1).values('name') 19 ==>marko
20
13%
Error-correcting code memory keeps single-bit errors at bay
14.11.2013
Home
»
Archive
»
2013
»
Issue 17: Cloud...
»
-related error information and report it. This was initially done outside of the kernel at the beginning of the project, but, starting with kernel 2.6.16 (released March
20
, 2006), edac was included
13%
Manage OpenVPN keys with Easy-RSA
06.10.2019
Home
»
Archive
»
2019
»
Issue 53: Secur...
»
response = urllib.urlopen(url); 06 data = json.loads(response.read()) 07
08
for userentry in data: 09 if userentry.get('active'): 10 username = userentry.get('username') 11
12
if os
13%
Darshan I/O analysis for Deep Learning frameworks
27.09.2021
Home
»
Archive
»
2021
»
Issue 65: 7 Em...
»
08
integer :: counter 09 integer :: counter_limit 10 integer :: ierr 11
12
type(rec) :: my_record 13 14 counter_limit = 2000 15 16 ierr = -1 17 open(unit=8,file
13%
Aggregating information with Huginn
18.02.2018
Home
»
Archive
»
2018
»
Issue 43: Real...
»
. The required modifications are explained in the Huginn wiki [3]. The software is based on Ruby on Rails [4] and therefore requires an installed Ruby environment; in fact, it needs version
2.2
or 2
13%
Distributed storage with Sheepdog
07.10.2014
Home
»
Archive
»
2014
»
Issue 23: 10 Ti...
»
/lib/sheepdog root 582 581 0 13:13 ?
12
:00:00 AM sheep -p 7000 /var/lib/sheepdog # grep sheep /proc/mounts /dev/sdb1 /var/lib/sheepdog ext4 rw,relatime,data=ordered 0 0 # grep sheep /etc/fstab /dev
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%
Program from one source to many apps with Flutter
07.04.2022
Home
»
Archive
»
2022
»
Issue 68: Autom...
»
WorldApp extends StatelessWidget {
08
@override 09 Widget build(BuildContext context) { 10 return MaterialApp( 11 title: 'Hello World',
12
home: Scaffold( 13 appBar: AppBar( 14
13%
Moving HPC to the Cloud
19.10.2012
Home
»
HPC
»
Articles
»
12
-core AMD processors ranging in speed from
2.2
to 2.9GHz with 24 to 128GB of RAM per server and up to 1TB of scratch local storage per node. Getting applications running POD HPC clouds can be quite
« Previous
1
...
6
7
8
9
10
11
12
13