38%
04.11.2011
, or a percentage of CPU cores to use. For example,
parallel -j +0
tells parallel to try to run exactly the number of tasks as there are CPU cores in the machine. Using
parallel -j 50%
will only half
38%
03.04.2024
in the Azure Cloud Shell, although you will need to upload the script each time:
Connect-AzAccount # Only if not Cloud Shell
New-AzResourceGroupDeployment -ResourceGroupName projectx1000 -TemplateFile "C
38%
05.12.2014
. These products cost less than $1,000, including disks, and all are easy to manage, even without IT personnel.
Table 1
Test Equipment Specifications
QNAP
Synology
Thecus
38%
06.10.2019
, represents Unix time (i.e., the number of seconds since January 1, 1970, 0:00 hours). It is multiplied here by 1,000 to obtain the value in milliseconds needed by Cassandra. Also bear in mind that this time
38%
24.04.2012
= cephx
keyring = /etc/ceph/$name.keyring
[mon]
mon data = /srv/mon.$id
[mds]
[osd]
osd data = /srv/osd.$id
osd journal = /srv/osd.$id.journal
osd journal size = 1000
[mon.a]
host
38%
28.11.2023
with an Ethertype of 0x88e5 on the provider's network. Because MACsec works on Layer 2, it must be individually enabled for each interface.
Encryption Method
MACsec uses AES-GCM as the encryption algorithm
38%
10.06.2015
Tunneling";
content:"|01 00|"; offset:2; w
ithin:4; content:"cT";
offset:12; depth:3; content:"|00 10 00 01|"; within:255; class
type:bad
-
unknown; sid:1000 2;
The preceding rule inspects the DNS traffic
38%
03.12.2015
the following configuration for the widespread radvd (Linux IPv6 router advertisement daemon) [9]:
interface eth0 {
AdvSendAdvert on;
AdvManagedFlag on;
};
Radvd should not announce the prefix explicitly
38%
11.06.2014
: uhabel
28 uidNumber: 1000
29 userPassword: {SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
30
31 dn: cn=vcsldap,ou=groups,dc=acme-services,dc=org
32 objectClass: groupOfUniqueNames
33 objectClass: top
34 cn
38%
24.09.2015
that is 80% parallelizable (20% is serial, primarily because of I/O). For one process, the wall clock time is assumed to be 1,000 seconds, which means that 200 seconds is the serial portion of the application