diff options
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 |