17%
11.04.2016
_options=synced
08 servers=backend1, [...]
09 user=maxscale
10 passwd=secret
11
12 [Galera Listener]
13 type=listener
14 service=Galera Router
15 protocol=MySQLClient
16 address=10.42.0.1
17 port=3306
18
19 [Galera
17%
20.05.2014
= require('http'),
02 express = require('express');
03
04 function root(req, res) {
05 res.end("hello");
06 }
07
08 var app = express();
09 app.set('port', process.env.PORT || 3000);
10
11 app
17%
04.11.2011
convolutionSum = 0.0f;
05
06 // Iterate over convolution kernel
07 for(size_t ky = 0; ky < kernel.height; ++ky)
08 {
09 for(size_t kx = 0; kx < kernel.width; ++kx)
10
11 {
12
17%
02.06.2020
), (2) dissolved oxygen (ppm), (3) electrical conductivity (µS/cm), (4) oxidation-reduction (redox) potential (mV), (5) photosynthetic photon flux density (PPFD, µmol/sq m/sec), (6) water pH, (7) humidity
17%
16.05.2013
-list
+--------------------------------------+-----------+------------------
| id | name | subnets |
+--------------------------------------+-----------+------------------
| 42a99eb6-3de7-4ffb-b34e-6ce622dbdefc | admin-net|928598b5 ... OpenStack workshop, part 3:Gimmicks, extensions, and high availability
17%
03.08.2023
, author, publication_date, price) VALUES
('1984', 'George Orwell', '1949-06-08', 14.99);
SELECT * FROM books;
As long as a majority of the replicas (in this case, at least two out of three) are operational
17%
11.02.2016
state=absent
07 notify: Restart Apache
08
09 - name: Generate Vhosts
10 template:
11 src=vhost.conf
12 dest=/etc/apache2/sites-enabled/{{ item.hostname }}.conf
13 with_items: vhosts
14
17%
14.11.2013
01 {
02 "name": "ONE-SCALE",
03 "deployment": "none",
04 "roles": [
05 {
06 "name": "appserver",
07 "cardinality": 2,
08 "vm_template": 0,
09
10 "min_vms" : 5,
11
17%
14.03.2013
GRANT ALL PRIVILEGES ON nova.* TO 'novadbadmin'@'%'
04 IDENTIFIED BY 'dieD9Mie';
05 EOF
06 mysql -u root <08 GRANT ALL PRIVILEGES ON glance.* TO 'glancedbadmin'@'%'
09
17%
04.08.2020
[vertices:6 edges:6]
03
04 gremlin> g = graph.traversal()
05 ==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
06
07 gremlin> g.V().label().groupCount()
08 ==>[software:2,person:4]
09
10