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
...
5
6
7
8
9
10
11
12
13
14
15
16
17
18
...
27
Next »
17%
Security data analytics and visualization with R
05.12.2014
Home
»
Archive
»
2014
»
Issue 24: Visua...
»
(plyr) 06 library(ggplot2) 07
08
setwd("~/R/RFI") 09 rfi <- read.csv("rfi-extract-July2011.log",header=TRUE, sep=",") 10 11 ## read in data to frame
12
data <- data.table(rfi) 13 ct <- count
17%
Exploring OpenShift – Red Hat's next-generation PaaS tool
10.04.2015
Home
»
Archive
»
2015
»
Issue 26: OpenS...
»
Enter the server hostname: |openshift.redhat.com|
08
09 You can add more servers later using 'rhc server'. 10 11 Login to openshift.redhat.com: mfeilner@linux-magazin.de
12
Password: ********** 13 14 Open
17%
Using a Bash script to mirror external monitors
10.06.2015
Home
»
Archive
»
2015
»
Issue 27: Fault...
»
_SET_PROGRAM=${XRANDR_SET_PROGRAM: -xrandr} 06 07 PRIMARY_DISPLAY=${AUTOMIRROR_PRIMARY_DISPLAY:-LVDS1}
08
NOTIFY_SEND=( ${AUTOMIRROR_NOTIFY_COMMAND: -notify-send -a automirror \ -i automirror "Automatic Mirror Configuration
17%
New features in jQuery 3
11.10.2016
Home
»
Archive
»
2016
»
Issue 35: Persi...
»
.then(
08
function() {console.log( "second callback function"); }, 09 function(e) {console.log(e.message);} 10 ); 11
12
deferred.resolve(); If Listing 1 has registered
17%
CI/CD deliverables pipeline
07.06.2019
Home
»
Archive
»
2019
»
Issue 51: Self-...
»
.0 as build 03 MAINTAINER Yves Schumann
04 05 COPY /demo-app 06 07 RUN mkdir /demo-app/build \
08
&& cd /demo-app/build \ 09 && cmake .. \ 10 && cmake --build . 11
12
RUN echo "Build
17%
Roll out hybrid clouds with Ansible automation
14.03.2018
Home
»
Archive
»
2018
»
Issue 44: Cloud...
»
vpc-id: "{{ myvpcint.vpc.id }}" 06 register: inttables 07 tags: gatherroutes
08
09 - name: Set Route out 10 ec2_vpc_route_table: 11 vpc_id: "{{ myvpcint.vpc.id }}"
12
region: "{{ region
17%
Planning Performance Without Running Binaries
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
bottlenecks, not absolute speedup numbers for the whole codebase. Second, given more resources, you will usually process more data or do more work. Gustafson's law [
6
] provides an alternative formulation
17%
Aggregating information with Huginn
18.02.2018
Home
»
Archive
»
2018
»
Issue 43: Real...
»
], but it should also work with an Apache server without any problems [
6
]. The developers only guarantee smooth operation on Debian 7 or 8 and Ubuntu 14.04 or 16.04. In principle, the installation also works
17%
hwloc: Which Processor Is Running Your Service?
07.11.2011
Home
»
HPC
»
Articles
»
GB) 03 Socket P#0 04 Core L#0 + PU L#0 (P#0) 05 Core L#1 + PU L#1 (P#2) 06 Core L#2 + PU L#2 (P#4) 07 Core L#3 + PU L#3 (P#
6
)
08
NUMANode P#1 (
12
GB) 09 Socket P#1 10
17%
Convert Linux shell commands into PowerShell cmdlets
07.04.2022
Home
»
Archive
»
2022
»
Issue 68: Autom...
»
"Verb": "New", 06 "Noun": "Command1", 07 "OriginalName": "
"
08
}, 09 { 10 "Verb": "New", 11 "Noun": "Command2",
12
"OriginalName": "
« Previous
1
...
5
6
7
8
9
10
11
12
13
14
15
16
17
18
...
27
Next »