In my previous post, I explaind Understanding the Linux Command Line.
The following are what I consider essential command line tools.
Essential Command Line Tools
jq– it’ssedfor json files
Essential Programing Tools
Ubuntu 16.04 and 18.04 comes with Python 2.7 installed. You may want to install python3.
npm– package manager for JavaScriptpip– package manager for JavaScriptgit– version control systemnode– a JavaScript runtime built on Chrome’s V8 JavaScript enginepython3– #3 most used programing language in the worldvirtualenv– create isolated Python environmentspipenv– creates and manages a virtualenv for python projects
Other Command Line Tools tools
hget– Render websites in plain text from your terminalmedium– read medium blog posts from the command lineyoutube-dl– download youtube videos
0 Comments