23%
22.08.2011
.keys.sort.each do |s|
14 printf "%20s %d\n", s, summary[s]
15 end
16 puts "Polling for changes (Ctrl-C to end)"
17 loop do
18 sleep 2
19 client.instances.each do |inst|
20 if state[inst.id] != inst.state
21
23%
30.11.2025
total = summary.values.inject(0) { |sum, i| sum += i }
12 puts "Found #{total} instances in the following states:"
13 summary.keys.sort.each do |s|
14 printf "%20s %d\n", s, summary[s]
15 end
16 puts
23%
21.01.2021
1992
i486DX2
2:1 clock multiplier, 40/20, 50/25, 66/33 speeds; L2 on MB
Mar 1994
i486DX4
3:1 clock multiplier, 75/25, 100/33 speeds; 16KB L1 cache on-die, L2
23%
28.07.2025
("Usage: python script.py ")
24 sys.exit(1)
25
26 target_host = sys.argv[1]
27 start_port = int(sys.argv[2])
28 end_port = int(sys.argv[3])
29 port
23%
06.08.2026
is open source and available on GitHub under the Apache 2 license. Written in Go, the software can be compiled by standard build tools. Getting started is easier with the binaries provided for Windows
23%
15.08.2016
_seq=2 ttl=51 time=20.1 ms
Namespace Discussion
Virtual Ethernet devices are the means through which resources from different namespaces communicate with one another. They always come in pairs
23%
05.12.2016
), Kubernetes is written in Go and available under the Apache 2.0 license; the stable version when this issue was written was 1.3.
Figure 1: Kubernetes comes
23%
30.11.2025
. To verify that your IPv6 setup works, try pinging a known host – Google is a good bet (Listing 2).
Listing 2
Testing IPv6 Setup
01 # ping6 ipv6.google.com
02 PING ipv6.google.com(iy-in-x63.1e
23%
02.02.2012
(Figure 2).
Figure 2: The “.htaccess” file is placed inside a directory you can password protect.
Inside the .htaccess
file is the username
23%
30.11.2025
access to get permission to read the password file, rather than being easily found by surfing through web-accessible directory structures (Figure 2).
Figure ... 2012