13%
03.08.2023
store the backup in cloud storage services like Amazon S3, Google Cloud Storage, or Azure Blob Storage. For example, to store the backup in an S3 bucket, you would use a command like
BACKUP DATABASE mydb
13%
18.07.2013
(adding s3cmd to the PATH) doesn't have to be remembered. Most stuff on servers is just files, which is what makes Puppet so useful.
The line
require => Package['update-motd']
means
13%
25.08.2016
.
Figure 12: Kate 3.3.4 on CentOS 6.8 with KDE.
Leafpad
No one says that a GUI editor has to have lots of features. It can be very lightweight and simple, which is exactly the focus of Leafpad
13%
09.10.2017
environment provides impressions of the insights Prometheus delivers into a Kubernetes installation.
The Prometheus configuration is oriented on the official example [3]. When querying metrics from
13%
14.11.2013
/devices/system/edac/mc/mc0/csrow0/dev_type
x8
login2$ more /sys/devices/system/edac/mc/mc0/csrow0/edac_mode
S4ECD4ED
login2$ more /sys/devices/system/edac/mc/mc0/csrow0/mem_type
Unbuffered-DDR3
login2$ more /sys
13%
30.11.2025
with Amazon's S3 and a Swift-compatible variant. A generic REST interface is also available. As you can see, RADOS includes a good selection of interfaces to the world outside.
At the time of writing
13%
05.02.2019
"dev": 2,
11 "qa": 3,
12 "prod": 3
13 }
14 }
15 }
From the code in the subnetConfiguration block, you can see three types of subnets: Public, Private, and Isolated. As mentioned
13%
18.03.2020
these tests are not performance tests that require detailed specifications about the hardware and software, I offer a brief description. The system ran Linux Mint 19.3 and used the latest PGI Community Edition
13%
30.11.2025
Password = "YdhKKoy2Huq1CVHwIR"
05 Pid Directory = "/var/run"
06 Query File = "/usr/lib/bacula/query.sql"
07 Working Directory = "/var/lib/bacula"
08 }
09
10 Fileset {
11 Name = "Full Set"
12
13%
26.01.2025
examples created a slider in the Pluto notebook (Figure 3) with
@bind x Slider(1:10)
In HTML, the closest equivalent is:
However, the two examples