Author: mamushi

Explanation of a Python Script for Automatically Replacing URLs in a WordPress Database

Explanation of a Python Script for Automatically Replacing URLs in a WordPress Database

Issues Arising from Domain ChangesWhen migrating a WordPress site to another server or changing the domain, unexpected issues may arise t...

education
How to Build a WordPress Environment Using Docker on Windows

How to Build a WordPress Environment Using Docker on Windows

When operating a website, server settings and database management can be a headache. Doing everything manually often leads to mistakes an...

education
Setting Up and Using WhisperSpeech: Efficient Environment Configuration with FFmpeg and CUDA

Setting Up and Using WhisperSpeech: Efficient Environment Configuration with FFmpeg and CUDA

Previously, I introduced how to use Whisper Speech with Jupyter Notebook.https://betelgeuse.work/archives/6831WhisperSpeech: A Tool Utili...

education
Setting Up pyenv-win and Managing Python Versions with PowerShell

Setting Up pyenv-win and Managing Python Versions with PowerShell

What is pyenv?pyenv is a tool that allows you to easily install and switch between multiple versions of Python. For example, you can use ...

education
Build DHCP and PXE servers (IP forwarding and NAT recommended)

Build DHCP and PXE servers (IP forwarding and NAT recommended)

Configuring a DHCP server is very useful to streamline network management and eliminate the need for manual IP address configuration. Fur...

education
Network isolation and Internet connectivity using physical network devices

Network isolation and Internet connectivity using physical network devices

In my current home network environment, my router connects all devices to the Internet. Here is the current situation and the planned con...

education
Running MacOS on Linux (WSL acceptable)

Running MacOS on Linux (WSL acceptable)

Running MacOS on Ubuntu 24.04 Desktop. Use the following GitHub page as a reference.https://github.com/kholia/OSX-KVM Check the specs of ...

education
Creating virtual machines with .vmdk files in QEMU

Creating virtual machines with .vmdk files in QEMU

It is inconvenient because I cannot copy/paste on a certain OS. So we will use qemu to make this happen. QEMU (Quick EMUlator) is an open...

education
Build multiple WSLs of the same version

Build multiple WSLs of the same version

WSL (Windows Subsystem for Linux) usually installs a Linux distribution from the Microsoft Store, but you can also build it using your ow...

education
SSH connection and Visual Studio Code(WSL,Docker)

SSH connection and Visual Studio Code(WSL,Docker)

I usually used the following method to make SSH connections at the command prompt. Assume that you have already registered your public ke...

education