12%
01.06.2024
&& apt install wget
wget https://download.docker.com/linux/static/stable/x86_64/docker-18.09.0.tgz
tar -xvf docker-18.09.0.tgz
cd docker
cp docker /usr/bin
Now, interact directly with the Docker daemon
12%
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
12%
22.08.2011
[inst.id] = inst.state
08 summary[inst.state] += 1
09 state
10 end
11 total = summary.values.inject(0) { |sum, i| sum += i }
12 puts "Found #{total} instances in the following states:"
13 summary
12%
21.07.2011
heartbeat = 1
07 heartbeat_port = 539
08 keepalive = 6
09 deadtime = 18
10 network = direct
11 debug_level = NONE
12 monitor_links = 1
13 syncdaemon = 1
14 virtual webs.test.com {
15 active = 1
16
12%
27.09.2021
password t0ps3cr3t
06 neighbor 192.0.2.1 peer-group LAB
07 ...
08 address-family ipv4 unicast network 192.168.1.1/32
09 exit-address-family
10 #FRR2
11 router bgp 65541
12 neighbor LAB peer
12%
11.06.2014
-access_log combined
09
10
11 AllowOverride All
12 Order Allow,Deny
13 Allow from All
14
15 RewriteEngine On
16 RewriteBase /
17
12%
17.06.2017
-us/virtualization/windowscontainers/quick-start/quick-start-windows-server
Docker And Windows Server: http://blog.docker.com/2016/09/build-your-first-docker-windows-server-container/
Data volumes: http://docs.docker.com/engine/tutorials/dockervolumes/
Plugin infrastructure
12%
09.10.2017
) [12], introduced in Kubernetes 1.6, that can be used with Prometheus.
Name Tag
Kubernetes uses namespaces to isolate the resources of individual users or a group of users from one another
12%
15.08.2016
": "0x0800"
07 }
08 }, "ip-match": {
09 "ip-protocol": 17
10 }, "ipv4-destination": "10.1.1.2/32", "udp-destination-port": 1234
11 }, "table_id": 0, "priority": 10
12
12%
09.01.2013
02 log 127.0.0.1 local0
03 maxconn 4000
04 daemon
05 uid 99
06 gid 99
07
08 defaults
09 log global
10 mode http
11 option httplog
12 option dontlognull
13 timeout server 5s