27%
23.02.2012
. In this article, I’ll be using some examples from TACC. The first thing to check is what modules are available to you by using the module avail
command:
[laytonjb@dlogin-0 ~]$ module avail
27%
17.02.2015
, but the performance isn't anything to call home about. A quick run of Linpack [3] shows that a Raspberry Pi Model B achieved about 0.065 giga-floating point operations per second (GFLOPS) for single-precision and 0
27%
30.01.2024
. This format is known as ASDot [1]. ASN 6541 in ASPlain becomes 0.6541 in ASDot notation.
Route Selection and Attributes
BGP uses different types of attributes to influence the choice of the appropriate route
27%
08.06.2021
samples from a uniform distribution over [0,1). The equation is then solved by the solve
routine.
NumPy on GPUs
NumPy functions are all single threaded unless the underlying NumPy code is multithreaded
27%
07.06.2019
of text. The text continues until the identifier appears again to mark the end of the Heredoc.
Nowdoc syntax was introduced in PHP 5.3.0. It behaves like text in single quotes, which PHP does not interpret
27%
04.10.2018
:
Server rejected all cipher suites.
* Resumption Support:
With Session IDs: OK - Supported (5 successful, 0 failed, 0 errors, 5 total attempts).
With TLS Tickets
27%
04.10.2018
of latency. Edge and fog computing demand a faster response.
TLS 1.3 delivers with 0-RTT session resumption. This quick procedure is at least as thrilling as the original no-frills handshake, if not more so
27%
09.08.2015
: [node02.baremetal]
PLAY RECAP ***
control01.baremetal : ok=3 changed=2 unreachable=0 failed=0
control02.baremetal : ok=3 changed=2 unreachable=0 failed=0
node01.baremetal : ok=3 changed=2 unreachable=0
27%
20.03.2014
, you can also implement various RAID setups. Even at this point, Linux users need to adapt, because the devices use typical Solaris-style names. For example, in device c0t0d0, c0 stands for the first
27%
01.08.2019
Docker driver for KVM:
$ curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-ubuntu16.04 -o /usr/local/bin/docker-machine-driver-kvm
The eagle