11%
16.07.2014
, Pakkanen published a first version of his build system, which as a trained physicist he named for the Meson particle. Since then, the technology has advanced quickly. Version 0.17.0 – the latest version when
11%
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
11%
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
11%
04.04.2023
password cracker version 0.7 or newer. Tsunami calls these components in several of its own actions; without the appropriate programs, those calls would go nowhere. Moreover, simulating a misconfigured
11%
22.05.2023
is known as the static root of trust for measurement (SRTM).
TPM 2.0
As a further root of trust, the Secured-core server uses an active Trusted Platform Module (TPM) version 2.0. The TPM chip generates
11%
25.03.2021
server's name is pronounced "Lighty"; some websites even use this phonetic spelling as a synonym of the official name. Lighttpd supports HTTP 1.0/1.1 and encrypted connections over HTTPS. Versions 1
11%
20.05.2014
. The DatabaseAvailabilityGroupIpAddresses option also lets you assign multiple IP addresses to a DAG. If you assign a value of 0.0.0.0 to this option, the DAG uses DHCP for the IP addresses.
The Add
11%
14.03.2013
-based Exchange Admin Centers (EACs). There is still the Exchange Management Shell, which is now based on PowerShell 3.0. The Exchange Management Console no longer exists in Exchange Server 2013. After installation
11%
05.06.2013
of applications.
Notice that the head node has two network connections: one to the Outside World
, which is the connection into the cluster and, often, network device eth0,
and the second is from the head node
11%
14.10.2019
tutorial illustrates how to communicative NumPy arrays using MPI:
from mpi4py import MPI
import numpy
comm = MPI.COMM_WORLD
rank = comm.Get_rank()
# passing MPI datatypes explicitly
if rank == 0:
data