23%
05.08.2024
migrate from Flannel to Cilium as follows:
kubectl delete -f kube-flannel.yaml
kubectl -n kube-system delete ds kube-proxy kubectl -n kube-system delete cm kube-proxy rm /etc/cni/net.d # all hosts
23%
20.02.2012
Monitor on Windows.
Figure 1: The main PC Monitor configuration window.
Figure 2 is the PC Monitor installation launch on Linux. Answer ‘No’ (n
23%
27.09.2024
for the remote
(i.e., the target system). Pressing n
opens the dialog for configuring a new cloud service. You will see a list of storage services, each of which has its own number. Simply enter the number
23%
30.11.2025
-client consumer bind --repoid Fedora14-x86_64
command, which tells Pulp to create a new pulp.conf configuration file below /etc/yum.repos.d to point to the new repository on the server (Listing 6). If the client
23%
30.11.2025
application. Figure 1 shows a screenshot of PC Monitor on Windows. Figure 2 is the PC Monitor installation launched on Linux (answer "No" (n
) to the Start the PC Monitor Manager
question), and Figure 3 shows
23%
09.04.2019
. The command
> msfpayload windows/exec CMD="cmd /k calc" EXITFUNC=thread C | sed '1,6d;s/[";]//g;s/\\/,0/g' | tr -d '\n' | cut -c2-
would format the parameter value for -ShellCode correctly in the example here
23%
09.04.2019
}
21 }
22 },
23 {
24 "Effect": "Allow",
25 "Action": [
26 "iam:PutRolePolicy",
27 "iam:DeleteRolePolicy"
28 ],
29 "Resource": "arn:aws:iam
23%
12.09.2013
and records
DNSSEC support (as of 3.x)
Web-based management options
DNS data stored in plain text (BIND compatible)
IPv4 and IPv6, UDP/TCP, 100% compliant [3]
MySQL, Postgre
23%
05.12.2014
_mac_spoofing": true
20 }
21 ]
22 }
Listing 2
ucarptest2.json
01 {
02 ...
03 "alias": "zoneB",
04 "hostname": "zoneB",
05 ...
06 "nics": [
07 {
08 ...
09 "ip": "10
23%
30.05.2021
_ssl':
19 ensure => installed,
20 }
21 }
22
23 package { $package_name:
24 ensure => installed,
25 }
26 }
In the context of variables, Puppet also provides conditions such as if-else and case