13%
02.06.2020
= sol.copy()
10
11 for j in range(0,ny-1):
12 sol[0,j] = 10.0
13 sol[nx-1,j] = 1.0
14 # end for
15
16 for i in range(0,nx-1):
17 sol[i,0] = 0.0
18 sol[i,ny-1] = 0.0
19 # end for
20
21 # Iterate
22
13%
05.12.2014
Model
TS-251
DS-214
N5550
ReadyNAS RN31400
Manufacturer
QNAP Inc.
Synology
Thecus
Netgear
Operating System
QTS 4.1.1 (Linux 3.12
13%
09.10.2017
a simple Flannel configuration.
Listing 1
Flannel Configuration
01 [...]
02 {
03 "Network": "10.0.0.0/8",
04 "SubnetLen": 20,
05 "SubnetMin": "10.10.0.0",
06
13%
09.04.2019
).length > 0;
15 }
16
17 saveItem(text) {
18 if (!this.hasItem(text)) {
19 const arr = this.listItem();
20 arr.push(text);
21 window.localStorage.setItem('annotations', JSON
13%
28.11.2023
):
ssh-keygen -t ed25519 -a 100 -f
ubuntu-sre-id_ed25519 -q -N
2. Copy the SSH public key data on the target server to the authorized_keys file in the $HOME/.ssh directory. You can use the secure copy
13%
12.11.2013
daemon versions from 2.0 (from 2007).
Univention Corporate environments also have a Bareos version for the Univention App Center. Through the UCS interface, you can specify whether or not to back up
13%
04.10.2018
[ec2-user@ip-172-31-20-189 ~]$ consul members
Node Address Status Type Build Protocol DC Segment
ip-172-31-16-22 172.31.16.22:8301 alive server 1.2.0 2
13%
03.12.2015
| [] |
| status | pending |
| tenant_id | 55273dedb2be476c812f0bc3f953f2cf |
| updated | 2015-09-01T05:20:20 |
| version | 0
13%
31.10.2025
-Slave architecture. Other modules including HTTP Proxy, firewall, and Zarafa collaboration platform, have been updated. Zentyal 3.0 version is based on the latest Ubuntu Server 12.04 LTS edition. Zentyal 3.0 is now
13%
21.07.2011
address = 192.168.1.250 eth0:0
17 vip_nmask = 255.255.255.0
18 port = 80
19 send = "GET / HTTP/1.0\r\n\r\n"
20 expect = "HTTP"
21 use_regex = 0
22 load_monitor = rup
23