Posts

  • How to do REST API call and read/write excel file using Python 3

    Introduction Today we are going to see how to read the excel’s each cell and pass the value to the REST API request On successful response we will parse the JSON response Read the JSON element and write it to the excel Prerequisite In your terminal or CLI run pip3 install package_name (Based on your […]

    read more

  • Shortcut to run previous shell command as superuser

    Old Procedure Most of the time when we execute a permission required command but we forget to add sudo at the start of the command then terminal throws the error permission denied So what we will do enter up arrow (navigation key) and enter home or continuously press left arrow key to go to the […]

    read more

  • The Devilbox

    Introduction In past days replicating the development environment of one machine to another is difficult We can’t assure each system is exact clone of other system But by using Devilbox we can create a highly customisable dockerized LAMP stack No need worry about operating systems if all system have identical .env file then all system […]

    read more