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:
%220mb 12 08 Llorente 22
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(179)
Article
(31)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
3
4
5
6
7
8
9
...
21
Next »
10%
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
10%
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
10%
Go testing frameworks
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
= [size][size]int {{0},{0},}
08
09 for i := 0; i < size; i++ { 10 for j := 0; j < size; j++ { 11 array[i][j]++
12
} 13 } 14 15
10%
Managing Linux systems with Spacewalk
14.11.2013
Home
»
Archive
»
2013
»
Issue 17: Cloud...
»
RHNSession; 06 07 my ($client, $session) = RHNSession::Session;
08
09 my $channels = $client->call('channel.listSoftwareChannels', $session); 10 11 foreach my $channel (@$channels) {
12
print $channel
10%
Build a honeypot with real-world alerts
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
NEW -m tcp --dport
22
-j ACCEPT 10 -A INPUT -p udp --dport 5353 -j DROP 11 -A INPUT -s
-p tcp -m state --state NEW -m tcp --dport 443 -j ACCEPT
12
-A INPUT -m limit --limit 30/min -j
10%
Gatling load-testing tool
03.02.2022
Home
»
Archive
»
2022
»
Issue 67: syst...
»
class BlazeDemoV1 extends Simulation {
08
09 var qualifiedhost = "http://blazedemo.com" 10 var proxyport = 0 11 var proxyhost = "not set"
12
13 // headers for HTTP call 14 val headers = Map( 15
10%
Jenkins Configuration as Code
07.06.2019
Home
»
Archive
»
2019
»
Issue 51: Self-...
»
-jdk-alpine 02 03 RUN apk add --no-cache git openssh-client curl bash # for Jenkins AWT 04 ttf-dejavu 05 06 ARG JENKINS_USER=jenkins 07 ARG UID=1000
08
ARG HTTP_PORT=8080 09 ARG JENKINS
10%
Automation Scripting with PHP
16.10.2012
Home
»
Articles
»
($ssh, '/sbin/ifconfig'); 07 stream_set_blocking($stream, true);
08
09 $response = ''; 10 while($buffer = fread($stream, 4096)) { 11 $response .= $buffer;
12
} 13 14 fclose($stream); 15 echo $response; 16 17
10%
Get Started with Parallel CPython
07.11.2011
Home
»
HPC
»
Articles
»
print str(id) + ' Total waste of CPU cycles!'
08
09 if '__main__' == __name__: 10 11 for i in xrange(20):
12
Process(target = waste, args = (i,)).start() The counting.py program delays
10%
Hybrid public/private cloud
30.01.2020
Home
»
Archive
»
2020
»
Issue 55: AWS L...
»
VPC: 04 Type: AWS::EC2::VPC 05 Properties: 06 CidrBlock: 07 Ref: VPCNet
08
Tags: 09 - Key: Name 10 Value: 11 Ref: VPCName
12
13 Forti
« Previous
1
2
3
4
5
6
7
8
9
...
21
Next »