How to install MobaXterm in Kali Linux Desktop

Installing MobaXterm in Kali Linux WINE

MobaXterm is not only a terminal emulator software but a feature-rich remote-session management application that comes with support for various protocols. Such as SSH, Telnet, FTP, RDP, SFTP and more. Even it offers an X11 server, a tabbed SSH client, and network tools and server …

Read more

How to install XAMPP on Ubuntu 20.04 LTS

XAMPP installed on Ubuntu Linux

Although Ubuntu 20.04 or its earlier Linux versions we don’t need to install XAMPP because using a few commands, we can set up the LAMP environment on Ubuntu. Thus, for Windows, it is a greater piece of software. However, if you don’t want to go …

Read more

How to use AWK Command in Linux, with examples

AWK Command in Linux, with examples

AWK is a cross-platform programming language designed for Linux/Unix by Alfred Aho, Peter Weinberger, and Brian Kernighan. However, unlike any common Linux command, it is a complete text-processing engine. AWK was built for text processing and is typically used for data extraction and reporting, and …

Read more

How to find the IP address of a Guest in VirtualBox?

find virtualBox VM ipaddress using command

VirtualBox is one of the popular ways to run multiple virtual machines on a single hardware system running with either Windows, Linux, or MacOS. There are no limitations on how many guest operating systems we can run using Virtualbox, as long as our physical machine …

Read more

5 Ways to Kill a Process on a Port in Ubuntu Linux

Kill a Process on a Port in Ubuntu linux

Learning to manage processes and ports using the command in Linux is quite important if you are planning to use open-source distros, especially for commercial purposes. It helps the Linux administrators to find and end the stubborn process occupying some specific port and hindering in …

Read more