Linux, Server Setup, Networking

【Ubuntu 24.04】ノートPCのふたを閉じるとスリープしてWi-Fiが切れる問題と対策(Surface Pro 5実例)

Although the Surface Pro 5 (CPU: Core i7-7660U) is still powerful enough for daily use, it is restricted by not being ...

Linux, Server Setup, Networking

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

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

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

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

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

Linux, Server Setup, Networking

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

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

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

Linux, Server Setup, Networking

ASRock Beebox + PT3で構築したミニPC録画サーバ

In October 2016, I built a TV recording server using CentOS 7, which was my personal favorite at the time. However, s ...

Linux, Server Setup, Networking

WireGuardとVPS(OCI)を活用した集合住宅ネットワーク内Webサーバの公開

This guide explains how to expose a Web server (OpenLiteSpeed) installed within an apartment or multi-dwelling unit ( ...

Linux, Server Setup, Networking

GRUBブートローダーを編集してLinuxの起動順序を変更する方法

When using Linux, you may sometimes have multiple kernel versions installed. If you want to change the kernel used fo ...

Linux, Server Setup, Networking

Ubuntu 22.04 での pyenv インストールと使い方

pyenv is a convenient tool when you want to easily switch between and manage different versions of Python. This artic ...