Linux, Server Setup, Networking

Linuxのuseraddとadduserの違いと使い分け

When operating Linux systems, account management tasks such as adding and deleting users are among the fundamental re ...

Linux, Server Setup, Networking

byobuのScreen modeが実はtmuxだった

In server administration and programming, splitting a single terminal screen to multitask concurrently is a common wo ...

AI Local LLM

Pythonで作るローカルLLMのマルチエージェント環境

Previously, using Podman, I set up a clean environment to simultaneously host “Qwen3” and “Gemma3&# ...

AI Local LLM

Codexが「方針職人モード」になってコードを書かないときの対処法

As it becomes increasingly common to delegate code fixes to AI, have you ever experienced a situation where “th ...

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

Development, Programming, Git

Visual Studio Code(VSCode)のターミナルでVimのCtrl+Qが効かない問題を解決する方法

The integrated terminal in VS Code is extremely convenient, and being able to use Vim as an extension of your daily c ...

Linux, Server Setup, Networking

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

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