6%
29.09.2020
with individual application services from the outside by relying on a microservices architecture. On the other hand, the individual components talk to each other. Envoy claims to serve both use cases adequately
6%
09.08.2015
in Windows Server 2016: http://blogs.technet.com/b/windowsserver/archive/2015/05/04/what-s-new-in-windows-server-2016-technical-preview-2.aspx
Windows Server 2016 Technical Preview 2: https://www.microsoft.com
6%
01.08.2019
no one would have ever dreamed would progress to preseeding and automatic installation. Anyone who managed to install Debian 2.2, alias Potato, or 3.0, alias Woody, on their hard drives were more likely
6%
05.12.2019
-file-system-support/
Interoperability between Windows and Linux: https://docs.microsoft.com/en-us/windows/wsl/interop
X server X410: https://token2shell.com/x410/
Extended functionality in WSL: https://docs.microsoft.com
6%
03.02.2022
everything down in more detail, while hopefully keeping things reasonably understandable.
Maybe a word about one last set of innovations: We recently added support for FIDO2, PKCS#11, and TPM2 security chips
6%
13.12.2018
of the last century (e.g., Perl, Awk, and Bash shell scripting) are excellent tools for analyzing logfiles or the results of a command with regular expressions. PowerShell, on the other hand, focuses far more
6%
19.09.2019
) and host (CPU).
Listing 2: Copying from GPU to CPU
import cupy as cp
A_cpu = np.random.uniform(low=-1., high=1., size=(64, 64)).astype(np.float32)
A_gpu = cp.asarray(A_cpu)
u_gpu, s
6%
04.11.2011
additional packages.
Listing 3: Setting Up the Install System
# mkdir -p /data0/repo/CentOS/5.6/iso/x86_64
# ln -s /data0/repo /repo
# cd /repo/CentOS
# ln -s 5.6 5
# wget http://mirrors.gigenet.com
6%
27.09.2024
sproject.io
minikube: https://minikube.sigs.K8s.io/docs
Microkubes: https://www.microkubes.com
k0s installation instructions: https://docs.k0sproject.io/v1.23.6+k0s.2/install/
Rook documentation
6%
12.09.2013
=DBI->connect('dbi:Pg:dbname=r2', 'ipp', undef, {RaiseError=>1});
18
19 my $ sth = $ dbh-> prepare ('select burncpu (?)' {pg_async=>PG_ASYNC});
20 $sth->execute((($ENV{QUERY_STRING}+0) || .5).'s');
21
22 my $sel