Select Page
How to fix ‘subl: command not found’

How to fix ‘subl: command not found’

Introduction Many text editors often come along with a command-line helper tool rhat allows those programs to be executed from right within a terminal emulator. Sublime Text is of no exception either. It has it’s very own command-line tool for starting the...
How to fix ‘ip: command not found’ in Linux

How to fix ‘ip: command not found’ in Linux

Introduction The ip command in Linux is used to configure network interfaces in a Linux machine. It is short for Internet Protocol. It is mostly used by system and network administrators to add, remove, show and manipulate things like network routes, tunnels,...
Fix ‘mongo: command not found’ in Linux

Fix ‘mongo: command not found’ in Linux

Introduction MongoDB is a noSQL database software which is used to store unstructured data. Just as the name suggests, it is the opposite of SQL databases, which store structured data. MongoDB uses a variety of different technologies to make their database system...
“sudo: command not found” in Docker

“sudo: command not found” in Docker

Introduction In the vast world of Linux, it is important to take security measures to ensure you don’t lose your valuable data. In many cases, it doesn’t have to be a random stranger trying to wipe off your hard disk, but you yourself could be enough for...
‘pg_ctl: command not found’ in Linux

‘pg_ctl: command not found’ in Linux

Introduction Servers often require to be stopped for maintenance, and started again as soon as it’s done. To do this, you’d probably require some command in the terminal through which you’re managing the server. If your server of choice is...