CATEGORY

Tips and Tricks

6 Tools making Automation Testing easy in Linux

The QA automation testing tools mentioned in this article enable the deployment of tests integrated with the DevOps workflow. They support continuous testing …

By admin · 5 min read · Tips and Tricks

5 easy & useful ways to check Linux kernel version

In this tutorial I will share multiple commands and methods you can use to check the Linux kernel version. The recommended method would be uname which works …

By admin · 5 min read · Tips and Tricks

7 tools to detect Memory Leaks with Examples

How to detect, capture and monitor memory leak in various applications such as C, C++ or in Linux process. use valgrind, core dump to capture leak information

By admin · 16 min read · Tips and Tricks, Featured Post