14%
05.02.2019
sleep(6);
Query OK, 0 rows affected (6,000 sec)
SQL> do sleep(6);
ERROR 2006 (HY000): MySQL server has gone away
Proxy and Network
MariaDB is used in combination with high-availability (HA) proxies
14%
04.10.2018
with this expectation? Very much so (Figure 2). The simple benchmark built into the Gnome Disks tool yields a remarkably close 541.6MBps average read rate, with a stunning 0.09ms average latency (tested with 1,000
13%
27.05.2025
meet some disk space requirements for installing DNF, as well: at least 512MB of free space available in /tmp, /opt, and /var. If necessary, increase the amount of free disk space in each filesystem
13%
30.11.2025
) with 12 Serial ATA disks, a 320 UW SCSI controller for the host connection, and 512MB cache.
I configured various disk groups and logical volumes on this powerful hardware and exported them to the backup
13%
10.11.2021
package-list.txt
Output filename is: package-list.txt.lrz
package-list.txt - Compression Ratio: 2.604. Average Compression Speed: 0.000MB/s.
Total time: 00:00:00.04
By default, lrzip
does not overwrite the original file
13%
05.12.2016
.
Figure 6: Diffoscope allows in-depth comparisons for troubleshooting. Here, it is investigating two versions of a Firefox extension [12].
Reproducible builds represents an important step toward
13%
09.10.2013
-core silicon design and a community of users forms (the crowd-funding campaign promises to deliver more than 6,000 boards to users), a new open hardware player might just join the two hardware giants
13%
05.12.2019
."
The new lineup consists of the AX41 and AX41-NVME, which are based on the Ryzen 5 3600 CPU (with 6 cores and 12 threads), and can be combined with either two 2TB HDDs or two 512GB NVMe SSDs. Each of those
13%
16.08.2018
1.2 depends on lazy page table entry (PTE) enforcement, the same mechanism on which the Meltdown flaw exploitation relies.
Spectre is not a single vulnerability; it's a class or family of flaws
13%
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