How to install the RDP plugin for Remmina?

Installing Plugins for Remmina

Remote Desktop Protocol (RDP) is a familiar way to connect and access remotely running Windows using another Windows system. However, Linux users can also do the same but with the help of a software called “Remmina”. In the open source category, Remmina is quite a …

Read more

How to install Remmina on MX Linux

RDP installed on MX Linux to connect Windows 11

Remmina as we know is the popular software in the open-source category for Linux systems to enable the RDP capabilities, so that it can access the remotely running Windows operating system. It not only supports Microsoft’s Remote Desktop protocol but also SPICE, SSH, VNC, and …

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

Golang: Installing Go on Ubuntu 24.04, 22.04 or 20.04 Linux

Installing Go on Ubuntu Linux

Installing Go (Golang) on Ubuntu Linux such as Ubuntu 24.04, 22.04, or 20.04  is a straightforward process. We can use the default system repository to download the open-source Go programming language using the commands given in this tutorial, for easily building simple, reliable, and efficient …

Read more