search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Spell check suggestion:
%xsede"22 08 Llorente 13
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(231)
Article
(29)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
3
4
5
6
7
8
...
26
Next »
60%
Using Libvirt with Python to manage virtual machines
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
hv = [ "tiffy.tuxgeek.de", "ernie.tuxgeek.de" ] 07
08
for hv_host in hv: 09 10 uri = "qemu+ssh://virtuser@" + hv_host + "/system" 11 conn = libvirt.openReadOnly(uri) 12
13
hypervisor_name = conn ...
22
60%
Visualizing time series data
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
in the format Listing 1 Perl Example Client 01 #!/usr/bin/perl 02 03 use strict; 04 use warnings; 05 use IO::Socket; 06 use Sys::CpuLoad; 07
08
my $remote_host = '192.168.56.102'; 09 my $remote ...
22
59%
Maintaining Android in the enterprise
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
[mfeilner@pc]# adb devices 02 List of devices attached 03 04 [mfeilner@pc]# su 05 Password: 06 [root@pc]# killall adb 07 [...]
08
[root@pc]# adb devices 09 * daemon not running. starting it now on port 5037 ...
22
59%
Vagrant, Serf, Packer, and Consul create and manage development environments
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
_wait_timeout": "30s",
08
"shutdown_command": "echo 'Done' | sudo -S shutdown -h now" 09 }], 10 "provisioners": [{ 11 "type": "shell", 12 "inline": [
13
"sleep 30", 14 "sudo apt-get update", 15 ...
22
59%
Integrating OCS information into monitoring with OpenNMS
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
-dir="/opt/opennms/etc/imports"
08
09 importThreads="8" scanThreads="10" rescanThreads="10" writeThreads="8" > 10 11