9%
05.12.2019
. Whereas video CDs usually have a capacity of around 700MB, video DVDs that follow the DVD-18 standard can store around 17GB. The significantly higher storage capacity not only makes it possible to offer
9%
25.03.2020
, according to the README file, requires "half the memory, all in a binary less than 40MB" to run. By design, it is authored with a healthy degree of foresight by the people at Rancher [3]. The GitHub page [4
9%
13.02.2017
of around 250MB to Amazon's S3 storage very effectively. A number of successful container technologies have been used extensively in the past, including LXC, Solaris Zones, and FreeBSD jails, to name
9%
12.09.2013
budget [5] – it's not only the capacity but also the performance that influences user acceptance.
The network should not use legacy 10Mb technology, which is often encountered in the form of small
9%
30.11.2025
) with 12 Serial ATA disks, a 320 UW SCSI controller for the host connection, and 512MB cache.
I configured various disk groups and logical volumes on this powerful hardware and exported them to the backup
9%
06.08.2026
://localhost:8333 --no-verify-ssl s3 mb s3://loki-chunks
aws s3 ls --endpoint-url http://localhost:8333
Congratulations, the storage back end is finally ready for use.
Configuring Loki for SeaweedFS
Next
9%
06.10.2019
constraint:
requires maxRead(argv[1] @ example1.c:8:20) <= 9
needed to satisfy precondition:
requires maxSet(buffer @ example1.c:8:12) >= maxRead(argv[1] @
example1.c:8:20)
derived from
9%
18.07.2013
://www.alienvault.com/
Monkey Web Server Version 1.2
Monkey is a fast web server with minimal memory requirements that is particularly designed for embedded devices. To serve many requests with few resources, Monkey uses
9%
13.02.2017
that you can replace the Ubuntu-based environment used in WSL with other versions of Windows.
SUSE/openSUSE engineers have managed to bring openSUSE to Windows 10. In a January 12 entry in the SUSE blog
9%
25.09.2023
.getenv("REDIS_HOST", "localhost")
07 r = redis.Redis(host=redis_host, port=6379, decode_responses=True)
08
09 @app.route('/')
10 def hello():
11 count = r.incr('counter')
12 return f'Hello, you have visited {count} times.'
13