In today's laptops, it has become common to find two graphics cards: the Intel integrated graphics card and the dedicated Nvidia graphics card. This dual setup allows for switchable graphics...
When working as a software developer, the font you use can make a big difference in your productivity and overall experience. JetBrains Mono is an open-source font designed specifically for...
On most systems with graphical environment, deleted files goes to a temporary location that is called Trash or Recycle Bin. Contents of the trash can be deleted permanently or restored...
ApacheTop is a command line tool for monitoring traffic of the Apache HTTP server. ApacheTop parses the access log file of Apache and shows website traffic statistics that updated after...
The cloc is a command line tool that can be used to count lines of code in software projects. It analyzes the files and produces a report that includes the...
Neovim is a text editor for creating and editing text files via command line. Neovim is a fork of Vim text editor. Development of Neovim was started from a copy...
Tidy is a command line tool for finding and fixing markup errors in HTML documents. It also supports pretty printing and allows fixing basic well-formedness errors in XML documents.
This...
The lsof is a command line tool for showing information about files that are currently opened by various processes running on the system. It can be a regular file, directory...
The aspell is a command line tool that can be used to check spelling errors for a given text file or individual words provided from standard input. This tool displays...
Vim is a text editor that allows to create and modify text files via command line. Vim is an improved version of the old Unix Vi text editor, which provides...