sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| <?php | |
| /** | |
| * This file contains functions to retrieve system information and display it in a single file server dashboard. | |
| * The functions include generating a safe ID, parsing lines, getting CPU info, load average, basic server info, | |
| * CPU usage, memory usage, disk usage, and disk space. | |
| * | |
| * @author Zxce3 | |
| * @version 1.1 | |
| */ |
See how a minor change to your commit message style can make a difference.
ℹ️ git-conventional-commits A CLI util to ensure this conventions and generate changelogs
This is a compiled list of falsehoods programmers tend to believe about working with time.
Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.