67%
30.01.2020
Fn::Base64:
20 Fn::Join:
21 - ''
22 -
23 - "{\n"
24 - '"bucket"'
25 - ' : "'
26 - Ref: S3Bucketname
27
67%
10.04.2015
.6.1.2.1.2.2.1.19
# ifOutErrors
snmpwalk -v1 -Oqs -c $ROCOMMUNITY $HOST .1.3.6.1.2.1.2.2.1.20
}
# Directory for logfiles
LOGDIR="/home/falko/monitorlog"
# community string
ROCOMMUNITY="community"
# date
YEAR=$( date
67%
04.11.2011
.
Listing 1: Running Many Commands at Once
01 $ cat commands
02 date
03 hostname
04 echo foo | md5sum
05
06 $ cat commands | parallel
07 Thu Jul 8 10:37:20 EST 2010
08 desktop‑machine
09 d3b07384d113edec49
67%
14.11.2013
to the computer (Figure 1). You can double-click a VHD(X) file to this, too. After you have created the virtual hard disk, Windows displays it in Disk Management, and you can manage it like any other disk
67%
20.05.2014
.2.0 include the introduction of YARN (Yet Another Resource Negotiator) as an optional replacement for MapReduce. MapReduce in Hadoop 1.x (Figure 3) is not optimal for all workloads. It achieves its best ... Hadoop 2.x and its associated tools promise to deliver big data solutions not just to the IT-heavy big players, but to anyone with unstructured data and the need for multidimensional data analysis. ... 20
67%
22.05.2023
.HistogramOpts{
Name: "prometheus_http_request_duration_seconds",
Help: "Histogram of latencies for HTTP requests.",
- Buckets: []float64{.1, .2, .4, 1, 3, 8, 20, 60, 120},
+ NativeHistogramBucketFactor: 1
67%
25.03.2021
as expanded hardware support, kernel 5.11 has brought improvements to RISC-V, as well as support for RISC-V CPU architecture such as OpenRISC support for the LiteX SoC controller driver.
On the Intel side ... In the news: Yet Another Botnet Targeting Linux, Linux Kernel 5.11 Released,Ubuntu Core 20 Officially Released, CloudLinux Offering Lifecycle Support Service for Expired Linux Distributions
67%
04.11.2011
only need to port the two inner loops (Listing 2, lines 7 and 9) because the threads process all the required x
and y
values in parallel. I use the built-in clamp()
function (Listing 3, line 42
67%
07.04.2022
images [3] as quay.io/footloose/
, for CentOS7, Fedora 29, Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, Amazon Linux 2, Debian 10, and Clear Linux, but you are not limited to the prebuilt images. You could
67%
10.04.2015
]
20 }
21 ]
22 }
23 ]
24 }
The script that performs the rsync operation, sync.sh, will look like Listing 3. Your script might be more complex (e.g., by adding some sort