30%
18.07.2013
Practical Settings
SSLProtocol -SSLv2 -SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2
SSLCipherSuite HIGH:!MEDIUM:!LOW:!aNULL@STRENGTH
SSLCompression off
One restriction is that algorithms that perform a key
30%
09.01.2013
/haproxy/www.example.com.pem
22 mode http
23 option httpclose
24 option forwardfor
25 reqadd X-Forwarded-Proto:\ https
26 default_backend web_server
27
28 backend web_server
29 mode http
30 balance roundrobin
31
30%
14.03.2013
(Accelerated Processing Unit) [4].
This processor combines a CPU with a GPU on a single chip. For example, the recently announced AMD A10-5800K has the following specifications:
4 cores at 3.8GHz (turbo
30%
27.09.2024
virtual instance for development and test purposes on which to carry out the work. Again, Ubuntu 22.04 is a good choice. The steps are quickly completed: Use curl to download the k0s binary, which you
30%
26.01.2025
the required cluster in just a few minutes. The following example assumes that all commands are run on Ubuntu 22.04, but most of the commands will probably work on other distributions with just a few minor
30%
25.10.2011
).
Listing 5: /etc/inet/ike/secret/ike.preshared
01 {
02 localidtype IP
03 localid 192.168.1.105
04 remoteidtype IP
05 remoteid 192.168.1.7
06 key f04e8e75162390ba9da8000cb24e8a93fb77af519ce
30%
05.12.2014
select(HostCt, ServerOwner, Date) %>%
078 arrange(desc(HostCt))
079 head8 <- head(top8, 25)
080
081 data9 <- sheet9
082 patchdata9 <- data.frame(data9)
083 top9 <- patchdata9 %>%
084 select
30%
09.04.2019
:
18 - "blog.datadoc.info"
19 ---
20 apiVersion: networking.istio.io/v1alpha3
21 kind: VirtualService
22 metadata:
23 name: wordpress
24 spec:
25 hosts:
26 - "blog.datadoc.info"
27 gateways
30%
07.06.2019
'***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
R-sq.(adj) = 0.648 Deviance explained = 69.9%
GCV = 11749 Scale est. = 10025 n = 703
> datPrep$pred2 <- predict(mod2, newdata = datPrep)
> ggplot
30%
05.08.2024
_test.py:/etc/motopython/moto_python_test.py:ro -w /etc/motopython --entrypoint=python motoserver/moto moto_python_test.py
Listing 16
Decorator Diffs
12a13
> @mock_aws
14,15d14
< mock = mock_aws()
< mock.start()
27,28d25