Tips and Tricks
5 easy steps change grub2 background image splash screen
Steps to change grub2 background image in Linux. The steps are valid for both legacy and UEFI BIOS. Use any JPE/JPEG or PNG image to set your own boot loader …
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
10+ commands to list all systemctl services with status
In systemd all the services are part of unit files so to list services we must define --type= argument and to get the state of individual services we need …
10 practical examples of tmux configuration with examples
In this tutorial I will use tmux.conf and show different examples to modify your tmux configuration such as define custom prefix key etc
Complete tutorial on tmux commands with examples from scratch
In this tutorial I will cover the basics of tmux from scratch using various tmux commands to create session, windows, splitting panes, killing session etc
