19%
03.02.2022
Your home directory (~) stores personal data and configuration files for the programs you use (e.g., the Google Chrome or Firefox profile and the GTK configuration for the look and feel you prefer
19%
11.08.2025
searching several sites, I ended up relying on the AI output from Google. I was able to verify some of the formats, but not all of them (I just couldn't find details or test them myself):
zip
.tar
19%
03.09.2013
. In the Manage Devices
section, all Teradici PCoIP devices on the network are detected and listed automatically (Figure 6).
Figure 6: Simple but functional
19%
17.09.2013
with ssh-agent
; the -l
option lists the currently stored keys. With the Windows MobaXterm SSH client, you can easily enable the SSH agent, for example, in the program settings (Figure 6). The PuTTY Suite
19%
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
19%
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
19%
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
19%
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
19%
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
19%
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