CheatSheet
How to Create Symbolic Links in Linux (Soft & Hard Links Explained)
Learn how to create symbolic links in Linux using the ln command. Understand soft links vs hard links, when to use each, and how to verify, find, and remove …
50+ tmux cheat sheet and shortcut commands
In this tutorial I have shared the most used tmux cheatsheet with the list of commands and shortcuts for sessions, windows panes etc in tmux
6 practical scenarios to use grep recursive with examples
Perform grep recursive search for string or pattern across directories and sub directories, include or exclude certain filenames, print output with or without …
chmod Recursive in Linux: Change File & Directory Permissions Safely
Learn how to use chmod recursive (-R) in Linux with clear examples. Change permissions for all files or directories using 755 or 777, avoid common mistakes, and …
10 examples to generate SSH key in Linux (ssh-keygen)
Use ssh-keygen to generate SSH key to use public key based authentication in Linux. Create key pair with custom filename, change passphrase of existing private …
