How to View the Network Routing Table in Ubuntu Linux

Ubuntu Network Routing

What is Routing and a Routing table in Linux? Routing is the transfer of an IP packet from one point to another across the network. When you send someone an email, you’re actually transmitting a series of IP packets or datagrams from your system to the other person’s computer. The packets sent from your computer … Read more

How to Install VMware Tools on Debian 11

VMWare Tools

When you install a virtual machine or a guest OS on your machine, it does not exactly perform like the host OS because it has some limitations regarding performance. But VMware presented a solution for this by introducing VMware guest tools that enhance and improve the performance of the guest OS. VMware tools enable the … Read more

How to install vim editor on Rocky Linux

Rocky Linux Vim

Vim is a text editor used for effective text editing and is also known as an editor for programmers. It is a free, open-source tool that supports many programming languages and is available with a graphical user interface and a command-line interface. Vim is used for editing the source code of large files and offers … Read more

How to Install VirtualBox on Ubuntu 22.04 LTS

VirtualBox Installation on Ubuntu

VirtualBox is a free, open-source, and cross-platform software that allows you to create, run and manage virtual machines on your system. VirtualBox was originally developed by Innotek GmbH and released in 2007. The company was later acquired by Sun Microsystems. With Oracle VM VirtualBox, you can create one or more VMs on a single physical … Read more

How to Install Notepad++ Editor on Ubuntu

Ubuntu Notepad++

Notepad++ is one of the best text and source code editors developed for the Microsoft Windows platform. Notepad++ is an open-source code editor that is much better than the standard Windows text editor. It supports various features like syntax highlighting, multi-document view, bracket matching, macro recording, auto-completion, color codes, etc. But it is not available … Read more

5 Ways to Open or Launch an Application in Debian

Debian Launch Application from Desktop

The calculator is one of the basic tools of any operating system. The Linux operating system also includes a calculator application, which is perfectly sufficient for basic use. You can solve both simple and complex mathematical equations. By default, the calculator application in Linux appears in a simple mode. However, to perform more advanced calculations, … Read more

Common uses of the Touch command on Rocky Linux 8

Touch Command on Rocky Linux

In Linux distributions, each document that is created on the system is provided with some timestamps. Each document must store the information about the last access time, the last modification time, and the last modification time. So all the timestamp information is updated when you create, access or modify a file. The “touch” command is … Read more

How to Install gvim Editor on Debian 11

Graphical VIM Editor

If you have already worked with vim editor, gvim is a similar tool but it has a graphical user interface. In this small article, I am going to show you the method of installing gvim editor on Debian version 11 using its terminal. Before you actually start the installation, open up the terminal and run … Read more

How to Use the Linux Top command

Linux top Command usage

The top command in Linux lets you monitor running processes and the system resources they use. As a system administrator, it can be the most useful tool in your toolbox, especially if you know how to use it. The top utility is pre-installed on all Linux distributions. With this interactive command, you can specify how … Read more