19%
05.12.2019
licenses exist that can be built into popular open source playback software.
As additional copy protection, all current Blu-ray players integrate the Blu-ray+ technology developed a good 10 years ago
19%
25.03.2020
The first time you roll out a Kubernetes test cluster with kubeadm, superuser certificate-based access is copied to ~/.kube/config on the host, with all options open. Unfortunately
19%
20.05.2014
. If an appliance takes care of all these tasks, it needs to meet the customer's individual requirements precisely.
The UTM Firewall by Endian, a company founded in 2003, is one of the few open source firewalls
19%
04.12.2024
Back on the 'bookworm' system, I want to deploy the open-iscsi package [3] (the RFC 3720 iSCSI implementation for Linux). To create a secure infrastructure, couple it by installing the cryptsetup package
19%
04.02.2014
preference to SHA.)
The analysis was performed on a forensic workstation in a virtualized environment (VMware vSphere ESXi). Only active open source projects were compared that are suitable for postmortem
19%
08.01.2013
the Windows 8 Troubleshooting options to restore the registry in case of a problem.
Using Notepad or another standard text editor (not Word or OpenOffice), create a text file named sambafix.reg
. This file
19%
23.01.2012
compared with the final installation size.
Cygwin Installation
On the system you want to install Cygwin, open a browser and point it to http://www.cygwin.com
. Scroll down the page until you see a link
19%
15.12.2016
the directives as comments and just moves on. This is the same approach taken by OpenACC and OpenMP (open multiprocessing).
The HPF extensions never seemed to be popular with users. A few Fortran 95 compilers
19%
21.03.2017
. The first example simply illustrates a few concepts, such as:
Opening an HDF5 file for writing
Creating data sets
Creating groups
The simple Python script in Listing 1 incorporates
19%
17.05.2017
MPI_COMM_SIZE(MPI_COMM_WORLD, NUMTASKS, MPIERROR)
37
38 ! Get my rank
39 CALL MPI_COMM_RANK(MPI_COMM_WORLD, MPI_RANK, MPIERROR)
40
41 ! Initialize FORTRAN interface
42 CALL H5OPEN_F(IERR)
43
44 ! Initialize