19%
02.02.2021
is enabled on that Apache server), such as this entry:
[Directory Bruteforce] /s?p=8f0f9570a1e1fb28f829a361441ab&t=bfd6c7c4&h=645cd72507b5af9d66d3425
I also found a number of WordPress attacks, most commonly
19%
10.11.2021
a directory
-v
or -vv
creates verbose output
-b
uses bzip2
compression
-g
uses gzip
compression
-l
uses lzo
compression
-L
n
uses compression level n
(1
-9
, with 7
being the default
19%
07.03.2019
acc parallel loop
{
for (j=0; j < m; j++) {
...
}
}
...
}
}
Table 3: Single-Directive Nested Loop
Fortran
C
!$acc parallel loop
do i=1,n
...
do
19%
30.05.2021
-agent --bootstrap 192.168.38.131
notice: Bootstrap mode: implicitly trusting server, use --trust-server=no if server trust is already established
notice: Trusting new key: MD5=d67ad40160db5f79a616eea18bb9073c
R ... CFEngine 3 comes with a promise of more efficient configuration management and strict compliance with policies; however, it faces some tough competition. ... CFEngine 3 ... Configuration management with CFEngine 3
19%
13.10.2020
You ha
ve parallelized your serial application
,
but as you use more cores you are
n
o
t seeing any improvement
in performance
. What gives?
... .2. Assigning the base serial portion s
B = 0.195, independent of n
, leaves the communication portion s
C = 0.005. Figure 2 shows the plot of speedup a
as a function of the number of processors ...
You
ha
ve parallelized your serial application
,
but as you use more cores you are
n
o
t seeing any improvement
in performance
. What gives?
19%
09.01.2019
3: Gang Execution
Fortran
C
!$acc parallel
do i=1,n
! do something
enddo
!$acc end parallel
#pragma acc parallel
{
for (int i=0; i < n
19%
02.08.2021
IP address of the cluster.
Listing 3
Running Pods
$ kubectl get pods -A
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system aws-node-96zqh
19%
05.12.2019
pretty exciting provides detailed documentation; however, for the build process, you need the A, B, and C libraries and some additional tools – all of this, of course, in versions that your distribution
19%
09.01.2013
).
Smartmontools is compatible with all S.M.A.R.T. features and supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devices. It also supports the major Linux RAID cards, which can sometimes cause ... Modern drives use S.M.A.R.T. (self-monitoring, analysis, and reporting technology) to gather information and run self-tests. Smartmontools is a Linux tool for interacting with the S.M.A.R.T. features ... S.M.A.R.T., smartmontools, and drive monitoring
19%
20.06.2022
_domains = "*"
# Keycloak configuration
oidc_issuer_url = "http://localhost:8080/realms/testrealm"
provider = "keycloak-oidc"
client_id = "proxy"
client_secret = "t1BmFL4HHk7xC6nPYJEMfiprMfw1QK7b"
# Cookie settings
cookie