19%
03.12.2015
shows how the host system forwards port 443 to the container:
sudo iptables -t nat -A PREROUTING -p tcp --dport 443 -j DNAT --to-destination 10.0.3.190:443
The lxcbr0 interface is great for testing. If
19%
07.06.2019
(s)
/nikto-test-0kquC9tm.html: 1 Time(s)
/nikto-test-O7SQXv49.html: 1 Time(s)
/nikto-test-k19h6AMS.html: 1 Time(s)
The Method Not Allowed
error was logged on the server a few times. HTTP response
19%
09.12.2021
. Notice that 7z
prompts twice for a password.
Listing 8: 7z
Encrypted Archive
$ 7z a -p -mx=9 -mhe data.7z package-list.txt
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip
19%
15.12.2017
many nodes, then a significantly larger size is a good idea: I’d use 80GB, if at all possible.
Then, configure the security group to include at least the following ports:
a. 80
b. 22
c. 443
d
19%
09.04.2019
}
21 }
22 },
23 {
24 "Effect": "Allow",
25 "Action": [
26 "iam:PutRolePolicy",
27 "iam:DeleteRolePolicy"
28 ],
29 "Resource": "arn:aws:iam
19%
29.09.2020
-amd64.tar.gz.sha256sum
[...snip]
e6be589df85076108c33e12e60cfb85dcd82c5d756a6f6ebc8de0ee505c9fd4c helm-v3.1.2-linux-amd64.tar.gz
$ sha256sum helm-v3.1.2-linux-amd64.tar.gz
e6be589df85076108c33e12e60cfb85
19%
20.10.2016
), has to be specified. Here is a simple example of the declaration:
INTEGER, TARGET :: a(3), b(6), c(9)
INTEGER, DIMENSION(:), POINTER :: pt2
Another quick example of multidimension arrays
19%
16.08.2018
the option settings and quit
-b disable ^C status feature (batch mode)
-d enable extra debug information from ^C status
-l user execute remote commands as user
-t
19%
13.06.2019
In this third and last article on OpenMP, we look at good OpenMP coding habits and present a short introduction to employing OpenMP with GPUs.
... that iteration space and run it across the threads as directed.
Listing 1: collapse
Clause
Fortran
C
!$omp do collapse(2)
do i=1,N
do j=1,N
A(i,j) = B(i,j) + C ...
In this third and last article on OpenMP, we look at good OpenMP coding habits and present a short introduction to employing OpenMP with GPUs.
19%
20.03.2014
to the minimum file allocation size a filesystem manages and effectively represent the smallest possible disk allocation for a file. (A smaller file would be padded with slack space to that minimum allocation