29%
04.11.2011
.
Listing 1: Running Many Commands at Once
01 $ cat commands
02 date
03 hostname
04 echo foo | md5sum
05
06 $ cat commands | parallel
07 Thu Jul 8 10:37:20 EST 2010
08 desktop‑machine
09 d3b07384d113edec49
29%
11.06.2014
# replace: olcRootDN
07 dn: olcDatabase={2}bdb,cn=config
08 changetype: modify
09 replace: olcRootPW
10 olcRootPW: {SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
11 -
12 replace: olcAccess
13 olcAccess: {0}to attrs
29%
03.04.2024
"allowedValues": [
05 "Dynamic",
06 "Static"
07 ],
08 "metadata": {
09 "description": "Allocation method for the Public IP used to access the Virtual Machine."
10 }
11
29%
21.01.2014
= reservation.instances[0]
06
07 raw_input("Press ENTER to stop instance")
08
09 instance.terminate()
For better orientation with a large number of instances, the Amazon Cloud provides tags. Thus, you can
29%
09.08.2015
:1 while $depth < 10;
08 traverse any() from 11:0 while
09 ( @class='Relation' and from < '2000-01-01')
10 or from is null;
11 select name from (traverse any() from #11:0) where @class
29%
25.03.2020
-flannel-ds-arm-vdprb 1/1 Running 3 26d
kube-flannel-ds-arm-xnxqp 1/1 Running 0 26d
kube-flannel-ds-arm-zsnpp 1/1 Running 4 34d
kube-proxy-lknwh 1
29%
06.10.2019
) VALUES('978-3836262477', 2018, 'Objektorientierte Programmierung', 'Rheinwerk', {1 :'Bernhard Lahres', 2 : 'Gregor Rayman', 3 : 'Stefan Strich'}, 4, '18/09');
16
17 # SELECT Title FROM titles WHERE authors
29%
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
29%
10.07.2012
library, including the matching developer files. On Ubuntu, the packages go by the names of lua5.1
and liblua5.1.0-dev
; openSUSE users will need lua-devel
and liblua5
29%
11.04.2016
, and although it has generated no major headlines, it has seen some new releases.
A blog on the Ansible site [3] described the new features of the current version, one of which is related to execution speed ... Ansible 2.0 ... What's new in Ansible 2.0