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)
(226)
Article
(43)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
...
27
Next »
17%
Many Clouds, One API
22.08.2011
Home
»
Articles
»
[inst.id] = inst.state
08
summary[inst.state] += 1 09 state 10 end 11 total = summary.values.inject(0) { |sum, i| sum += i }
12
puts "Found #{total} instances in the following states:" 13 summary
17%
Getting started with the OpenStack cloud computing framework
28.06.2011
Home
»
CloudAge
»
Articles
»
-Manage: novammanage user admin rwartala This process creates an access key and a security key: export EC2_ACCESS_KEY=713211a477a154470fUU ae543346b52e30a0e export EC2_SECRET_KEY=244de
6
a188aa344e
12
UU 9521003ac756abbdf
17%
Better compression of web pages
22.12.2017
Home
»
Archive
»
2017
»
Issue 42: Secur...
»
.linux-magazin.de; 04 05 root /var/www/www.linux-magazin.de; 06 index index.html index.htm; 07
08
# Let's Encrypt Challenge 09 # 10 location ~ /.well-known { 11 allow all;
12
} 13 14
17%
The OpenResty distribution for Nginx
20.03.2014
Home
»
Archive
»
2014
»
Issue 19: Perim...
»
" 05 06 start on (filesystem and net-device-up IFACE=lo) 07 stop on runlevel [!2345]
08
09 env DAEMON=/usr/local/openresty/nginx/sbin/nginx 10 env PID=/var/run/nginx.pid 11
12
expect fork
17%
Getting data from AWS S3 via Python scripts
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
dir=os.path.dirname(path) 07 if dir and not os.path.exists(dir):
08
os.makedirs(dir) 09 if os.path.basename(path): 10 bucket.download_file(path,path) 11
12
bname='prosnapshot' 13
17%
Retrieving Windows performance data in PowerShell
10.04.2015
Home
»
Archive
»
2015
»
Issue 26: OpenS...
»
Number: 00282-30340-00000-AB9A5 Version:
6
.3.9600 The information you read from the operating system can also be formatted and customized. For example, normally only the operating system's most
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