Your browser does not support JavaScript.
CTRL
K
Home
Blog
Toggle Dropdown
Archives
Posts archive
Authors
Authors list
Categories
All of categories
Series
All of the series
Tags
All of tags
GitHub
GitHub
Telegram
Telegram
Theme
Auto
Dark
Light
Home
Archives
2025
03
March 6, 2025
2 min read
Blog
Debug Mode in Bash
Linux
Scripting
Bash
Linux
Debug mode in Bash is a useful feature that allows you to trace the execution of a script, helping you identify errors, understand the flow, and troubleshoot issues.
Read more about Debug Mode in Bash.
March 5, 2025
1 min read
Blog
Git Patch
Linux
Git
Scripting
Linux
Git
Vcs
Git patches are text files that contain code and Git commit metadata.
Read more about Git Patch.
March 4, 2025
1 min read
Blog
The dirname command in Bash
Linux
Scripting
Linux
Bash
dirname is a UNIX-like OS program designed to convert an absolute or relative path to a file or directory into the name of the parent directory.
Read more about The dirname command in Bash.
March 3, 2025
1 min read
Blog
Shebang
Linux
Scripting
Linux
Bash
Coding
How to Use Shebang in Scripts?
Read more about Shebang.
March 1, 2025
1 min read
Blog
Cron in Scripts
Linux
Automation
Linux
Bash
Automation
How to Pass a Task to cron From a Script?
Read more about Cron in Scripts.