27%
21.05.2014
Stack definitely allows users to collect data on VMs and store the data persistently beyond a restart of the virtual machine. This is where Cinder enters the game (Figure 6): Cinder equips virtual machines
27%
26.10.2012
that the frequently forwarded ports belong to services typically used by malware to infect new systems (Figure 6).
Figure 6: Registered attacks on various ports
27%
02.04.2013
any back-end software because it is provided by Vasco in the cloud (see also the “OAuth API” box).
Figure 6: The online demo token by Vasco lets users
27%
12.08.2013
.tool
The output is given in JSON format (Figure 5), so piping it to python -m json.tool
makes the output readable (Figure 6).
Figure 5: Performance data queried
27%
22.06.2014
Stack machines is much more convenient in the built-in Puppet Dashboard than setting up the services manually (Figure 6). If you want to extend your OpenStack installation later to add more computers, you can do
27%
23.01.2012
which your package exists, you can search for it with the Search
field (upper left corner of the Select Packages window) (Figure 6).
Figure 6: Searching
27%
13.12.2011
entities and run transforms to change those entities. The palette is available once you click the Manage
tab and see it listed under Windows
, which contains a default collection of entities (see Figure 6
27%
03.02.2012
be sure that the evidence is genuine and has not been injected by a malicious third-party? In this context, the term data provenance [6] becomes extremely meaningful: It covers the origins of the piece
27%
16.07.2019
a “wrapper function” for the library in Python (Listing 6).
Listing 6: Wrapper Function
import ctypes
_sum = ctypes.CDLL('libsum.so')
_sum.sum_function
27%
03.04.2019
) by each thread, you would probably put the parallel region around the outside loop (Table 6); otherwise, the work on each thread is less (fewer loops), and you aren't taking advantage of parallelism