Blogs

Make TUI(Terminal User Interface) using dialog (Continually update)
Make TUI(Terminal User Interface) using dialog (Continually update)

Intro Display dialog boxes from shell scripts This article mainly focused on some common usage of dialog, for more detailed information, please check dialog -h or much more detailed one man dialog. …

Linux CLI Tools(continually update)
Linux CLI Tools(continually update)

This page only lists some commonly used commands and their options, for more details, please check man command or use the official docs! apropos is another command you should master to search in man I …

Git commands Manual (Continually updated)
Git commands Manual (Continually updated)

user configuration git config --global user.name "GeekerHWH" git config --global user.email "xxxxxxxxxx@gmail.com" you can check the settings with: git config --list to set users for …