17%
30.05.2021
can't be bothered to do what's right, although it's your responsibility to be sure they do. That sounds a lot like a classic catch-22 situation. Although, I never read the book or saw the movie, I
17%
13.06.2016
to the files.
If want to transfer only the changed files, append :D to the path name:
--backup-point="192.168.100.100:22:/vmfs/volumes/hp-test:D"
If you want XSIBackup always to transfer all the data
17%
25.09.2023
KiB/s % MIPS MIPS | KiB/s % MIPS MIPS
22: 3252 300 1054 3164 | 73071 398 1566 6234
23: 3170 314 1029 3230 | 68302 399 1482 5910
24
17%
01.02.2013
at the output of uptime
[1] on OS X:
13:03 up 2 days, 12:01, 2 users, load averages: 0.52 0.59 0.63
The uptime
command displays the load average in its common form, averaging the last one, five, and 15
17%
08.10.2015
://docs.docker.com/articles/security/#kernel-namespaces
SELinux: https://de.wikipedia.org/wiki/SELinux
Docker via HTTPS: https://docs.docker.com/articles/https/
Red Hat's Daniel Walsh on capabilities: http://opensource.com/business/15/3/docker
17%
11.02.2016
. In other words, the study shows how much companies are investing in building data centers to support public and private cloud operations.
Dell sold the most cloud infrastructure, with a little over 15
17%
05.02.2019
-based Linux distributions are affected by the vulnerability except for SUSE Linux Enterprise 15, openSUSE Leap 15.0, and Fedora 28 and 29. These distributions compile their userspace code with GCC's -fstack
17%
11.04.2016
."
Yahoo Lays Off 15% of Its Workforce
Troubles continue for the legendary Internet giant Yahoo with the announcement that the company is laying off 15% of its staff. Write-offs on previous investments led
17%
12.09.2013
, including LibreOffice 4.0.3, GIMP 2.8, and Iceweasel 21.0. Virtualbox 4.2.10 and KVM Qemu 1.5.0 provide virtualization, with Wine 1.5 to run Windows applications on Linux.
Anonymized web browsing includes
17%
07.11.2011
#pragma omp parallel for shared (sum) private (i)
12 for ( i=0; i < 1000000; i++) {
13 #pragma omp critical (sum_total)
14 sum = sum + a[i];
15 }
16 printf("sum=%lf\n",sum);
17