search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(227)
Article
(44)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
7
8
9
10
11
12
13
14
15
16
17
18
19
20
...
28
Next »
17%
The practical benefits of network namespaces
15.08.2016
Home
»
Archive
»
2016
»
Issue 34: Softw...
»
DEFAULT group default qlen 1000 11 link/ether c
6
:27:2a:a8:06:ca brd ff:ff:ff:ff:ff:ff
12
8: veth1:
mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 13 link
17%
Roll out hybrid clouds with Ansible automation
14.03.2018
Home
»
Archive
»
2018
»
Issue 44: Cloud...
»
vpc-id: "{{ myvpcint.vpc.id }}" 06 register: inttables 07 tags: gatherroutes
08
09 - name: Set Route out 10 ec2_vpc_route_table: 11 vpc_id: "{{ myvpcint.vpc.id }}"
12
region: "{{ region
17%
Extending OpenNebula with hooks
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
of virtual machines, and industrial customers include Telefonica and Akamai. The main developer from C
12
G Labs offers commercial support and is currently establishing an international network of partners [
6
17%
hwloc: Which Processor Is Running Your Service?
07.11.2011
Home
»
HPC
»
Articles
»
GB) 03 Socket P#0 04 Core L#0 + PU L#0 (P#0) 05 Core L#1 + PU L#1 (P#2) 06 Core L#2 + PU L#2 (P#4) 07 Core L#3 + PU L#3 (P#
6
)
08
NUMANode P#1 (
12
GB) 09 Socket P#1 10
17%
Container and hardware e-virtualization under one roof
17.10.2011
Home
»
CloudAge
»
Articles
»
.24: 1.5-23 05 pve-kernel-2.
6
.24-11-pve: 2.
6
.24-23 06 qemu-server: 1.1-16 07 pve-firmware: 1.0-5
08
libpve-storage-perl: 1.0-13 09 vncterm: 0.9-2 10 vzctl: 3.0.23-1pve11 11 vzdump: 1.2-5
12
vzprocps: 2
17%
GNU Parallel: Multicore at the Command Line with GNU Parallel
04.11.2011
Home
»
HPC
»
Articles
»
Recent trends in computing are toward more cores doing more tasks at once. These days, you are likely to have a dual- or quad-core CPU in your laptop, and perhaps 4,
6
,
12
, or 16 cores in your
17%
New features in jQuery 3
11.10.2016
Home
»
Archive
»
2016
»
Issue 35: Persi...
»
.then(
08
function() {console.log( "second callback function"); }, 09 function(e) {console.log(e.message);} 10 ); 11
12
deferred.resolve(); If Listing 1 has registered
17%
OpenStack installation with the Packstack installer
16.08.2018
Home
»
Archive
»
2018
»
Issue 46: CMS S...
»
out. The default --timeout value is 300 seconds, which I decided to extend to
600
seconds: [root@controller ~]# packstack --answer-file=/root/answers.txt--timeout=
600
The installation takes
17%
Web applications with Flask
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
rel="stylesheet" href="style.css" /> 05 {% endblock %} 06 07
08
09 {% for item in seq %} 10
{{ item }}
11 {% endfor %}
12
13 14