New theme blowfish

This commit is contained in:
2025-10-10 00:37:31 +02:00
parent 172548d5c0
commit 7e0f1eeeb8
22 changed files with 64 additions and 60 deletions

View File

@@ -7,7 +7,7 @@ author: "Ettore Dreucci"
draft: true
---
## [[recipe]({{< ref "/categories/recipe" >}}), [security]({{< ref "/categories/security" >}})]: How to restrict Authentik admin access from internal networks only
## How to restrict Authentik admin access from internal networks only
I've recently set up an [Authentik](https://goauthentik.io/) instance in my homelab for SSO authentication. I really like it and I've set it up for authentication with several services that I'm self-hosting, including some that are internet-facing. That required exposing Authentik too, as I need to be able to reach it from outside my network when authenticating to these services.

View File

@@ -8,7 +8,7 @@ author: "Ettore Dreucci"
draft: false
---
## [[recipe]({{< ref "/categories/recipe" >}}), [sysadmin]({{< ref "/categories/sysadmin" >}})]: How to deploy a hugo-powered static website to a webserver with GIT
## How to deploy a hugo-powered static website to a webserver with GIT
[This](https://ettore.dreucci.it) website is powered by [Hugo](https://gohugo.io/), an open-source static website generator written in [Go](https://golang.org/). I can write pages and posts in [Markdown](https://daringfireball.net/projects/markdown/) and then generate some static .html pages to upload to a webserver.

View File

@@ -8,7 +8,7 @@ author: "Ettore Dreucci"
draft: false
---
## [[recipe]({{< ref "/categories/recipe" >}}), [troubleshooting]({{< ref "/categories/troubleshooting" >}}), [netadmin]({{< ref "/categories/netadmin" >}})]: How to capture and inspect packet flow in an EdgeRouter with Wireshark
## How to capture and inspect packet flow in an EdgeRouter with Wireshark
### Background

View File

@@ -10,7 +10,7 @@ draft: false
## [[troubleshooting]({{< ref "/categories/troubleshooting" >}})]: Troubleshooting Fedora WiFi authentication issue: IGTK, PMF and 802.11w
## Troubleshooting Fedora WiFi authentication issue: IGTK, PMF and 802.11w
### Background

View File

@@ -8,7 +8,7 @@ author: "Ettore Dreucci"
draft: false
---
## [[recipe]({{< ref "/categories/recipe" >}}), [sysadmin]({{< ref "/categories/sysadmin" >}})]: How to user HP iLO2 Virtual Serial Console via SSH on Ubuntu
## How to user HP iLO2 Virtual Serial Console via SSH on Ubuntu
Ive an old HP ProLiant DL360 G5 rack server with Ubuntu 16.04 at a remote location. Sometimes Ive the need to remotely connect to it and look at the boot sequence.

View File

@@ -6,7 +6,7 @@ description: "How to create and update a DDNS entry in ISPConfig"
date: 2019-05-22T18:54:00+02:00
draft: false
---
## [[recipe]({{< ref "/categories/recipe" >}}), [sysadmin]({{< ref "/categories/sysadmin" >}})]: How to create and update a DDNS entry in ISPConfig
## How to create and update a DDNS entry in ISPConfig
If you manage your DNS server(s) with ISPConfig you may want a *dynamic entry* that gets updated automatically every time the target host changes its IP address.

View File

@@ -8,7 +8,7 @@ author: "Ettore Dreucci"
draft: false
---
## [[recipe]({{< ref "/categories/recipe" >}}), [sysadmin]({{< ref "/categories/sysadmin" >}})]: How to add the GIT ecosystem to one/all jailkit(s) in ISPConfig
## How to add the GIT ecosystem to one/all jailkit(s) in ISPConfig
[ISPConfig](https://www.ispconfig.org/) comes with [jailkit](https://olivier.sessink.nl/jailkit/) enabled so that the “clients” that login via ssh are limited to a chroot shell with only some specific command. **Every client website has its own jailkit.**

View File

@@ -6,7 +6,7 @@ date: "2016-03-13T01:18:27+01:00"
draft: false
---
## [[recipe]({{< ref "/categories/recipe" >}})]: Wireless Monitor Mode and Network-Manager
## Wireless Monitor Mode and Network-Manager
Sometimes it could be usefull to capture Wireless Lan packets: it could be done in various ways, with iwconfig, Kismet, Wireshark, nprobe and many others, all of them involving putting the wireless card into "monitor mode" (or promiscous), letting you view and record all packets sent on a defined channel by others WiFi devices nearby.
One of the tools almost every linux distro provides you is [`iw`](https://wireless.wiki.kernel.org/en/users/documentation/iw), meant to replace `iwconfig` being more powerful for configuring wireless devices.

View File

@@ -8,7 +8,7 @@ author: "Ettore Dreucci"
draft: false
---
## [[recipe]({{< ref "/categories/recipe" >}}), [sysadmin]({{< ref "/categories/sysadmin" >}})]: How to secure Pure-FTPd with a Lets Encrypt cert
## How to secure Pure-FTPd with a Lets Encrypt cert
[Certbot](https://certbot.eff.org/) is the [EFF](https://www.eff.org/)s tool to obtain certs from [Lets Encrypt](https://letsencrypt.org/).

View File

@@ -8,7 +8,7 @@ author: "Ettore Dreucci"
draft: false
---
## [[recipe]({{< ref "/categories/recipe" >}}), [sysadmin]({{< ref "/categories/sysadmin" >}})]: How to replace an expiring/expired vSphere 6.x/7.x STS cert
## How to replace an expiring/expired vSphere 6.x/7.x STS cert
New job, new problems: back from the weekend I booted my work laptop and started working on deploying a new VM on our internal small VMware ESXi cluster.

View File

@@ -10,7 +10,7 @@ draft: false
## [[recipe]({{< ref "/categories/recipe" >}})]: How to create a Windows 10 (UEFI and BIOS) install drive in Linux
## How to create a Windows 10 (UEFI and BIOS) install drive in Linux
Latests Win10 image released by Microsoft have the `install.wim` file way above 4GB and FAT32 formatted devices cannot handle file bigger than 4GB in size. You could use a NTFS partition but that will reduce the number of machines youll be able to use the drive on because some (older) systems cant boot from NTFS drive.