Here, are a few basic commands (too basic for those who have ever worked in linux) and instructions for installation of a couple of useful tools that was a kind of pre-requisite for setting up my working environment. View beginning of a file: head -n3 file.txt It displays the first 3 lines of the file….