SSL allows secure MySQL database connections. Here is how to enable SSL for MySQL in Windows.
How to Append One File to Another in Linux
Sometimes you may need to merge or combine two files in Linux. Here is how to append one file to another in Linux.
How to Rename Git Tag
How to Clone Large Git Repository
How to Clone Single Branch in Git
Sometimes you may need to clone specific branch in git. Here are the steps to clone single branch in git.
How to Ignore Git File Permission Changes
How to Configure Line Endings in Git Commit
It is important to configure line endings in git repository to make it cross platform. Here is how to configure line endings in git commit.
Git Remove File from History
Sometimes you may need to remove file from git history. Here are the steps to remove file from history in git.
Bash Loop Through Files in Directory Recursively
Sometimes you may need to loop through all files in directory in Linux. Here are the steps to do it.