9%
27.09.2024
was needed so containers could save data in a directory before crashing or stopping. This problem prompted the Container Storage Infrastructure (CSI) in 2019 to standardize a series of APIs that Kubernetes can
9%
07.06.2019
://creativecommons.org/licenses/by-sa/3.0/legalcode
Jenkins plugin repository: https://github.com/jenkinsci/configuration-as-code-plugin/tree/master/demos
The Author
Tomasz "Majkel" Szandala is a PhD student
9%
02.06.2020
. As on the R&D computer, I used Python 3.7 and pip to install the TensorFlow Lite Runtime wheel package. In this case, the Raspberry Pi is running Raspbian Buster, so I install the Python wheel as follows:
pip3
9%
05.02.2023
be targeted geographically with the S3 protocol and, moreover, can be combined with caches to create a kind of mini content delivery network (CDN). It used to be quite common to store asset data in databases
9%
30.05.2021
contain an init script, so you have to start the service manually by calling sudo_logsrvd. The process moves directly into the background to avoid blocking the shell. If you would rather it run
9%
22.12.2017
on the firewall – port 22. All the other ports can be blocked.
Many filesystems allow encryption of data at rest. Using SSHFS in combination with an encrypted filesystem ensures that your data is encrypted at rest
9%
07.10.2014
setup is based on a central server that provides its surrounding hosts with data. The host is known as the Puppet master server; all agents on all your computers call it to obtain information about
9%
02.04.2013
As a desktop firewall, Windows Firewall has the task of protecting the local computer; thus, it differs in principle from network firewalls, which control data traffic between networks. The local
9%
28.11.2023
. The following command starts a MongoDB container and attaches an anonymous volume to the /data/db directory, where MongoDB stores its data:
docker run -d --name my-mongodb -v /data/db mongo
Whereas anonymous
9%
30.11.2025
, deduplication reduces the sheer volume of data by identifying identical blocks of data and backing them up once only; all other instances of the same data block are simply referenced by pointers. Depending