9%
09.12.2019
to check follows
a, b = 1,2
c = a + b
# Code to check ends
end_time = time.time()
time_taken = (end_time- start_time)
print(" Time taken in seconds: {0} s").format(time_taken_in_micro)
If a section of code
9%
30.01.2020
its execution in the real world (real), as well as how much CPU time was allocated in user and kernel (sys) modes:
$ time sleep 1
real 0m1.004s
user 0m0.002s
sys 0m0.001s
What not everyone knows
9%
20.11.2013
advantages: S3QL.
... Use% Mounted on
/dev/sda1 109G 17G 87G 16% /
tmpfs 16G 596K 16G 1% /dev/shm
/dev/md0 2.7T 192G 2.4T 8% /home
/dev/sdb1 111G 1.4G 104G 2% /mnt/data1
local:///mnt/data1 1.0T 1.7G 1023G 1% /mnt/s3ql ... advantages: S3QL.
... S3QL Filesystem for HPC Storage
9%
21.08.2014
in most cases be unable to determine any difference from an ordinary hard drive (Figure 1, first run). This is because they try to fill their relatively small (and therefore cheap) flash memory
9%
28.01.2014
complicated way using a goto
:
for i = 1, 10 do
if i % 2 == 0 then goto continue end
print(i)
::continue::
end
A goto
label is, as seen here, enclosed by two double colons. To simulate the continue
9%
21.08.2014
to create the rescue image and backup in one sitting.
Quiet
Because ReaR is optimized for cronjobs, it does not produce a lot of output in normal cases. rear -v activates the verbose mode. Simulation mode
9%
04.12.2024
Advanced Threat Protection (ATP) portal [2], which is the place to go for in-depth information on potential attacks and to pick up scripts or code snippets that simulate attacks, and determine the effects
8%
28.11.2022
CKSUM
myvol2 ONLINE 0 0 0
draid1:3d:5c:1s-0 ONLINE 0 0 0
sdb ONLINE 0 0 0
sdc
8%
07.10.2025
._tcp.jooslab.de. 3600 IN SRV 0 100 389 dc2.jooslab.de
The result shows that the two domain controllers, dc1
and dc2
, are correctly registered for LDAP queries. In addition to Active Directory, dig can also be used
8%
30.11.2025
names as targets. Thus, you could launch a connection scan of ports 0
through 1023
in the lemon.com
domain by entering nmap -sT -p 0-1023 www.lemon.com
. To scan a whole network, enter the netmask ... 0