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)
(234)
Article
(39)
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
11
12
...
28
Next »
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%
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
15%
Modularize websites with Web Components
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
="https://unpkg.com/@webcomponents/webcomponentsjs"> 05 06 07 08
09
My Comments
10
11
12
15%
Finally: Java 9
13.02.2017
Home
»
Archive
»
2017
»
Issue 37: Distr...
»
to the needs of an application. After all, the standard libraries in Java 8 weigh in at around 60
MB
and 20,000 classes. They not only need space on the hard drive, but the computer also needs to load them
15%
VM and cloud management with openQRM
03.12.2015
Home
»
Archive
»
2015
»
Issue 30: OpenD...
»
created in this way: /usr/share/openqrm/bin/openqrm state list
5.2.3
.before-update-05-06-15_
09
.14.20 Test-State-Backup-05-24-15_13.
09
.05 To restore the system configuration from the Test-State-Backup-05-24-15_13.
09
14%
Using a Bash script to mirror external monitors
10.06.2015
Home
»
Archive
»
2015
»
Issue 27: Fault...
»
"} )
09
10 # force called programs to english output 11 LANG=C LC_ALL=C
12
13 function die { 14 echo
1>&2
"$*" 15 exit 10 16 } 17 18 function get_display_resolution { 19 local find_display="$1
14%
Serverless run times with custom Bash AWS Lambda layers
25.03.2020
Home
»
Archive
»
2020
»
Issue 56: Secur...
»
_DATA=$1 06 07 # This is the Event Data 08 echo $EVENT_DATA
09
10 # Example of command usage 11 EVENT_JSON=$(echo $EVENT_DATA | jq .)
12
13 # Example of AWS command that's output will show up
14%
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
14%
Build a honeypot with real-world alerts
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
and "closed" in line and "preauth" in line: 06 srcIP=line.split()[8] 07 print(srcIP) 08 raiseAlert(relay)
09
sendAlert(args.server, srcIP) 10 11 line=iptablesFile.readline()
12
14%
Setting up an OpenNebula Cloud
05.09.2011
Home
»
CloudAge
»
Articles
»
= kvmVM #specify the name 02 CPU = 1 # How many CPUs required? 03 MEMORY = 512 # RAM in
MB
04 OS = [ 05 KERNAL = "/boot/vmlinuz-2.
6
.32-24-generic", # Kernel to use 06
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
...
28
Next »