Blogs & Articles

  • How to Configure Dunst Notifications in Linux (with images)

    How to Configure Dunst Notifications in Linux (with images)

    In this article, I will talk about how to configure dunst in Linux – colors, paddings, frame, timeout, progressbar, separator, font, markup (bold, underline, etc.), text alignment, icon alignment, icons, mouse settings, etc. There will be lots of examples and images to illustrate my point. I will use simple language and hope in the end…

    read more

  • How to Use Conditional Statements in Bash: The If-Else Fi Basics

    How to Use Conditional Statements in Bash: The If-Else Fi Basics

    Learn about conditonal statements in bash – if, if else, if-elif-else, conditional expressions like `-z`, `-n`, `>`, etc. with examples.

    read more

  • How to Use Loops in Bash?

    How to Use Loops in Bash?

    Learn the ins and outs of loop scripting in Bash. Discover various loop types, applications, and real-world examples in this comprehensive guide. From basic iterations to dynamic file processing and creative timer implementation, you’ll gain the expertise needed to efficiently automate tasks and manage complex operations using loops in Bash.

    read more