16%
05.03.2013
. You must have at least version 1.1.6x of npm (try npm --version
). If not, GitHub has an informative page on how to install current packages for various distros. As soon as you have installed this duo
16%
05.09.2011
the fixed network template file specified in Listing 4, save the contents of Listing 4 to a file called network.template, and enter the commands shown in Listing 6.
Listing 6
Creating a Virtual
16%
29.06.2011
memory to the existing machines.
Luckily, KVM became an official component of all Linux kernels as of version 2.6.20. In other words, you only need to install Qemu and a couple of tools. Most
16%
13.12.2011
, 28 ports open for incoming connections, and 441 packages installed and not updated for a while.
Listing 2: grep, ps and netstat example results
user@metasploitable:~$ uname -a
Linux metasploitable 2.6
16%
17.05.2017
USE HDF5 ! This module contains all necessary modules
5 IMPLICIT NONE
6
7 INCLUDE 'mpif.h'
8
9 INTEGER :: NUMTASKS, MPI_RANK, LEN, IERR , MPIERROR, INFO, C_LEN
10 INTEGER
16%
07.02.2019
, copyout,
allocates memory on the accelerator when entering the accelerated region but only copies data from the accelerator to the host when exiting the OpenACC data region (Table 6). No data is copied from the host
16%
10.06.2015
as suspicious. Suricata has a stable code base, and it is used throughout the industry. Although hardly as widely adopted as Snort, Suricata has the ability to monitor both IPv4 and IPv6 traffic, as well
16%
11.09.2018
Ain't Markup Language'' [6]), so be careful.
Listing 2:nginx.tml
01 ---
02
03 apiVersion: extensions/v1beta1
04 kind: Deployment
05 metadata:
06 name: nginx-dep
07 spec:
08 replicas
16%
04.10.2018
and deploy slides automatically with OpenShift on every new commit in the Git repository. The slides are available online [5] and the source code of this example is available at the CETIC Git repository [6
16%
30.11.2020
Fortran, C, or C++ codes" [4].
Simple mpi4py Examples
For the example programs, I used the mpi4py
install for Anaconda [5] and built it with MPICH2 [6]. Running mpi4py
Python codes follows the MPICH2