by Sarker | Jan 21, 2023 | Linux, Sublime Text
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...
by Sarker | Jan 6, 2023 | 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,...
by Sarker | Jan 6, 2023 | 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...
by Sarker | Jan 5, 2023 | Linux
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...
by Sarker | Dec 6, 2022 | 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 PostgreSQL, then the command...