18%
20.05.2014
it to -1 uses all the available cores, -2 leaves one core unused, -3 leaves two unused, and so on. Alternatively n_jobs takes a positive integer as a counter that directly defines the number of processes
18%
18.07.2013
are also available; they will be expanded in future versions of TKperf.
Fio and Python
In the background, TKperf uses the Flexible I/O Tester (Fio) [3] developed by Jens Axboe, the maintainer of the Linux
18%
26.01.2025
is an excellent Bicep-based reference and starting point that helps you get up and running quickly [3].
Table 1
BICEP Resource Definitions
Resources Versioned w/@yyyy-mm-dd-state
Common
18%
28.11.2021
key first, as per the requirements of the official SSH transport standard (RFC 4253) [3]. The listings differ depending on whether or not you know the fingerprint for the other party's public key
18%
30.05.2021
that Puppet cannot detect. A typical example in the Unix environment is the sequence for setting up a service. You have to (1) install the package, (2) adjust its configuration file, and (3) start
18%
04.12.2024
,
06 "mileage": 15000,
07 "features": ["Sunroof", "Leather seats"]
08 }
09 {
10 "type": "Motorcycle,
11 "brand: "Harley-Davidson,
12 "model": "Iron 883",
13 "year": 2019,
14 "engine
18%
12.09.2013
Larus, Communications of the ACM
, May 2009, vol. 52, no. 5.
Intel Ark, Pentium 4 SL6S5 and SL6SM: http://ark.intel.com/products/27499/Intel-Pentium-4-Processor-supporting-HT-Technology-3_06-GHz-512K
18%
04.04.2023
.pool.ntp.org
driftfile /var/lib/chrony/drift
makestep 1.0 3 rtcsync allow 10.0.0.0/8 local stratum 10 keyfile /etc/chrony.keys
leapsectz right/UTC
logdir /var/log/chrony
I pointed the head node to 2.rocky
18%
16.10.2012
($ssh, '/sbin/ifconfig');
07 stream_set_blocking($stream, true);
08
09 $response = '';
10 while($buffer = fread($stream, 4096)) {
11 $response .= $buffer;
12 }
13
14 fclose($stream);
15 echo $response;
16
17
18%
08.10.2015
and Using Classes
01 class NetConfig
02 {
03 #Properties
04 [STRING]$ComputerName = "srv01";
05 [STRING]$IpAddress = "192.168.178.2";
06 [STRING]$DNS = "192.168.178.1";
07 #Methods
08
09 [Void]
10