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
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(434)
Article
(140)
News
(5)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
21
22
23
24
25
26
27
28
29
30
31
32
33
34
...
58
Next »
14%
Tools that extend Bash scripting
05.12.2016
Home
»
Archive
»
2016
»
Issue 36: Autom...
»
that the top left of the screen is (
0,0
) tput cup 3 15 # Set the foreground color using an ASCII escape tput setaf 3 # Write a "title" to the screen echo "Title of the company" tput sgr
0
# Write a menu title
13%
Modern Fortran for today and tomorrow
17.06.2017
Home
»
Archive
»
2017
»
Issue 39: Conta...
»
Code 11111111112222222222 12345678901234567890123456789 ----------------------------- SUM =
0.0
D
0
100 I=1,10 SUM = SUM + REAL(I) 100 CONTINUE ... Y = X1 + X2
13%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
for (i =
0
; i < n; i++) { 05 for (k =
0
; k < n; k++) { 06 float sum =
0.0
f; 07 08 #pragma unroll (4) 09 10 for(j =
0
; j < n; j++) 11 sum += src1
13%
Using loop directives to improve performance
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
C !$acc parallel !$acc loop do i=1,n a(i) =
0.0
enddo!$acc end parallel #pragma acc parallel{ #pragma acc loop for (int i=
0
; i < n; i++) { a[i] =
0.0
}} When the compiler
13%
Kibana Meets Kubernetes
29.09.2020
Home
»
Archive
»
2020
»
Issue 59: Custo...
»
12
m kube-system local-path-provisioner-58fb86bdfd-hgdc4 1/1 Running
0
12
m kube-system helm-install-traefik-2b2f2
0
/1 Completed
0
12
m kube
13%
Measuring the performance health of system nodes
02.08.2022
Home
»
Archive
»
2022
»
Issue 70: Defen...
»
B time (
s
) Class C time (
s
) BT (4 cores) 11.95 66.5 272 CG (4 cores)
0
.4 23.9 62.3 EP (6 cores) 1.4 5.46 21
13%
Expand your sphere with a piece of Google
30.11.2025
Home
»
Archive
»
2011
»
Issue 4: Secure...
»
.setContentType("text/plain"); 10 resp.getWriter().println("Hello World!"); 11 }
12
} Listing 2 Java web.xml for "Hello World!" 01 0" encoding="utf-8"?> 02
13%
Moving HPC to the cloud
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
of options, including dual four-core Xeon, dual six-core Xeon, or quad
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
13%
Introducing the NoSQL MongoDB database
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
, the use of in-memory storage engines, and advanced compression algorithms. MongoDB Atlas is the fully managed, cloud-based database-as-a-service (DBaa
S
) platform. Atlas automates management tasks (i
13%
Correctly integrating containers
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
"SubnetMax": "10.99.
0.0
", 07 "Backend": { 08 "Type": "udp", 09 "Port": 7890 10 } 11 }
12
[...] At first glance, this concept looks robust and simple
« Previous
1
...
21
22
23
24
25
26
27
28
29
30
31
32
33
34
...
58
Next »