20%
30.11.2025
client requests (1) in the auth.log file (2). Then sshguard (3) monitors the file and creates a firewall rule (4) that blocks the client (5) if it notices to many login attempts.
If the attacker ... 3
20%
30.11.2025
combinations are supported:
ShadowProtect 4.0.1: Oracle VirtualBox 3.1.0--3.2.6
ShadowProtect 4.0.5: Oracle VirtualBox 3.1.0--3.2.12
ShadowProtect 4.1: Oracle VirtualBox 3.1.0--4.0.4
Shadow
20%
03.08.2023
Creating volume "mutillidae-docker_ldap_config" with default driver
Building database
Step 1/3 : FROM mysql:debian
debian: Pulling from library/mysql
9e3ea8720c6d: Pull complete
6654d9c12503: Pull complete
20%
16.07.2015
Lmod is an indispensable tool for high-performance computing. With the new release of version 6, now is a good time to review Lmod and look at its new capabilities.
... .8 ---------------------
mpich/3.1 openmpi/1.8
-------------------------- /cluster/modulefiles/Core ---------------------------
gnu/4.8 lmod/6.0.1 settarg/6.0.1
Use ...
Lmod is an indispensable tool for high-performance computing. With the new release of version 6, now is a good time to review Lmod and look at its new capabilities.
... Lmod 6.0: Exploring the Latest Edition of the Powerful Environment Module System
20%
30.05.2021
languages that use a match expression to process data on the basis of its structure (e.g., in Scala [1], Rust [2], and F# [3]). A match statement takes an expression and compares it with successive patterns ... A controversial change is taking place in Python version 3.10 known mainly from functional languages: pattern matching. ... Pattern matching dispute in Python 3.10
20%
05.12.2019
will stop supporting version 2 and developers must begin the migration to Python 3 as soon as possible. However, there's a catch. If you get Python from the Ubuntu repositories (for either 16.04 or 18
20%
17.02.2015
might still be around today. (CC BY 3.0 US [1]: Laura Poitras/Praxis Films, Wikimedia)
Figure 2: The US authorities sought a court order forcing
20%
01.06.2024
:ita::2
peer_ipv4 = 192.168.10.3
peer_ipv6 = 2000:ita::3
vip_ipv4 = 192.168.10.1
vip_ipv6 = 2000:ita::1
20%
27.03.2012
Gigabit Ethernet, and a 64-bit version of Linux.
For GlusterFS 3.2.5, which was the latest version at press time, the developers recommend Red Hat Enterprise Linux 6.1 because it has undergone the most
20%
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