Linux, Server Setup, Networking

PT3録画サーバーのファン故障による熱暴走と主要コンテナの緊急退避

I have been operating an ASRock Beebox equipped with a PT3 tuner for many years as both a recording server and a host ...

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

curlでIPアドレス指定時にドメインを偽装して検証する方法

When building a web server, switching DNS providers, or investigating site access outages, situations frequently aris ...

Linux, Server Setup, Networking

Linuxプロキシ設定完全早見表(apt, yum, dnf, npm, wget, curl, git, k8s/containerd, OS環境変数)

When building a Linux environment behind a proxy, proxy configuration methods vary by tool, which often wastes time o ...

Linux, Server Setup, Networking

Linuxサーバでファン制御

In a home server running 24/7, the cooling fan is typically the component most prone to wear and tear, and where issu ...

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

Linux, Server Setup, Networking

Tailscaleサブネットルータで宅外から宅内マシンにアクセス:IPフォワーディングの設定と注意点

In PiKVM built with Raspberry Pi 3, Pico, and an ultra-cheap USB capture board – VPN Monitoring Edition, we explained ...

Linux, Server Setup, Networking

独自ドメイン不要!プライベートサーバでGmail APIを利用するための「身代わり認証」実践ガイド

Suppose you want to call the Gmail API from an application running on a server within your home LAN (192.168.x.x). Wh ...

Linux, Server Setup, Networking

外部からの入口を「NLB →(OCI1またはOCI2)→ 自宅サーバ」に統一

Previously, I operated a setup where an instance (OCI1) was deployed on OCI (Oracle Cloud Infrastructure)—utilizing t ...

Linux, Server Setup, Networking

自宅鯖SSL問題を解決!OCI NginxとローカルOLSの証明書競合の回避方法

The server architecture of our blog, “Nando Kobo,” has evolved into its current form after overcoming sev ...