13%
04.04.2023
_type = "simple-zonal"
03 }
04 provider "google" {
05 ...
06 }
07 data "google_client_config" "default" {}
08 provider "kubernetes" {
09 ...
10 }
11 /*******************************************
12
13%
07.06.2019
.10e-10 ***
monthJuly 211.030 20.849 10.122 < 2e-16 ***
monthJune 167.145 22.755 7.345 5.85e-13 ***
monthMay 24.528 21.411 1.146 0.2524
monthMarch -10
13%
20.03.2014
": 2048,
07 "resolvers": ["192.168.111.254"],
08 "disks": [
09 {
10 "image_uuid": "1fc068b0-13b0-11e2-9f4e-2f3f6a96d9bc",
11 "boot": true,
12 "model": "virtio"
13 }
14 ],
15
13%
10.04.2015
/bin/rpi-update \
https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update && \
chmod +x /usr/bin/rpi-update
08 $ sudo rpi-update
09 $ sudo reboot
I enabled SNMP agents on all the access points used
13%
01.08.2019
]. It was run in a Jupyter notebook to get the timings.
Listing 1
Python First Run Without Numba
import numpy
def sum(x):
total = 0
for i in range(x.shape[0]):
total +=x[i]
return
13%
25.03.2021
.1) are basically based on the idea of the original HTTP protocol (HTTP/0.9), which assumes that a web browser establishes a dedicated TCP connection to the web server for each request (i.e., for an HTML file
13%
07.10.2014
as reliably as the rest of the PKI world.
4. Protocols
A public website must support the TLS 1.0, TLS 1.1, and TLS 1.2 protocols. SSL 2 is obsolete and insecure. SSL 3 is also deprecated and, although
13%
02.08.2022
A quick edit of your pristine MariaDB server's configuration file /etc/my.cnf.d/server.cnf (1) binds the MariaDB service to the localhost and (2) connects and (3) creates the database:
Bind-address = 127.0.0
13%
05.02.2019
": "node bin/hello-cdk.js",
03 "context": {
04 "cidr_by_env": {
05 "dev": "10.100.0.0/16",
06 "qa": "10.200.0.0/16",
07 "prod": "10.300.0.0/16"
08 },
09 "max_azs": {
10
13%
06.10.2019
/lib/cassandra/)" ] ; then sleep 0; fi && /docker-entrypoint.sh cassandra -f'
08 # Network for communication between nodes
09 networks:
10 - dc1ring
11 # Mapped the volume to a local directory