Differences and Proper Usage of useradd and adduser in Linux
When operating Linux systems, account management tasks such as adding and deleting users are among the fundamental re ...
WSL2: How to Share Data Without Copying or Deleting the Old Environment When Introducing a New OS
A major advantage of using Windows Subsystem for Linux (WSL2) is the ability to quickly and lightweightly create and ...
Steps to Restore Gemini Chat History and Establishing Automated Backup Operations to Prevent Re-disappearance
To address the issue where Gemini chat histories disappear from the list, we previously relied on the method of viewi ...
[Git] How to Completely Erase Accidentally Committed Files from History (git-filter-repo)
Today, we’re diving into a technical guide on doing a “deep clean” of a Git repository.
When ...
Solution to Cache Issues Occurring During Directory Navigation in WSL + VSCode
The VSCode “Remote – WSL” extension is used by many developers because it allows them to work on Wi ...
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 ...
How to Resolve the “Vulnerable Driver” Warning After Upgrading to Windows 11
After upgrading from Windows 10 to Windows 11, you may encounter a warning upon startup stating, “A driver cann ...
Mind Elixir × Custom WordPress Plugin: Adding a 5-Minute Auto-Save Feature
This article explains the steps to add an auto-save feature to the “Mind Elixir Admin” plugin, which inte ...
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 ...
Easy Data Backup with rsync: How to Do It Safely While Monitoring Progress
Today, I’d like to talk about “rsync,” a handy tool for data backing up. rsync is a command-line to ...