Virtualization, Containers, WSL

WSL2でLinuxサーバのXアプリを転送表示するまでの試行錯誤

I wanted to SSH from WSL2 (Windows Subsystem for Linux) running on Windows to a Linux server (CentOS 7 in this case) ...

Linux, Server Setup, Networking

SSHポートフォワード徹底解説:ローカル・リモート・ダイナミック・多段ProxyJumpの違いと活用法

In our previous article, we covered multi-hop SSH port forwarding using ProxyJump (Multi-hop Port Forwarding with SSH ...

WordPress, blog management, SEO

マインドマップエディタ複数マインドマップ管理

Previously, I built a custom WordPress plugin that allows users to create, switch, and delete multiple mind maps dire ...

WordPress, blog management, SEO

Wordpressのテーマ乗り換え後に欠けた自動アイキャッチ生成機能を自作

The Cocoon theme features a built-in, albeit beta, function that automatically generates featured images based on the ...

Virtualization, Containers, WSL

Thumbnail of post image 077

In this post, I will share the troubleshooting steps I went through when building a music server using the Koel Docke ...

Linux, Server Setup, Networking

ProxyJumpで多段SSHポートフォワード

In secure network environments, SSH port forwarding is extremely useful for safely accessing internal servers. When y ...

Homemade tools and devices

Raspberry Pi 3、Pico、激安USBキャプチャボードで作るPiKVM – VPNモニタリング編

So far, through the hardware, software, and case design installments, we have successfully built our own DIY PiKVM us ...

Homemade tools and devices

Raspberry Pi 3、Pico、激安USBキャプチャボードで作るPiKVM – ソフトウェア編

Now that the hardware assembly is complete, the next step is the software setup. This article focuses on flashing pic ...

WordPress, blog management, SEO

IndexNow Plugin

IndexNow is a mechanism that allows you to instantly notify Bing and other compatible search engines of new content c ...

Linux, Server Setup, Networking

CentOS 7 の LVM構成を変更!/home を削除し / を拡張する

When installing CentOS 7, the default settings use LVM to split the storage into/(root) and/home. This time, although ...