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%
05.02.2023
06 labels:
07 app: mariadb
08 spec:
09 type: NodePort
10 ports:
11 - port: 3306
12 protocol: TCP
13 selector:
14 app: mariadb
15 ---
16 apiVersion: v1
17 kind: Config
14%
18.07.2013
/zertifikat.pem
07 SSLCertificateKeyFile /etc/apache2/ssl/privatekey.pem
08
09
10 Options Indexes FollowSymLinks
11
12
13 CustomLog /var/log/apache2/ssl
14%
22.12.2017
$keyfile /etc/ssh
08 chmod 644 /etc/ssh/$filename
09 done
10 if [ -f .ssh/config ]; then
11 cat .ssh/config >> /etc/ssh/ssh_config
12 sed -i 's|~/.ssh|/etc/ssh|g' /etc/ssh/ssh_config
13
14%
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
14%
05.02.2019
then select the Mutillidae IP address from the left sidebar under the Sites pane in ZAP (Figure 12). Now that you've filled up ZAP with some SQLi pages and highlighted http://172.17.0.2
in ZAP's Sites pane
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
14%
06.10.2019
response = urllib.urlopen(url);
06 data = json.loads(response.read())
07
08 for userentry in data:
09 if userentry.get('active'):
10 username = userentry.get('username')
11
12 if os
14%
30.11.2020
Service.Credentials = New-Object Microsoft.Exchange.WebServices.Data.WebCredentials($Mailbox,$Password,$Domain)
11 $ExchangeService.Url = $EwsURL
12 $offset = 0
13 Do {
14 $ItemView = New-Object Microsoft
14%
10.06.2015
. The current version is Mesos 0.21.
Two years after the first release, the developers presented a far more advanced variant [3] at a 2011 Usenix conference. Twitter engineers had already been running Mesos