Sometimes you may need to remove part of url, remove query string from url or remove characters from URL. Here is how to remove URL parameters using .htaccess.
How to Set Apache PATH Environment Variable
How to Export to CSV in NodeJS
How to Make POST Request with cURL
cURL is a useful utility to make requests and download files in Linux. Here is how to make POST request with cURL.
How to Checkout Remote Git Branch
Bash Wait Command in Linux
Wait command allows you to make the Linux shell wait till a process is over. Here is how to use wait command in Linux.
How To Run Multiple cURL Requests in Parallel
cURL is a useful command to make requests. Sometimes you may need to run multiple cURL requests in parallel. Here is how to do it.
How to Uninstall Slack in Ubuntu
Slack is a popular team collaboration and communication software. Here is how to uninstall Slack in Ubuntu.
Git Stash: Save Local Changes Without Commit in Git
Sometimes you may need to git save progress without commit or keep local changes without commit. Here is how to save local changes without commit in Git.
How to Convert Webpage into PDF using Python
Sometimes you need to convert web pages into PDF. Here is how to convert webpage into pdf using python.