11%
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
11%
05.12.2016
Since the release of Docker [1] three years ago, containers have not only been a perennial favorite in the Linux universe, but native ports for Windows and OS X also garner great interest. Where
11%
15.08.2016
: Asymmetrical routing can be relatively easily avoided with namespaces.
In practice, virtual veth<x> network devices are fairly typical for network namespaces. Whereas a physical device can only exist
11%
30.11.2025
:%02x%02x\n' 19 83 20 235
Note that 6to4 relays (the machines that handle your traffic) use the anycast address of 192.88.99.1 (2002:c058:6301::), so finding out who is actually handling your traffic
11%
02.02.2012
for this example:
Order Deny,Allow
Deny from All
Allow from 12.12.12.12
Allow from 23.23.23.23
Allow from 34.34.34.34
This example denies access to everybody except the IPs listed, which follows the very sensible
11%
14.05.2013
files in PowerShell using Update-Help
.
Core Server with a GUI
For Windows Server 2012, installing as a core server is the recommended Microsoft approach and is selected by default. An important
11%
16.05.2013
in PowerShell using Update-Help.
Core Server with a GUI
For Windows Server 2012, installing as a core server is the recommended Microsoft approach and is selected by default. An important innovation
11%
20.02.2012
, Failed
2012-01-09 20:49:17, 8108, 414.12, 4, 0.78, 19.58, 0.01, 15.18, 8175, 72
2012-01-09 20:49:30, 68, 2.38, 0, 0.45, 28
11%
14.08.2017
[...]
10 ln -nfs _build/main.native mir-console
11 $
12 $ file _build/main.native
13 _build/main.native: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU
11%
30.11.2025
with nearly native performance. However, KVM does need a state-of-the-art CPU generation with virtualization functionality (VT-X/AMD-V). All the virtual machines in this article will run on the KVM hypervisor