BLOG

Latest Articles

Master Python zip Function: Boost Your Coding Skills

The Python zip function accepts iterable items and merges them into a single tuple. The resultant value is a zip object that stores pairs of iterables. we can …

By bashiralam · 14 min read · Python

15+ iostat command examples in Linux [Cheat Sheet]

15+ iostat command in Linux examples to monitor disk and CPU usage. Get statistics and report every second for pre-defined time interval on the console.

By rohantimalsina · 9 min read · CheatSheet