mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
rss button
This commit is contained in:
@@ -11,6 +11,8 @@ Recently I set up this Website as a small side Project in order to learn a littl
|
|||||||
|
|
||||||
After getting my hands on these files I decided that I will try to parse and analyse these bruteforce attacks. Furthermore this will be written in go, because I am trying to hone my skills in it and it allows us to write extremely efficient, fast and lightweight code.
|
After getting my hands on these files I decided that I will try to parse and analyse these bruteforce attacks. Furthermore this will be written in go, because I am trying to hone my skills in it and it allows us to write extremely efficient, fast and lightweight code.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
# Data
|
# Data
|
||||||
|
|
||||||
The dataset (fail2ban.log file) consists of relatively simple and understandable logs. Here is a snippet of the average log section:
|
The dataset (fail2ban.log file) consists of relatively simple and understandable logs. Here is a snippet of the average log section:
|
||||||
|
|||||||
@@ -3,8 +3,9 @@
|
|||||||
<nav class="footer-links">
|
<nav class="footer-links">
|
||||||
<a href="/impressum/">Impressum</a> ·
|
<a href="/impressum/">Impressum</a> ·
|
||||||
<a href="/datenschutz/">Datenschutz</a> ·
|
<a href="/datenschutz/">Datenschutz</a> ·
|
||||||
<a href="mailto:{{ .Site.Params.email}}">Email</a>
|
<a href="mailto:{{ .Site.Params.email}}">Email</a> ·
|
||||||
<a href="/publickey.asc">PGP-Key</a>
|
<a href="/publickey.asc">PGP-Key</a> ·
|
||||||
|
<a href="/blog/index.xml">RSS</a>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="copyright">© {{ now.Format "2006" }} {{ .Site.Params.name | default "Your Name" }}</div>
|
<div class="copyright">© {{ now.Format "2006" }} {{ .Site.Params.name | default "Your Name" }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user