17%
02.08.2022
) NOT NULL,
06 master VARCHAR(128) DEFAULT NULL,
07 last_check INT DEFAULT NULL,
08 type VARCHAR(6) NOT NULL,
09 notified_serial INT UNSIGNED DEFAULT
17%
09.06.2018
handling, string processing, and mathematical operations [3].
Communication between the DBS and the outside world can be established using either a database console in a terminal, intermediary software
17%
04.10.2018
: ebits/openshift-client
02
03 stages:
04 - deployToOpenShift
05
06 variables:
07 OPENSHIFT_SERVER: https://openshift.ext.cetic.be:8443
08 OPENSHIFT_DOMAIN: openshift.ext.cetic.be
09 # Configure
17%
16.05.2013
,1000);
06
07 // Set host data on the Device (GPU)
08 dA = gpuSetData(A);
09 dC = gpuSetData(C);
10
11 d1 = gpuMult(A,B);
12 d2 = gpuMult(dA,dC);
13 d3 = gpuMult(d1,d2);
14 result = gpuGetData(d3); // Get
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%
26.01.2025
=FreshRSS feed aggregator
03
04 [Container]
05 Image=docker.io/freshrss/freshrss:1.25.0
06 ContainerName=freshrss
07 HostName=freshrss
08 Volume=%h/containers/freshrss/data:/var/www/FreshRSS/data:Z
09 Volume=%h
17%
05.12.2016
/state/log"
05 dumpuser "amanda"
06 labelstr "MyData[0-9][0-9]"
07 autolabel "MyData%%" EMPTY VOLUME_ERROR
08 tpchanger "chg-disk:/amanda/vtapes"
09 tapecycle 4
10 dumpcycle 3 days
11 amrecover_changer "changer
17%
17.06.2017
_checksum = NONE
06 log_slave_updates = ON
07 log_bin = binlog
08 binlog_format = ROW
09 transaction_write_set_extraction = XXHASH64
10 plugin
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