21%
30.01.2020
.HOSTNAME: 'google.com.au',
020 self.PORT: 443,
021 self.TIMEOUT: 120,
022 self.REPORT_AS_CW_METRICS: '1',
023 self.CW_METRICS_NAMESPACE: 'TcpPortCheck',
024
21%
08.10.2015
, possible to let Docker containers execute within an Amazon Elastic Beanstalk cloud or Google Kubernetes. Red Hat has made a standalone operating system available in the form of Project Atomic, which serves
21%
04.08.2020
-party DNS server (e.g., Google, 8.8.8.8), GuardDuty cannot analyze the DNS logs.
Figure 1: GuardDuty monitoring solution at a glance.
Apart from
21%
05.12.2014
.
Git-annex
Linux Magazine
already featured the file synchronization software git-annex [6] just over a year ago [7].
The main advantage of git-annex compared with a plain vanilla Git solution
21%
25.03.2021
to existing management systems and databases. Some outdated solutions also lack functions for IPv6. The Kea project, launched in 2014, modernizes the DHCP server.
Kea was designed as a successor
21%
11.04.2016
.0.0.0:12321 0.0.0.0:* LISTEN 764/stunnel4
tcp6 0 0 :::22 :::* LISTEN 676/sshd
Another way to check whether Hiawatha is working
21%
03.04.2024
, the malicious code is executed. A YARA rule that detects this process can be found in a GitHub repository [6] (Listing 1). The YARA rule can identify and classify malware.
Listing 1
YARA Rule
Rule
21%
05.06.2013
at Techotopia
Virtualization With KVM On A CentOS 6.2 Server
at HowtoForge.
KVM and CentOS-6
at wiki.centos.org
KVM virt-manager: Install CentOS As Guest Operating System
at cybercitiz.biz
CentOS KVM
21%
21.08.2014
and production.
To show how monitoring profiles can be implemented for a specific server, the example distinguishes between mail, web, and database servers. It assumes that the stable version 1.12.3 of OpenNMS [6
21%
09.04.2019
Julia
julia> 1//2 + 1//3
5//6
julia> numerator(10//12)
5
julia> 2//3 == 4//6
true
julia> 2//3 == 4/6
false
After strings and the various types of numbers, the most important built-in data type