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 …

7 Steps to Install & Setup Apache ActiveMQ on Ubuntu 20.04 LTS

Apache ActiveMQ is a free & open source message broker tool,written in Java. It helps to send messages between different client applications, but includes additional features like STOMP, JMS, and OpenWire. It provides advanced features including message load-balancing and high-availability for data. There are some steps to install & setup Apache ActiveMQ on ubuntu: Step …