21%
09.08.2015
No
Yes1
Yes
Themes/skins
No
Yes1
Yes
Price
Licenses
EUR80 per year incl. five mailboxes (Small Business Edition); EUR12.50 per mailbox a year for 20
21%
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
21%
02.06.2020
at Monitor | Vulnerabilities | Functions
(Figure 12), you can see that all five Lambda functions received the all-clear for known vulnerabilities. It's not uncommon to see payloads with older libraries
21%
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
21%
05.12.2016
"
12 tapetype "EXAMPLE-TAPE"
13 define tapetype EXAMPLE-TAPE {
14 length 100 mbytes
15 filemark 4 kbytes
16 }
17 define dumptype simple-gnutar-tcp {
18 auth "bsdtcp"
19 program "GNUTAR
21%
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
21%
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
21%
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
21%
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
21%
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