Tag: command line
How to Use Command Line History on Windows Command Prompt
Linux users who used to using the command line on a daily basis must get clumsy when switching to Windows. On Linux, you can effortlessly use the previous commands you typed...
4 Commands to Shutdown Your Linux System
It's easy to shutdown your Linux system when you are physically touch your machine. When everything is not going well (like hang), you can press and hold the power button to...
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...
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...
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 Compile Your First C++ Program with G++ on Linux
C++ is a programming language that requires to be compiled before run. Despite there are many tools that offer you convenience in developing a C++ based program, there is no bad...
How to Check the Ubuntu Version via Terminal
"What version of ubuntu do I have". Probably, that's a question you ask yourself when you have long been never updated your Ubuntu. The way to check the Ubuntu version can...