29%
12.11.2013
Volume name: file1
Defined Pools:
1: Default
2: File
3: Scratch
Select the Pool (1-3): 2
Connecting to Storage daemon File at bareos:9103 ...
Sending label command for Volume "file1" Slot 0 ...
3000 OK
29%
10.12.2013
: Getting a List of Registered Devices
curl -i -H "carriots.apiKey: f95f569092822934d3d3794ddb384cd78417" \
http://api.carriots.com/devices/
...
{
"total_documents":2,
"result
29%
05.04.2013
’s experience, I’ll assume it takes two hours to start up these instances. I’ll also assume it takes 15 minutes to run the application if all jobs start at the same time (0.25 hours). The total time is 2.25 hours
29%
16.07.2014
is written entirely in Python 3 and is released under Apache License 2.0. One minor drawback, however, is that currently, Meson can only handle source code in the programming languages, C, C++, Java, and Vala
29%
19.11.2014
traffic over eth0, you can get an idea of network activity:
dstat -tn -N eth0 1 10
I added the time option (-t
) and the network stats option (-n
), then monitored the network device of interest (-N eth0
29%
08.07.2024
MPI:
"""This example demonstrates recipe basics.
Usage:
$ hpccm.py --recipe test2.py --format docker
# hpccm.py --recipe test2.py --format singularity
"""
# Choose a base image
Stage0.baseimage('ubuntu:16
29%
10.04.2015
@
Finally, create a tunnel to the CrashPlan jail with this SSH command:
ssh -L 4200:127.0.0.1:4243 crashplan@ -N -v -v
To be assured this is running, you can check with
netstat -na | grep
29%
02.02.2021
cached. When the PHP code is restarted, PHP 8 simply accesses the precompiled binary code from the cache.
As the first benchmarks by PHP developer Brent Roose show [2], scripts with repetitive
29%
11.06.2014
can be regulated by SELinux, AppArmor, or some other mandatory access control system. The sVirt component in libvirt 0.6.1 and newer actually does some of the work for SELinux and AppArmor [2
29%
07.10.2014
_string;
08
09 static int prochello_show( struct seq_file *m, void *v )
10 {
11 int error = 0;
12
13 error = seq_printf( m, "%s\n", output_string);
14 return error;
15 }
16
17 static int prochello