Ubuntu 24.04: Workaround for Wi-Fi Disconnecting When Closing the Laptop Lid
Although the Surface Pro 5 (CPU: Core i7-7660U) is still powerful enough for daily use, it is restricted by not being ...
Recommended Settings to Supercharge Bash History
When working daily in the terminal on Linux or macOS, the “history” feature for recalling previously exec ...
How to Find and Collect All MP3 Files into a Single Directory [Supports Spaces and Japanese Filenames]
You might want to gather various `.mp3` files—such as music or recordings—into a single location, ignoring the existi ...
Comprehensive Guide to SSH Port Forwarding: Differences and Use Cases for Local, Remote, Dynamic, and Multi-hop ProxyJump
In our previous article, we covered multi-hop SSH port forwarding using ProxyJump (Multi-hop Port Forwarding with SSH ...
How to Implement Multi-Hop Port Forwarding in SSH via a One-Liner Command and Configuration File
In secure network environments, SSH port forwarding is extremely useful for safely accessing internal servers. When y ...
Changing the CentOS 7 LVM Configuration: Delete /home and Expand /
When installing CentOS 7, the default settings use LVM to split the storage into/(root) and/home. This time, although ...
Introduction to a Mini PC TV Recording Server Built with ASRock Beebox + PT3
In October 2016, I built a TV recording server using CentOS 7, which was my personal favorite at the time. However, s ...
Publishing a Web Server in an Apartment Network Using WireGuard and VPS (OCI)
This guide explains how to expose a Web server (OpenLiteSpeed) installed within an apartment or multi-dwelling unit ( ...
How to Change the Linux Boot Order by Editing the GRUB Bootloader
When using Linux, you may sometimes have multiple kernel versions installed. If you want to change the kernel used fo ...
Installing and Using pyenv on Ubuntu 22.04
pyenv is a convenient tool when you want to easily switch between and manage different versions of Python. This artic ...