30%
25.10.2011
. The final step is the firewall rule, and the VPN is ready (Figure 10).
Listing 12: Fortinet, Phase 2
01 edit "srx-phase2"
02 set phase1name "srx-phase1"
03 set proposal 3des-sha1 aes256-sha1
04 set
30%
05.12.2014
inspirational is by Jay Jacobs and Bob Rudis [3] [4]. These few months later, my R skill level has improved just enough to share some insight with you. Imagine me as somewhere between total noob R script kiddie
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
:
> numbers <- c(1, 2, 3, 4, 5)
The c() function – the c stands for "concatenate" – combines the individual elements listed in parentheses. An equals sign can be used as an alternative for assignments, in line
30%
05.08.2024
python-pubsub/samples/snippets
python3 publisher.py demo create demo
python3 subscriber.py demo create demo demo
python3 publisher.py demo publish demo
python3 subscriber.py demo receive demo 20
echo
30%
03.04.2024
content management system (CMS) in use by far, with a more than 40 percent market share [1]. The next closest CMS is Wix with only a 3.6 percent market share. Although you can argue about actual percentages
30%
02.08.2021
%util
sda 10.91 6.97 768.20 584.64 4.87 18.20 30.85 72.31 13.16 20.40 0.26 70.44 83.89 1.97 3.52
nvme0n1 58.80 12.22 17720.47 48.71 230
30%
21.08.2012
=/vnfs
The VNFS grew a little bit in size from the ganglia additions to 72.3MB, which is still pretty small.
Now I can boot the compute node. Once it comes up (check this by ssh
ing to the node as a user
30%
21.04.2015
-r--r-- 2 root root 6 3. Feb 18:36 .glusterfs/0d/19/0d19fa3e-5413-4f6e-abfa-1f344b687ba7
#
# ls -alid dir1 .glusterfs/fe/9d/fe9d750b-c0e3-42ba-b2cb-22ff8de3edf0 .glusterfs
/00
30%
26.01.2025
the binary media data as text. Among the myriad ways to do this, the standard in browsers is Base64 encoding [22], provided in Julia by the IBase64
package.
Listing 4 shows the server program from Listing 3