14%
15.12.2017
08 action :install
09 end
10 service "apache2" do
11 action [ :enable, :start ]
12 end
13
14 directory node['main']['doc_root'] do
15 owner 'www1-data'
16 group 'www1-data'
17 mode '0744'
18 action
14%
22.12.2017
the module, using the GFortran compiler version 7.1, and Conda [12] version 4.3.21 with Python 2.7.13; f2py is installed using conda. Building the module is fairly easy by using "the quick and smart way" [13
14%
10.06.2015
-bit and not the typical 32-bit keys.
ZIP
ZIP [12] is an archive file format, something along the lines of TAR. In addition to collecting files in a single archive file as tar does, zip can also
14%
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
14%
11.10.2016
-server"}))
06
07 ; Enable all interfaces for TCP, UDP and websockets:
08 (let [host "0.0.0.0"]
09 (tcp-server {:host host})
10 (udp-server {:host host})
11 (ws-server {:host host}))
12
13 ; Clean up events
14%
09.06.2018
might tell RTCPeerConnection which STUN/TURN service(s) to connect to during the signaling process (Figure 12). Although the default transport for STUN requests is UDP, as with SIP, the request URL allows
14%
01.06.2024
msstore
Search repo(s) for matching packages by nameLimit search to a particular package source
list
ls
winget listwinget list - n 12winget list --upgrade-availablewinget list
14%
16.05.2013
nested groups (Listing 12). All of these steps are the responsibility of the domain administrator.
Listing 12
Nested Groups
root@samba:~# net rpc group add localgroup -L -Uadministrator
14%
09.01.2013
without a file server. Novell states that the minimum requirements for the host system are 12GB of RAM and 100GB of hard disk space for a small installation: Filr, a MySQL database, and the Lucene engine
14%
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