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
Spell check suggestion:
%xcode"22 08 Llorente 13
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(228)
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
9
10
...
26
Next »
15%
Get Started with Parallel CPython
07.11.2011
Home
»
HPC
»
Articles
»
core : ' + str(icore) 07
08
if '__main__' == __name__: 09 10 osrvr = Server() 11 ncpus = osrvr.get_ncpus() 12
13
djobs = {} 14 for i in xrange(0, ncpus): 15 djobs[i] = osrvr
15%
Boost performance of your Python programs
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
(number, label): 07 for i in xrange(number):
08
print ' ' + str(i) + ' ' + label 09 sleep((number - 15)/10.0) 10 11 if '__main__' == __name__: 12
13
p1 = Process(target = count, args = (20
15%
Data Analysis with R and Python
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
return float(val)
08
except: 09 return None 10 11 with open(sys.argv[1]) as csvfile: 12 collec = MongoClient()["galaxy"]["comets"]
13
for row in csv.reader(csvfile, delimiter="\t"): 14 try
15%
Monitoring daemons with shell tools
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
#! /bin/sh 02 03 while true 04 do 05 06 zeit=$(date +%d.%m.%y\ %H:%M\ ) 07
08
psql -U monitor -d monitor -c "select * from watch;" 09 10 if [ $? -eq 2 ]; 11 12 then
13
14 echo "$time: Database
15%
Roll out hybrid clouds with Ansible automation
14.03.2018
Home
»
Archive
»
2018
»
Issue 44: Cloud...
»
wait: yes
08
id: test-backend 09 assign_public_ip: no 10 vpc_subnet_id: "{{ mysubnetint.subnet.id }}" 11 group_id: "{{ intsecg.group_id }}" 12 register: backendvm
13
tags
15%
Haskell framework for the web
22.12.2017
Home
»
Archive
»
2017
»
Issue 42: Secur...
»
.yaml file. The tool automatically selects the latest snapshot of the Haskell compiler, which can be changed using the entry next to resolver:; you can choose a snapshot from the Stackage Snapshots page [
13
15%
Monitoring network computers with the Icinga Nagios fork
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
141.20.108.124 07 active_checks_enabled 1
08
passive_checks_enabled 0 09 max_check_attempts 3 10 check_command check-host-alive 11
15%
An IT nomad's diary
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
.redhat.com/app/repo/RPM-GPG-KEY-redhat-beta 07 ggpkey=https://openshift.redhat.com/app/repo/RPM-GPG-KEY-redhat-release
08
enabled=1 09 gpgcheck=1 Next, yum install rhc downloads the client tools to the local machine. Before you can really
15%
Workshop: Container virtualization with LXC on Ubuntu 10.04
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
#auto eth0 06 #iface eth0 inet dhcp 07 auto br0
08
iface br0 inet dhcp 09 bridge_ports eth0 10 bridge_stp off 11 bridge_maxwait 5 12 post-up /usr/sbin/brctl setfd br0 0 Next, create a directory
15%
Speed up your MySQL database
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
7115280 Sep
08
13
:00 mysqld VSZ : The memory requested from the operating system by the process (virtual size). RSS : The memory kept in RAM by the operating system (resident set size
« Previous
1
2
3
4
5
6
7
8
9
10
...
26
Next »