100%
28.11.2021
, network usage, and disk space.
To begin, install it on the web app hosting machine:
wget https://github.com/prometheus/node_exporter/releases/download/v1.2.2/node_exporter-1.2.2.linux-amd64.tar.gz -O node_exporter.tar.gz
94%
29.09.2020
latest release
[INFO] Using v1.17.3+k3s1 as release
[INFO] Downloading hash https://github.com/rancher/k3s/releases/download/v1.17.3+k3s1/sha256sum-amd64.txt
[INFO] Downloading binary https://github.com
92%
10.06.2015
it somewhere.
You can also compress the text file before you encrypt (Listing 2). Notice that the compressed file hpc_001.html.gz is encrypted this time. GPG typically has the option of compressing the file
91%
17.04.2017
install libunwind libicu
# curl -sSL -o dotnet.tar.gz https://go.microsoft.com/fwlink/?LinkID=816869
# sudo mkdir -p /opt/dotnet && sudo tar zxf dotnet.tar.gz -C /opt/dotnet
# sudo ln -s /opt
91%
05.12.2014
zones (containers) on two different physical servers, or rather hypervisors, or else Global Zones (GZ) as in the SmartOS/Illumos/Solaris terminology. This is the IP assignment for this example:
zone
90%
30.01.2024
.7.0/ossec-hids-3.7.0.tar.gz.asc
gpg --import OSSEC-ARCHIVE-KEY.asc
Next, download the current OSSEC version, and unzip and execute the installation script:
wget https://github.com/ossec/ossec-hids/archive/3
90%
25.09.2023
/monit/dist/binary/${MONITVER}/monit-${MONITVER}-linux-x64.tar.gz" -O /tmp/monit.tgz
033 then
034 echo "wget https://mmonit.com/monit/dist/binary/${MONITVER}/monit-${MONITVER}-linux-x64.tar.gz -O /tmp/monit.tgz failed, exiting ..."
035 exit 1
036
88%
05.12.2014
://www.owncloud.org
http://www.cozy.io
–
http://www.git-annex.branchable.com
–
http://www.pyd.io
http://www.seafile.com
http://www.sparkleshare.org
http://www.tonido.com
88%
05.08.2024
_GCPCPSTST
FROM alpine:3.19 AS dockerize
ENV DOCKERIZE_VERSION v0.7.0
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar
88%
09.04.2019
required the commands in Listing 3, executed as superuser. The tarball is about 85MB compressed.
Listing 3
Go v1.8 Install
$ curl -O https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz