17%
07.11.2011
, Postscript, PDF, PNG, SVG, and XML formats. Listing 2, for example, shows the plain text output for a two-socket, eight-core server.
Listing 2: lstopo Textual Output.
01 Machine (24GB)
02 NUMANode P#0 (12
17%
07.11.2011
directives, meaning that the source code can still be complied as serial code:
$ gcc ‑Wall test.c
test.c: In function 'main':
test.c:12: warning: ignoring #pragma omp parallel
OpenMP-specific code can also
17%
16.02.2012
[OOOOOOOOOOOOOOO] 15/15
09
10 Files: 1
11 Directories: 0
12 Touched Pages: 15 (60K)
13 Elapsed: 0.001102 seconds
14 $
The -t
option “touches” the pages of the file, causing it to be loaded into the page
17%
02.02.2012
for this example:
Order Deny,Allow
Deny from All
Allow from 12.12.12.12
Allow from 23.23.23.23
Allow from 34.34.34.34
This example denies access to everybody except the IPs listed, which follows the very sensible
17%
17.06.2017
be in memory," said Guinet on the project page.
The WannaCry ransomware attack has been the worst attack of its kind. The attack started on Friday May 12, 2017 and infected more than 230,000 computers across
17%
18.02.2018
out the window for tech that I'll have to replace in 12 to 18 months. And now we're told that certain vendors slow down tech that is only slightly out of date. That's taking planned obsolescence a bit
17%
05.02.2019
to sleep at night knowing that your network is vulnerable, unwatched for at least 12 hours a day, and probably compromised so badly and so stealthily that you won't be able to find that you've been
17%
02.06.2020
it that problematic.
Yes, we spent a lot of time working. Rather than a typical eight to nine hours per day, we logged somewhere between 10 and 12 hours. We were also on call, and once the layoffs started in October
17%
01.08.2019
.
Figure 3: Installing Python v3.6 for compatibility with Docker Scan.
For example, the command
$ python --version
Python 2.7.12
reports that Python v2 is installed. After installing the relevant
17%
05.12.2016
the user input
# Set bold mode
tput bold
tput cup 10 15
read -p "Enter Your Choice [1-2] " choice
tput clear
tput sgr0
tput rc
Figure 3: tput sample