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.
How to Convert CSV to JSON in NodeJS
Sometimes you may need to convert CSV to JSON using NodeJS. Here is how to convert CSV to JSON using NodeJS.
How to Set Upstream Branch in Git
How to Write to File in Bash
Sometimes you may need to write to file in bash or other shell. Here is how to write to file in bash shell.