Steps to Setup with Examples Flatpak on Ubuntu 20.04 LTS

Flatpak is a free & open source universal system package. It is used for application virtualization, deployment, & package management for linux. Using flatpak, we can search & install the software. There are few steps to setup flatpak on ubuntu: Step 1: Update the System. apt-get update Step 2: Install the Flatpak on system using …

4 Steps to Setup SSH (OpenSSH) on Ubuntu 20.04 LTS

SSH is a free & open source remote connectivity tool. SSH stands for Secure Shell. It is a cryptographic network protocol & used for a secure connection between a client and a server. It helps to access remote machine & securely transfer files or perform administrative tasks. There are some steps to setup SSH on …

Steps to Install NVM & Node on Ubuntu 20.04 LTS with Examples

NVM stands for Node Version Manager tool. Using NVM,we can install & manage multiple node.js versions in a linux system & We can also install/choose specific version of node for applications. It provides an option to auto select Node version using .nvmrc configuration file. Node.js is a JavaScript platform used for general-purpose programming. It allows …

Steps to Setup FileZilla on Ubuntu 20.04 LTS

FileZilla is a free & open source data transfer tool. Filezilla is a ftp client & used for transfer files to and from an FTP site. Using FileZilla, we can also copy, rename, and delete files on the remote FTP server. It provides multiplatform solution supported on Linux, Windows, and MacOS. It supports some protocols …

Steps to Install & Setup Eclipse IDE on Ubuntu 20.04 LTS

Eclipse is a free & open source integrated development environment (IDE). It is used for JAVA application development & developing applications in various programming languages such as C, C++, Perl, PHP, Python, R,& Ruby. It is basically designed to build integrated web and application development tooling. There are some steps to install & setup Eclipse …