17%
14.08.2017
.
It should go without saying that you can add a heap of stuff into that Dockerfile if you feel the need; once built, the image in Listing 1 sits at a whopping 276MB the last time I checked. Simply prune
17%
30.11.2025
node1
192.168.56.101 (eth1)
10.0.2.1 (eth0)
node2
192.168.56.102 (eth1)
10.0.2.2 (eth0)
node3
192.168.56.103 (eth1)
10.0.2.3 (eth0
16%
10.04.2015
3
04 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
05 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
06 | Source Port
16%
31.10.2025
/loadavg/ [3]:
1.00 0.97 0.94 1/1279 7743
The three additional numbers provided by Linux are the number of running processes (one in this case), the total number of processes, and the last process ID (PID
16%
27.05.2021
(which includes extra packages and build dependencies that are not included in the upstream distribution), a few new module streams (such as Python 3.9, SWIG 4.0, Subversion 1.14, Redis 6, PostgreSQL 13
16%
18.10.2021
-V), and software updates such as QEMU 6.0, libvirt 7.6, PHP 8.0.8, Apache2 2.4.48, GCC 11.2.0, Python 3.9.4, Bind9 9.16.15, Open vSwitch 2.16.0, and OpenLDAP 2.5.6.
To download a copy of Ubuntu Server, head over
16%
16.11.2021
/improvements have been applied to the web-based GUI, Cockpit, OpenJDK (version 17 now available), personal access tokens, Network Time Security (NTS) for Network Time Protocol (NTP), SCAP Security Guide, Ruby (3.0
16%
31.10.2025
.
Listing 3
Loop with OpenMP Directives
!$OMP PARALLEL DO SHARED(m,unew,u) REDUCTION(max:diff)
137 DO j=2,m-1
138 DO i=2,m-1
139 unew(i,j) = (u(i+1,j) + u(i-1,j) + u(i,j+1) + u(i,j-1))/4.0
16%
05.08.2015
The Document Foundation has announced the release of the Open Source office suite LibreOffice 5.0. LibreOffice, which emerged as a fork of the OpenOffice project due to developer disagreements ... LibreOffice 5.0 Arrives
16%
13.02.2019
Although most Android-related security holes are limited to 3rd party app installs from outside the official store, once in a while there are vulnerabilities in the OS itself.
Three newly