6%
11.02.2016
the latest features, you need to install version 4.1 of FreeIPA and version 1.12 of the client service SSSD. The setup presented here works with older versions but requires a bit more manual work here
6%
05.08.2024
verify these checksums:
import hashlib
def calculate_checksum(log_entry):
return hashlib.sha256(log_entry.encode('utf-8')).hexdigest()
# Example log entry
log_entry = "2024-06-15 12:00:00 Failed login
6%
16.05.2013
authentication on the basis of text messages.
Zyxel [6], the Taiwanese network equipment manufacturer, has a two-factor authentication solution in its portfolio. It provides VPN access to the company's own Zy
6%
30.11.2025
).
The following command finds all lines that begin with an opening tag and end with the corresponding closing tag:
grep "^<([^/ >]+)[^>]*>.*\1>$" something.htm
The command displays lines 1, 2, 6, 7, and 10