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)
(165)
Article
(23)
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
...
19
Next »
14%
First steps in IT automation by Rex
11.06.2014
Home
»
Archive
»
2014
»
Issue 21: Manag...
»
_auth; 04 05 group server => "hercules", "sugar"; 06 07 desc "Get the uptime of all servers"; 08
09
task "uptime", group => "server", sub { 10 my $output = run "uptime"; 11 say $output; 12 } You might
14%
Roll out hybrid clouds with Ansible automation
14.03.2018
Home
»
Archive
»
2018
»
Issue 44: Cloud...
»
port
22
/TCP). The same applies to the external gateway computer. Here, the VPN input can then be limited to the local VPN gateways' static IPs – if available. This does not offer very strong protection
14%
Build a honeypot with real-world alerts
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
:FORWARD ACCEPT [0:0] 05 :OUTPUT ACCEPT [125:13440] 06 -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 07 -A INPUT -p icmp -j ACCEPT 08 -A INPUT -i lo -j ACCEPT
09
-A INPUT -p tcp -m state --state
14%
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
14%
Machine learning and security
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
of their toolkits. For example, you can install and use Splunk Enterprise and its Machine Learning Toolkit (Figure
6
) with a trial license for up to 60 days and index up to 500
MB
of data per day. The software
14%
Security first with the Hiawatha web server
11.04.2016
Home
»
Archive
»
2016
»
Issue 32: Measu...
»
.0.0.0:12321 0.0.0.0:* LISTEN 764/stunnel4 tcp
6
0 0 :::
22
:::* LISTEN 676/sshd Another way to check whether Hiawatha is working
14%
Gatling load-testing tool
03.02.2022
Home
»
Archive
»
2022
»
Issue 67: syst...
»
as the directory where the output report has been generated. Listing
6
Test Status ================================================================================ 2021-06-20
22
14%
Data Analysis with R and Python
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
. Line 1 tells Apache to listen on port 8080; lines 2 to 8 handle the incoming HTTP requests. Lines 5 and
6
allow Python scripts to execute via the web server's CGI interface, assuming they reside
14%
Serverless run times with custom Bash AWS Lambda layers
25.03.2020
Home
»
Archive
»
2020
»
Issue 56: Secur...
»
of 250
MB
" [4]. If you're likely to embrace serverless tech to a massive degree, the AWS page on Lambda limits [5] will help explain the relatively sane limitations currently enforced. When I've created
14%
Thread processing in Python
02.06.2020
Home
»
Archive
»
2020
»
Issue 57: Artif...
»
): 17 sol[i,0] = 0.0 18 sol[i,ny-1] = 0.0 19 # end for 20 21 # Iterate
22
start_time = perf_counter() 23 --> with pymp.Parallel(
6
) as p: <-- 24 for kloop in range(1,100): 25 soln = sol
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
...
19
Next »