diff options
author | 2022-05-11 17:58:15 +0200 | |
---|---|---|
committer | 2022-05-11 17:58:15 +0200 | |
commit | 1e925229a9613f8aa0a37e06d2a375019d5131d1 (patch) | |
tree | b47b61f5027113db88a060325119419bf8f5a8a5 | |
parent | b5e1be88ddf4c626604149a04d9ed2fe1de8a052 (diff) | |
download | website-1e925229a9613f8aa0a37e06d2a375019d5131d1.tar.gz website-1e925229a9613f8aa0a37e06d2a375019d5131d1.zip |
Add a description to articles
3 files changed, 12 insertions, 3 deletions
diff --git a/articles/2009/20090602_socket_pt1.rhtml.config b/articles/2009/20090602_socket_pt1.rhtml.config index d162241..81d27bf 100644 --- a/articles/2009/20090602_socket_pt1.rhtml.config +++ b/articles/2009/20090602_socket_pt1.rhtml.config @@ -1,2 +1,6 @@ title: "Programmare con le socket (Parte 1)" -pageName: home +category: home +description: "La socket (in inglese \"presa\") è una particolare astrazione \ + software che permette ai processi messi in comunicazione di inviare e \ + ricevere dati. Le socket sono nate intorno agli anni ’80, il primo kernel \ + a implementarle fu BSD 4.2 nel 1983."
\ No newline at end of file diff --git a/articles/2021/20210420_install-certificates-with-certbot.rhtml.config b/articles/2021/20210420_install-certificates-with-certbot.rhtml.config index 78a9f53..d412327 100644 --- a/articles/2021/20210420_install-certificates-with-certbot.rhtml.config +++ b/articles/2021/20210420_install-certificates-with-certbot.rhtml.config @@ -1,2 +1,3 @@ title: "Installare certificati con certbot" -pageName: home +category: home +description: "Come installere i certificati su un server web utilizzando certbot."
\ No newline at end of file diff --git a/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config b/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config index b1b5f55..b617d57 100644 --- a/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config +++ b/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config @@ -1,2 +1,6 @@ title: "Gravi vulnerabilità in Log4j" -pageName: home +category: home +description: "Le vulnerabilità sfruttano le funzionalità \ + JNDI di Log4j consentendo ad un attaccante di utilizzare un \ + servizio LDAP per eseguire codice malevolo da remoto." +classes: critical
\ No newline at end of file |