Development, Programming, Git

Windows TerminalのVimで矩形選択(Visual Block)ができない時の対処法

Using Windows Terminal has become common as a standard terminal environment in Windows. While it offers the convenien ...

Virtualization, Containers, WSL

Ubuntu(WSL) × Operaで『海外アクセス検証環境』を作る方法

When checking the behavior of web services or servers, can we really say everything has been thoroughly tested just b ...

Virtualization, Containers, WSL

VSCode + WSL + Gemini で Windows側ディレクトリを入れ替えたときに起きるキャッシュ問題と、再起動での解決方法

The VSCode “Remote – WSL” extension is used by many developers because it allows them to work on Wi ...

Virtualization, Containers, WSL

WSLでWindows上のディレクトリを安全・高速に扱う「mount --bind」

When developing with WSL, you often find yourself needing to manipulate files on the Windows side.
In WSL, the Wi ...

Minecraft

旧MacBook Air(Big Sur)で外出先から自宅のマイクラサーバへアクセスするまでの記録

My old Surface had a battery defect, causing the CPU to run at only a few percent constantly. Although I replaced the ...

Minecraft

マインクラフトサーバの構築方法:子どもと学ぶためのPaperサーバ構築ガイド

Minecraft is more than just a game; it is attracting attention as an educational tool that fosters creativity and log ...

Linux, Server Setup, Networking

bashのhistoryを強化するおすすめ設定

When working daily in the terminal on Linux or macOS, the “history” feature for recalling previously exec ...

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

find で見つけた mp3 ファイルを一か所にまとめて移動する方法【スペース・日本語ファイル名にも対応】

You might want to gather various `.mp3` files—such as music or recordings—into a single location, ignoring the existi ...

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 ...