Sometimes you may need to unzip file, folder, multiple files in Linux. Here is how to unzip file in Linux.
How to Uninstall Package in CentOS
Sometimes you may need to remove package or software in RHEL/CentOS/Fedora/SUSE Linux systems. Here is how to uninstall package in CentOS.
Limit Bandwidth & Connections in Apache
Sometimes you may need to limit bandwidth & connections in Apache web server. Here is how to do this using mod_bw module.
How to Remove Local Untracked Files from Git
How to Create Menu with Submenu in Shell Script
How to Delete a File in Git Repository
Sometimes you may need to delete file in git repository. Here are the steps to remove files in git repository.
What Does __file__ Mean in Python
__file__ is a special variable in python that has different values depending on situation. Here is what __file__ means in python.
Sed Command to Replace String in File
Sed is a powerful command to work with string & text in Linux. Here is sed command to replace string in file.