Sometimes you may need to reset your local branch to be same as remote repository. Here is how to reset local git repository to remote repository.
Cannot Access NGINX From Outside
Sometimes you may be unable to access NGINX from external public ip or outside box. Here is how to fix this issue.
How to Undo Git Rebase
How to Stop Tracking Folder in Git Without Deleting
Sometimes you may need to stop tracking folder in git without deleting it. Here are the steps to do it.
Bash Loop Through Files in Directory and Subdirectories
Sometimes you may need to go through files in directory and subdirectories. Here are the steps to do it.
How to Remove Git Ignore Files from Git Repository
How to Stop Python Code After Certain Amount of Time
Sometimes you may need to stop python code after certain amount of time. Here is how to stop python code execution after certain time limit.
How to Convert Bytes to String in Python
How to Store Output of Cut Command in variable in Unix
Sometimes you may need to store output of cut command in variable in Linux. Here are the steps to do it.
How to Use Shell Variables in Awk Script
Sometimes you may need to use shell variables in awk script or command. Here is how to do it in Linux.