Notes

Hugo

Migrating from WordPress to Hugo

I decided to migrate this site, which had been running on WordPress, to Hugo. WordPress is convenient. You can write …
Hugo

Switching the Raspberry Pi WordPress Site to Hugo

I already wrote about migrating the article data from WordPress to Hugo in Migrating from WordPress to Hugo. This …
Notes

How I Improved the Loose USB Type-C Connection on My Google Pixel

Overview I use Google Maps through Android Auto on my Pixel 7a as the car navigation system in my AQUA. Recently, the …
RaspberryPi

Notes on Blocking Attacks Against Raspberry Pi SSH with Fail2Ban

Overview I expose the SSH Server port so I can access my Raspberry Pi remotely, and when I looked at the logs, I saw …
Notes

Emacs Key Binding Settings for Sakura Editor

It is rough being in an environment where only Sakura Editor can be used. Reposted from the following. (Because the …
Windows

Change the Windows 11 PIN (Windows Hello) Length from 6 Digits to 4 Digits

I use a PIN on Windows 11. By default, the minimum length was 6 digits, so I tried changing it to 4 digits. Test …
Docker

A Quick Way to Install WSL2 (Ubuntu) and Docker Desktop on Windows 11

This is a note from installing WSL and Docker Desktop in a Windows 11 Pro environment. Overview When using Docker …
Python

[Python] What to Do When Sending Packets with Scapy as a General User Returns error: [Errno 1] Operation not permitted

Apparently, handling raw packets requires the Linux capability cap_net_raw. The only apparent options are to run Python …
Docker

How to Run SSHd with Systemd in a CentOS 7 Docker Container

I use Docker Desktop on Windows. This time I needed to use Systemd on CentOS 7, so I looked into it. Overview If you run …
Docker

How to Change the Memory Limit in a Docker Desktop Environment

I run containers in a Docker Desktop environment, but they run with less memory than the physical memory available, so I …