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)
(253)
Article
(46)
Blog post
(1)
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
...
30
Next »
16%
Infrastructure as Code with Terraform
18.02.2018
Home
»
Archive
»
2018
»
Issue 43: Real...
»
variable "site_author" { 07 type = "string" 08 default = "Jon Doe"
09
} 10 variable "site_container" {} 11 variable "do_token" {
12
type = "string" 13 } 14 variable "key_path" {} 15 variable "ssh
16%
Using the MQTT IoT protocol for unusual but useful purposes
03.12.2015
Home
»
Archive
»
2015
»
Issue 30: OpenD...
»
(msg.payload)) 07 08 mqtt = paho.Client()
09
mqtt.on_message = on_message 10 11 mqtt.connect("localhost", 1883, 60)
12
mqtt.subscribe("linux/+", 0) 13 14 mqtt.loop_forever() The client now connects
16%
Modularize websites with Web Components
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
/@webcomponents/webcomponentsjs"> 05 06 07 08
09
My Comments
10
11
12
16%
Building Virtual Images with BoxGrinder and VMBuilder
07.01.2013
Home
»
Articles
»
for Scientific Linux
09
10 Available platform plugins: 11 - vmware plugin for VMware
12
- ec2 plugin for Amazon Elastic Compute Cloud (Amazon EC2) 13 - virtualbox plugin for VirtualBox 14 - virtualpc
16%
Getting a free TLS certificate from Let's Encrypt
13.06.2016
Home
»
Archive
»
2016
»
Issue 33: IPv6...
»
="hanscees@hanscees.con" #adjust 11
12
LECROOT="/etc/letsencrypt/
live
" 13 mkdir /root/letsencrypt #justincase 14 15 #lets get certs 16 echo "will get the certs now" & sleep 3
17
for i in `echo $DOMAINS` ; do 18 echo "getting certs
16%
Load Testing the Cloud
20.02.2012
Home
»
CloudAge
»
Blogs
»
Dan Frost's Blog
»
, 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
16%
Safeguard and scale containers
05.12.2016
Home
»
Archive
»
2016
»
Issue 36: Autom...
»
Version: v1 02 kind: Pod 03 metadata: 04 name: nginx 05 spec: 06 containers: 07 - name: nginx 08 image: nginx
09
ports: 10 - containerPort: 80 A replication controller [
12
], however
16%
S3QL filesystem for cloud backups
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
metadata tables... 08 Dumping metadata...
09
..objects.. 10 ..blocks.. 11 ..inodes..
12
..inode_blocks.. 13 ..symlink_targets.. 14 ..names.. 15 ..contents.. 16 ..ext_attributes..
17
Compressing and uploading
16%
Registry for Docker images
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
addr: :5000 10 tls: 11 certificate: "/le/
live/remote.repository.com
/cert.pem"
12
key: "/le/
live/remote.repository.com
/privkey.pem" 13 auth: 14 token: 15 realm
16%
A web application with MongoDB and Bottle
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
>My little Bottle example 06 07 08
09
Hi World..here is my little survey!
10 11
12
What is your favorite club?
13
« Previous
1
2
3
4
5
6
7
8
9
10
...
30
Next »