29%
12.09.2013
.pl
00:00:00.50023
The output shows the amount of computing time the database engine consumed. You can pass in the desired time as a CGI parameter:
$ curl http://localhost/cgi/burn0.pl\?3
00:00
29%
20.06.2012
| 3.5 kB 00:00
elrepo | 1.9 kB 00:00
rpmforge
29%
09.10.2017
_anchor_tag == 1 or (#s_uri > 0 and #s_uri < 3))
18 }
You can also use Yara to monitor applications, rather than simply files. For example, using the strings command, I reviewed the contents of a database
29%
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
29%
13.10.2020
. Amdahl’s Law says the speedup is 1.00 (i.e., the starting point).
Notice that as the number of processors increases, the wall clock time of the parallel portion decreases. The speedup a
increases from 1.00
29%
01.02.2013
minutes of the system’s load. A plethora of tools display this metric, which is typically sourced through the getloadavg(3)
[2] system call, but the Linux kernel provides a canonical filesystem source
29%
05.02.2019
11tool --list-tokens
[...]
Token 3: URL:pkcs11:model=PKCS%2315;manufacturer=EXAMPLE%20COM;serial=10104303570;token=Signature%20PIN%11%2233%20PKI%11Card%00
[...]
Such a token can now be "passed on
29%
14.08.2020
is: In smartctl database [for details use: -P show]
ATA Version is: ACS-2, ATA8-ACS T13/1699-D revision 4c
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Aug 2 10:41:21 2020 EDT
SMART
28%
11.04.2016
-fastcgi are running, as expected.
Listing 1
Process List
root 589 0.0 0.3 142492 3092 ? Ss 20:35 0:00 nginx: master process
/usr/sbin/nginx -g daemon on; master_process on;
www
28%
30.11.2020
):
11
12 s = 0.0
13 s += h * f(a)
14 for i in range(1, n):
15 s += 2.0 * h * f(a + i*h)
16 # end for
17 s += h * f(b)
18 return (s/2.)
19 # end def
20
21
22 # Main section
23 comm = MPI