47%
30.11.2020
cri-o-${CRIO_VERSION}
The following NEW packages will be installed
cri-o-1.17
0 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
Need to get 17.3 MB of archives.
After this operation
47%
02.10.2017
hello snapcraft.yaml wifi-ap
name: my-snap-name # you probably want to 'snapcraft register '
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: Single-line elevator pitch for your amazing snap # 79 char
47%
16.08.2018
a beta test for a new product: Zodiac WX [2], a wireless-enabled access point.
A special feature of the Zodiac WX is support for the OpenFlow protocol [3]. OpenFlow-based networks usually exist purely
47%
09.06.2018
(lines 2 and 3).
Listing 1
Setting Up RSQL
01 $ tar -xzf rsql-0_7_1-linux_amd64.tgz
02 $ mv rsql/bin/rsql_server-0_7_1-linux_amd64 rsql/bin/rsql_server
03 $ mv rsql/bin/rcli-0_7_1-linux
47%
01.08.2019
, uncompress the tarball and enter the resulting directory:
$ tar xvfz minishift-1.33.0-linux-amd64.tgz
$ cd minishift-1.33.0-linux-amd64
If you run the ls command, you can see a 27MB binary called minishift
47%
17.02.2015
Load
30 check_command check_nrpe!check_load!5.0!4.0!3.0!10.0!6.0!4.0
31 }
32 define service{
33 use generic-service ; Name of service
47%
30.09.2013
the complex handling and high costs of other tools.
Based on openSUSE 11.4 and BusyBox, StressLinux is available as a 200MB, or 225MB ISO image for 64-bit and 32-bit architectures. Alternative versions
47%
17.06.2011
_name Server at language center
address 141.20.108.124
active_checks_enabled 1
passive_checks_enabled 0
max_check_attempts 3
check
47%
04.11.2011
-o pe_start
# vgcreate RaidVolGroup00 /dev/sdx
# lvcreate --extents 100%VG --name RaidLogVol00 RaidVolGroup00
# mkfs -t ext3 -E stride=32 -m 0 -O dir_index,filetype,has_journal,sparse_super /dev
47%
04.04.2023
should be copied from the stage named stage_one. Because it copies only one file, the resulting image is an order of magnitude smaller – it is 124MB.
Listing 3
Multistage Build
FROM gcc