24%
07.10.2014
:
gplogview.exe -a a9034339-85ce-4ab6-9444-b14c33a93e89 \
-o \\dell\x\%computername%-GPEvents.txt
You can also hide irrelevant data in the results files using the -n option:
gplogview.exe -n -o \\dell
24%
03.08.2023
:
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
If you are installing Argo CD into a different namespace, make sure to update the namespace
24%
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
24%
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
24%
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
24%
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
24%
09.04.2019
}
21 }
22 },
23 {
24 "Effect": "Allow",
25 "Action": [
26 "iam:PutRolePolicy",
27 "iam:DeleteRolePolicy"
28 ],
29 "Resource": "arn:aws:iam
24%
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
24%
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
24%
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