Sometimes you may need to add newline after pattern in Vim editor. Here are the steps to add line break after pattern.
How to Convert CRLF to LF in Linux
Sometimes you may need to convert line endings in shell script. Here is how to convert CRLF to LF in Linux.
How to Store Command in Variable in Shell Script
Sometimes you may need to store command in variable in bash, execute command stored in variable. Here is how to store command in variable in shell script.
Tar Directory Exclude Files & Folders
Sometimes you may need to exclude file & directories when using tar. Here is how to tar directory & exclude files & folders.
How to Change Color Scheme in Vim
Sometimes you may need to change font color, change color of comments, change color scheme in vim. Here is how to change color scheme in vim.
Python Script to Check URL Status
Sometimes you may need to check if URL is reachable, check server status. Here is python script to check URL status.
How to Create Executable in Python
How to Store JSON Data in MySQL
How to Fix dpkg Was Interrupted, You Must Manually Run Sudo
If you get the error message “dpkg Was Interrupted, You Must Manually Run Sudo” while installing Linux Package, here is how to fix it.