How do you get help in the Linux command line? On Linux, there are man pages that come preloaded with any distribution. The man pages are basically help pages which you can access using the terminal. You get an instruction manual when
Read More

Managing packages in Linux distribution varies depending on the distribution. All the Debian-based distros use APT as the package management app. While Fedora uses DNF, openSUSE depends on Zypper package manager. Recently, distro-agnostic package managers like Snap, Flatpak, AppImage, etc. made the
Read More

Fastfetch is a command-line tool to display detailed information about your system in an easy-to-comprehend format. Remember Neofetch, which used to do this? Unfortunately, Neofetch is no longer being updated. In any case, you’ll find Fastfetch to be a great alternative. It
Read More

KDE Plasma desktop comes with Konsole as the default terminal emulator. It may seem like just another terminal application, but like KDE itself, Konsole is also highly customizable. With the correct set of configurations, you can make Konsole the most beautiful and
Read More

One can find tons of replacements for top, a CLI tool that provides a dynamic real-time view of a running system. There is the famous htop, the asynchronous atop, which forces the kernel to write a record of running processes, and some
Read More