16%
09.01.2013
with your S3 bucket, and you can use s3sync [6] to sync to S3 (somewhat like rsync). If you are running Windows, these Amazon S3 clients are available for backing up data to Amazon S3:
Amazon S3 Transfer
16%
03.04.2024
-programmed script for this task might look like Listing 1.
Listing 1
List RPM Packages
#!/bin/bash
printf "%-40s %-20s %-20s\n" "Package Name" "Update" "Installed"
dnf list updates | while read pn pv
16%
13.02.2017
.example.com
# ipa-getcert request -f /etc/Pegasus/server.pem -k /etc/Pegasus/file.pem -N CN=`hostname` -K CIMOM/`hostname`
Also note that there is currently a problem in connection with SELinux, if you want
16%
04.11.2011
Recent trends in computing are toward more cores doing more tasks at once. These days, you are likely to have a dual- or quad-core CPU in your laptop, and perhaps 4, 6, 12, or 16 cores in your
16%
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
16%
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
16%
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
16%
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
16%
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
16%
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