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)
(547)
Article
(159)
News
(35)
Blog post
(4)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
17
18
19
20
21
22
23
24
25
26
27
28
29
30
...
75
Next »
19%
The fine art of allocating memory
30.11.2025
Home
»
Archive
»
2012
»
Issue 10: Traff...
»
); i+= 4096) newblock[i] = 'Y'; 12 printf("Allocated %d
MB\n
", allocation); 13 } 14 } Things are more interesting when memory is being used. Uncommenting line 11 does just that. The OOM
19%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
[i] + b[i]; } When the number of cycles is known at compile time, a loop can be fully unrolled:
c
[0] =
a
[0] + b[0];
c
[1] =
a
[1] + b[1];
c
[2] =
a
[2] + b[2];
c
[
3
] =
a
[
3
] + b[
3
]; However, it remains
19%
Intruder Detection with tcpdump
28.11.2011
Home
»
Articles
»
is to put it in a filter: # tcpdump -
n
-s 1515 -
c
5 -i eth1 tcp or udp or icmp This will catch only tcp , udp , or icmp . Tables
3
and 4 show you what you need to know to find all TCP packets with the SYN
19%
Monitoring events with the Audit daemon
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
e syscall=2 success=yes exit=
3
a
0=7fff67b1e
9
fc
a
1=0
a
2=1fffffffffff0000
a
3
=3109e85ad0 items=1 ppid=7144 pid=11992 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000
19%
Finding Memory Bottlenecks with Stream
25.09.2013
Home
»
HPC
»
Articles
»
a
(i) = b(i) +
c
(i) 24 1 TRIAD
a
(i) = b(i) + q*
c
(i) 24 2 The Copy benchmark measures the transfer rate in the absence of arithmetic. This should
19%
Manipulation detection with AFICK
05.12.2019
Home
»
Archive
»
2019
»
Issue 54: NVMe...
»
# d : device # i : inode # p : permissions #
n
: number of links # u : user # g : group # s : size # b : number of blocks # m : mtime #
c
: ctime # a : atime ** #all : p+d+i+
n+u+g+s+b+m+c
+md5 #R : p+d+i+
n+u+g+s+m+c
19%
Analyzing Kernel Crash Dumps
25.11.2012
Home
»
Articles
»
/cmdline root=/dev/disk/by-uuid/10
a
83ffe-5
a
9
f-48
a
2-b8cb-551
c
2cc6b42d resume=/dev/sda
3
\ splash=silent text showopts crashkernel=128 sles:~ # /etc/init.d/boot.kdump status kdump kernel loaded
19%
Automate CentOS and RHEL installation with PXE
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
timezone 19 timezone Europe/Vienna --isUtc --ntpservers 172.23.48.8,172.23.48.
9
20 # user setup 21 user --name=example-user --password=
--iscrypted --gecos="example-user"
22
# Disk partitioning
19%
Intruder detection with tcpdump
30.11.2025
Home
»
Archive
»
2012
»
Issue 07: Xen v...
»
, tcpdump [1] is deployed with libpcap (
a
C/C
++ library for network traffic capture) and maintained by the libpcap developers. With tcpdump, you can analyze large binary files that are too large to view
19%
Sharing Linux Terminals
13.07.2022
Home
»
HPC
»
Articles
»
. Figure 5: Terminal after creating a new tmux window. To cycle through windows, press Ctrl+B-
n
(next), Ctrl+B-p (previous), or Ctrl+B-x (where x =0-
9
) to go to
a
specific window. If you type Ctrl
« Previous
1
...
17
18
19
20
21
22
23
24
25
26
27
28
29
30
...
75
Next »