27%
03.04.2019
that executed on the GPUs and produced massive speedups for many applications.
Starting with OpenMP 4.0, the OpenMP standard added directives that targeted GPUs and has expanded on this capability
27%
14.08.2017
% 0 0.0KB/s 00:00
To copy a file from a remote system, change the syntax slightly:
scp bob@calypso:/opt/test/file.txt .
The trailing dot means the copy is to the current directory
27%
25.03.2021
version, depending on your needs. The simple command to fire up the latest version is:
$ docker run -d -p 3000:3000 grafana/grafana
3fa2f72de6bc4fd61a0cecdb1d18a8bf1aaf7b71b49f731fe4ae6eaab841d3fd
If you
27%
11.02.2016
DestinationSizeChange 41943106 (40.0 MB)
Another view of the file statistics lists which file effected the change:
# gunzip -c /mnt/backup/rdiff-backup-data/file_statistics.\
2015-03-15T10\:44\:06+01\:00.data.gz | awk '$2
27%
30.01.2020
anything. In US East regions, for example, the S3 Standard storage class pricing (in early 2020) looks like this:
Storage price is $0.023/GB for the first 50TB.
Retrieval price is $0.005/1,000 PUT
27%
22.12.2017
to the other locations affected usability. This results in the following requirements:
The German web server farm (10.0.101.99) must be reached from all productive network segments of the German site under
27%
30.01.2024
http://0.0.0.0:80 http://10.1.1.84:80 no 5s no no
www.example.net https://0.0.0.0:443 http://10.1.1.84:80 no 307 /vddos
27%
13.02.2017
. At he time of writing, Ralph 3.0 is in the final stages of the release process (as of the end of May).
Before installing, make sure that you have a new Ubuntu 14.04 installation with no other packages
27%
20.12.2012
: Nmap Command
root@sandbox:~# nmap -v -A www.haribo.de
...
Host www2.haribo.com (213.185.81.67) is up (0.011s latency).
Interesting ports on www2.haribo.com (213.185.81.67):
Not shown: 995 closed ports
27%
30.07.2014
=> SOCK_STREAM)
or die "Couldn't connect to $remote_host:$remote_port: $@ \n";
while() {
my @lavg = Sys::CpuLoad::load();
my $ts=time();
print $socket "system.loadavg_1min $lavg[0] $ts\n";
print