BLOG

Latest Articles

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

10 practical examples to export NFS shares in Linux

This tutorial contains a list of nfs exports options in Linux with examples to create NFS share using /etc/exports. You can share with multiple hosts, single or …

By admin · 8 min read · NFS

12 practical grubby command examples (cheat sheet)

In this tutorial I have consolidated a bunch of grubby command examples to update, modify, add, remove kernel boot entries. Check default kernel, list of …

By admin · 6 min read · CheatSheet