Select Page
Fix ‘goimports: command not found’ in Linux

Fix ‘goimports: command not found’ in Linux

Introduction Go is a general purpose programming language aimed at scalability. It is primarily used for system programming and is influenced by the C programming language. Go is a good programming language of choice for beginner programs due to its ease of use, and...
Fix ‘setenv: command not found’ in Linux

Fix ‘setenv: command not found’ in Linux

Introduction The setenv command in Linux can be used for setting environment variables by giving them names and values. It is a built-in command for the C Shell, and its forks. It is similar to the export command found in other POSIX shells, having a slight difference...
ngrok: command not found’ in Linux

ngrok: command not found’ in Linux

Introduction Ngrok is an HTTP Tunneling software which allows you to expose a local server in your machine to the Internet. When you expose a program which is stored in your local machine by using ngrok, it takes your port number and hosts it under a subdomain of...
How to fix ‘jq: command not found’

How to fix ‘jq: command not found’

Introduction The jq command is a Command Line tool which is primarily used to format JSON files, right from the command line. It is also referred to as a JSON Processor, to that account. The reason why anyone would really wish to use a command line tool to format JSON...
Fix ‘unmount: command not found’ in Linux

Fix ‘unmount: command not found’ in Linux

Introduction Oftentimes in a Linux machine, you’re required to handle filesystems as well as their partitions using different commands. This is essential in various ways. Starting from the installation of a Linux Environment inside a disk, all the way to...