6 Practical Examples of Date Command in Linux
date is the default command in Linux to check the current date in your system. Unlike other commands like cal an ncal which each displays the whole calendar in the running...
How to Install the Vectr App on Linux
Inkscape has long been a favorite vector editor in Linux and still becoming the first option for those needing a tool to create vector images. Today, you can use another tool...
5 Practical Examples of Free Command in Linux
Free is the standard tool to check the memory usage in Linux. Anyone on your system is able to use free since it doesn't require root access to run. The use...
6 Best Tools to Check the Memory Usage in Linux
When your computer is slowing down, the first thing you can check to inspect the problem is the memory usage. In Linux, there are a bunch of tools you can use...
How to Use Nmon Command in Linux
When it comes to system monitoring tool, Linux is unbeatable. There are a bunch of tools you can use to monitor the system performance, be it GUI based tools or command...
8 of The Best Task Managers for Linux
When it comes to operating system, task manager is a tool to check the currently running processes. Nearly all operating systems, desktop based in particular, already come with this sort of...
5 Commands to Check the Running Processes in Linux
Linux today has been far different that Linux tens years ago. Today, you can use Linux without even knowing a single command thanks to the graphical user interface aka GUI. But,...
6 Examples of Basic Use of PS Command in Linux
There are a bunch of tools available in Linux to see the running processes. One of which is ps. It is a standard tool used by most system administrators to check...
How to Install a DEB File in Linux
Unlike Windows and macOS, applications in Linux are distributed through a variety or packages. One of which is DEB. DEB itself is a software package format for the Debian and its derivatives...
How to Check the Linux Kernel Version of Your Distro
Ever wondered what is the kernel version used by the Linux distro you are using? If so, you can use the command of uname.
Uname is a Linux command used to get...