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)
(220)
Article
(71)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
...
30
Next »
13%
Tuning I/O Patterns in Python
18.12.2013
Home
»
HPC
»
Articles
»
__ == "__main__":
12
13 local_dict = {'x':
0
, 'y':
0
, 'z':
0
,'value':
0.0
}; 14 my_record = []; # define list 15 16 counter_limit = 2000; 17 18 f = open('test.bin', 'r+') 19 for counter in range(1,counter
13%
Debugging the Linux kernel with the Qemu emulator
30.11.2025
Home
»
Archive
»
2012
»
Issue 07: Xen v...
»
. The following command tells the system the hex address of the code segment and the two data segments: add-symbol-file path/hello.ko
0
xd8817000 -
s
.data
0
xd88170e
0
-
s
.bss
0
xd8817294 Now you can set a breakpoint
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%
Server virtualization with Citrix XenServer
04.08.2011
Home
»
CloudAge
»
Articles
»
{
22
System.out.println("Expected arguments:
[nfs server] [nfs path]"); 23 return; 24 } 25 26 Server server = new Server(args[
0
], args[1
13%
Server virtualization with Citrix XenServer
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
processor cores. Depending on the functional scope, the prices are between US$ 1,000 and US$ 5,000, including
12
months of free upgrades, news, and information. For server virtualization newcomers, Citrix
13%
Parallel Programming with OpenCL
04.11.2011
Home
»
HPC
»
Articles
»
convolutionSum =
0.0
f; 05 06 // Iterate over convolution kernel 07 for(size_t ky =
0
; ky < kernel.height; ++ky) 08 { 09 for(size_t kx =
0
; kx < kernel.width; ++kx) 10 11 {
12
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%
Configuring the JBoss application server
30.11.2025
Home
»
Archive
»
2011
»
Issue 4: Secure...
»
procedure took (Listing 2). Listing 2 Startup Status 01 19:58:19,965 INFO [ServerImpl] JBoss (Microcontainer) [5.1.
0
.GA (build:SVNTag=JBoss_5_1_
0
_GA date=200905221634)] Started in 54
s
:991ms
13%
Develop your own scripts for Nmap
03.12.2015
Home
»
Archive
»
2015
»
Issue 30: OpenD...
»
something like Listing 2. Listing 2 Sample Output Starting Nmap 6.47 (http://nmap.org) at 2015-03-
12:00:00
CET Nmap scan report for targethost (192.168.1.100) Host is up (
0
.023
s
latency). r
13%
Production-ready mini-Kubernetes installations
27.09.2024
Home
»
Archive
»
2024
»
Issue 83: Storage
»
virtual instance for development and test purposes on which to carry out the work. Again, Ubuntu
22
.04 is a good choice. The steps are quickly completed: Use curl to download the k
0
s
binary, which you
« Previous
1
...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
...
30
Next »