68%
26.01.2012
.0007
2
./d3full.scr.0007
209
./runrsf.0007
209
file_18597.pickle
/dev/shm/Intel_MPI_zomd8c
387
/etc
68%
09.04.2019
Unexplained rename() delay: https://twitter.com/jsaryer/status/1069831718389960704
GitHub, James Saryerwinnie: https://gist.github.com/jamesls/9d52c7b3a19491f4d14c2d487515115f
rename(2) man page: https
68%
09.06.2018
. Jennings, A. Narayanan, and B. Aboba, eds. Media Capture and Streams. W3C Candidate Recommendation, October 3, 2017, https://www.w3.org/TR/mediacapture-streams/
W3C. 2017. WebRTC 1.0: 3. Terminology
68%
09.04.2019
, and you aren't using Kubernetes.
Linkerd 2.x [3], formerly Conduit, is a Kubernetes-only (faster) alternative to Linkerd 1.x. This complete service mesh features a native code sidecar proxy written in Rust
68%
17.02.2015
:\winpe_amd64 C:\winpe_amd64\winpe.iso
05 MakeWinPEMedia /UFD C:\WinPE_amd64 :
1. Export the WIM file and customize it for WIMBoot.
2. Delete the old boot file.
3. Use the new boot ... 25
68%
28.11.2021
58453/tcp open unknown
60132/tcp open unknown
MAC Address: 00:0C:29:FA:DD:2A (VMware)
Nmap done: 1 IP address (1 host up) scanned in 31.35 seconds
Listing 4
Hijacking the MySQL Database
68%
16.03.2021
-machine)
UUID : 833033c5:cd9b78de:992202ee:cb1bf77f
Events : 4
Number Major Minor RaidDevice State
0 259 2 0 active sync /dev/nvme0n1p1
1 8
68%
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
68%
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
68%
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