17%
13.10.2020
be parallelized). For one process, the wall clock time is assumed to be 1,000 seconds, which means that 200 seconds of the wall clock time is the serial portion of the application. From Amdahl’s Law, the minimum
17%
24.02.2022
, an “accepted” payload has been created for measuring IOPS. This size is 4KB.
The kilobyte is defined as 1,000 bytes and is grounded in base 10 (10^3). Over time, kilobyte has been incorrectly used to mean
17%
30.05.2021
the SCSI overhead. For example, command queuing in SCSI supports only one queue for I/O commands, whereas NVMe allows up to 64,000. Each queue, in turn, can service up to 64,000 commands simultaneously
17%
18.02.2018
(remote syslog) [3], an open source tool for forwarding log messages to a central server using an IP network. It is very configurable using the /etc/rsyslog.conf file and the files in the /etc
17%
14.11.2013
kernel ordinal number (%n).
Listing 3
70-persistent-net.rules
Rules for KVM:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="52:54:00:*", KERNEL=="eth*", NAME="eth%n"
Rules
17%
09.01.2013
parameters, and it can provide potential attackers a vector for an attack or monitoring. To increase the security, access was restricted to just 30 parameters – compared with the 3,000 parameters that sysctl
17%
13.02.2017
will be followed this time, although test builds are now available online [2].
Jigsawing
One core feature of Java 9 par excellence is the Java Platform Module System that became known as Project Jigsaw [3]. Thus
17%
30.11.2025
, is well worth the investment.
ITIL addresses more than just services, though, so when talking about the concepts, people typically refer to IT Service Management (ITSM). The current version (ITIL v3
17%
30.01.2013
, for a library that uses a specific compiler and MPI library, you would end up with a module names like atlas-3.10.0-opempi-1.6.2-open64-5.0
. The name is useful because it tells the user the library version
17%
30.11.2025
=(ALL) ALL
replace sudo with admin and quit the chroot environment with exit.
Before you can test the container you prepared, you need to configure /lxc/conf.guest in LXC by adding the content from Listing 3