Windows 11 Ubuntu 24.04 (WSL): Change the Default Editor from nano to viOverview When you run a command such as visudo on a newly installed Ubuntu system, it can be surprising to see nano …2025.08.27
NotesHow I Improved the Loose USB Type-C Connection on My Google PixelOverview I use Google Maps through Android Auto on my Pixel 7a as the car navigation system in my AQUA. Recently, the …2025.07.11Notes
Uncategorized[Windows 11] Tweak the Registry to Let JIS and US Keyboard Layouts CoexistOverview When you connect an English-layout keyboard to a Japanese-layout laptop, the Windows settings only let you …2025.06.18Uncategorized
[Windows 11] Tweak the Registry to Let JIS and US Keyboard Layouts Coexist[Windows 11] Tweaking the registry to allow JIS and US keyboard layouts to coexist Overview When you connect an …2025.06.18
RaspberryPiNotes on Blocking Attacks Against Raspberry Pi SSH with Fail2BanOverview I expose the SSH Server port so I can access my Raspberry Pi remotely, and when I looked at the logs, I saw …2024.09.01RaspberryPiHome ServerNotes
Linux[Raspberry Pi] How Do I Turn Off Wi-Fi and Bluetooth on Raspberry Pi OS?On Raspberry Pi OS, you can use the rfkill command to turn wireless functions on and off. The rfkill command can turn …2024.03.27LinuxRaspberryPi
NotesEmacs Key Binding Settings for Sakura EditorIt is rough being in an environment where only Sakura Editor can be used. Reposted from the following. (Because the …2024.02.14Notes
WindowsChange the Windows 11 PIN (Windows Hello) Length from 6 Digits to 4 DigitsI use a PIN on Windows 11. By default, the minimum length was 6 digits, so I tried changing it to 4 digits. Test …2023.08.09WindowsNotes
DockerA Quick Way to Install WSL2 (Ubuntu) and Docker Desktop on Windows 11This is a note from installing WSL and Docker Desktop in a Windows 11 Pro environment. Overview When using Docker …2023.08.03DockerLinuxUbuntu
Python[Python] What to Do When Sending Packets with Scapy as a General User Returns error: [Errno 1] Operation not permittedApparently, handling raw packets requires the Linux capability cap_net_raw. The only apparent options are to run Python …2023.01.19PythonNotes