17%
07.10.2025
value is 15 to 30 minutes for the cookie to expire after inactivity [1]. However, even for active use, OWASP recommends a defined time for the session to expire according to typical everyday use (i
17%
18.06.2014
-nodup files.in
filename = home.pickle
start_time: 1402854660.07
html_filename = ./HTML_REPORT/report.html
**************
*** Pickle file: home.pickle
*** Start_dir: /home Scan date: Sun Jun 15
17%
12.02.2014
to measure the 15-minute node load average every few seconds? If the application takes 12 hours to run, do you need to measure the CPU load every two to three seconds? The main result of frequent monitoring
17%
27.05.2025
package with DNF (Listing 14).
Listing 14
Find Package in Logfile
...
2024-10-11T04:51:46Z DEBUG DNF version: 4.2.17
2024-10-11T04:51:46Z DDEBUG Command: dnf -yv install zoo
...
2024-11-01T01:15
17%
28.08.2013
). You can specify the number of threads to use and the block size, as in this example,
% pbzip2 -p 8 -b15vk massivetarball.tar
which uses eight threads and a block size of 1500KB (1.5MB).
A second
17%
07.01.2013
plugin for VirtualPC
15
16 Available delivery plugins:
17 - s3 plugin for Amazon Simple Storage Service (Amazon S3)
18 - cloudfront plugin for Amazon Simple Storage Service (Amazon S3)
19 - ami
17%
22.01.2013
). Both of these measures are designed to make attacks more difficult. Normally, sudo
retains the password, once it has been entered. Also useful is the following line:
Defaults timestamp_timeout=15
17%
19.02.2013
"123456";
03
04 group "intranet" => "192.168.2.12", "192.168.2.13";
05 group "accounting" => "192.168.2.14", "192.168.2.15";
06
07 logging to_file => "rex.log";
08
09 desc "Uptime estimate";
10 task "uptime
17%
14.05.2013
-ADReplicationSiteLink CORPORATE-BRANCH1 -Cost 100 -ReplicationFrequencyInMinutes 15
This call sets the metric to 100 and the replication interval to 15 minutes.
Testing Replication in PowerShell
To discover the replication
17%
05.03.2013
or mercedes
in JavaScript, is:
var ps;
if (bmw || mercedes) {
ps = 230;
}
As in Python, you can string comparison operators together and quickly test for an acceptable range:
if (15 > temperature < 30