1
2
3
4
5
6
7
...
9
Next »
100%
30.11.2025
Rubén Llorente ... Sulad, a lightweight container runtime daemon; A-Tune, an AI-powered performance tuning tool for servers; and the x2openEuler migration tool. In this article, I explain how to use x2openEuler to migrate a small fleet ... Easily migrate your old CentOS 7 systems to the modern openEuler with the x2openEuler migration toolset. ... x2openEuler Migration
52%
30.11.2025
m
Memory
n
Networks
s
Sockets
t
TCP
x
Interconnect
y
Slabs
Table 2 lists the aspects that can be measured ... 9
51%
31.10.2025
software, Postfix [2]. The story goes that the talented Venema needed to keep track of attacks on workstations at a university and wrote a piece of software capable of limiting port access by rules
51%
30.11.2025
, appearing in alphabetical order but allowing intervening letters, you can use the search expression:
"a.*e.*i.*o.*u"
This would match lines 1, 2, and 3. If you want lines containing all five vowels in order
51%
31.10.2025
kernel
sles:~ # grep crash /proc/cmdline
root=/dev/disk/by-uuid/10a83ffe-5a9f-48a2-b8cb-551c2cc6b42d resume=/dev/sda3 splash=silent text showopts crashkernel=128
sles:~ # /etc/init.d/boot.kdump status
50%
30.11.2025
:
Figure 4: Header bytes 12-15.
# tcpdump -n -r dumpfile.lpc -c 10 'tcp[13] == 18' and host 172.16.183.2
Figure 5 is an example what this command returns. When capturing data with tcpdump, you can
50%
31.10.2025
node, n0001, is my first compute node. Note that I used the defaults after the node name.
Listing 2
Main Cluster Config File
[root@test1 etc]# more lsf
50%
31.10.2025
53/tcp open domain ISC BIND 9.3.4
70/tcp closed gopher
80/tcp open http Apache httpd 2.2.2 ((Fedora))
|_ HTML title: Go ahead and ScanMe!
113/tcp
50%
28.07.2025
[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
49%
31.10.2025
of Ubuntu on the virtual machine. The virtual machine uses one CPU (core) and 128MB of RAM.
The filesystem is created as a QCOW2 image file of 4GB. Of these, 3GB are reserved for the system partition
1
2
3
4
5
6
7
...
9
Next »