13%
02.08.2022
crunch away on installing MariaDB. The first step is to download and run the MariaDB repo setup script:
wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
chmod +x mariadb_repo_setup
sudo
13%
02.02.2021
.sin(periods * 2 * np.pi * t)
12 return max(value, 0.0)
13 else:
14 value = np.sin(periods * 2 * np.pi * t)
15 return max(value, 0.0)
16
17 # building the data vector
18 my_data = []
19 i = 0
20 while
13%
10.06.2015
Lab http://gitlab.com
Big Data
Hadoop http://hadoop.apache.org, Cassandra http://cassandra.apache.org, Spark http://spark.apache.org, Storm http://storm.apache.org
Meta/High Availability
13%
20.06.2012
Determining fastest mirrors
epel/metalink | 12 kB 00:00
* elrepo: mirror.symnds.com
13%
07.06.2019
(dayOfYear):as.factor(wday)Monday 16.64 18 8.382 < 2e-16 ***
s(dayOfYear):as.factor(wday)Saturday 11.29 18 3.307 3.00e-09 ***
s(dayOfYear):as.factor(wday)Sunday 12.92 18 4.843 1.02e-13 ***
---
Signif. codes: 0
13%
03.08.2023
.168.2.2"
}, {
"name": "domain-search",
"data": "mydomain.example.com, example.com"
}],
"subnet4": [{
"subnet": "192.168.2.0/24",
"pools": [{"pool":"192.168.2.1 - 192.168.2.50"}],
"option-data": [{
"name
13%
07.04.2022
the AdministratorAccess AWS managed role to get full access to the environment:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "*",
"Resource
13%
02.08.2021
(IPA), and the other is the deployment image (lines 7-14). The IPA image is CentOS (lines 16 and 17).
Listing 5
Volumes, Images, CentOS
01 # docker volume ls
02 local bifrost
13%
25.03.2021
_idle_timeout 3m;
10 http2_max_requests 1000;
11
12 access_log /usr/local/var/log/nginx/http2.log http2;
13
14 ssl_certificate /test.crt;
15 ssl_certificate_key /test.key;
16
17 root
13%
11.09.2018
: 2
09 template:
10 metadata:
11 labels:
12 run: nginx-dep
13 spec:
14 containers:
15 - name: nginx-dep
16 image: nginx17 ports:
18