Cloud Computing Types, Services & Characteristics

Cloud Computing This is one of the newly developed services of the Internet which allows the user to process, store & manage the data on a remote server rather than using local machine. We can easily access the data from anywhere & anytime via a Internet. These Remote servers provides very high data processing speed …

Steps to Setup MTR Network Diagnostic Tool on Ubuntu 20.04 LTS

Mtr(my traceroute) is a free & open source command line network diagnostic tool. It helps to provide the functionality of both the ping and traceroute commands. It is a simple tool that display the information about the network packets. Using MTR, we can easily get the network & domain-name information. There are few steps to …

5 Steps to Setup Apache JMeter on Ubuntu 20.04 LTS

Apache JMeter is a free & open-source load testing tool, written is Java language. It is a desktop application to measuring performance of a variety of services. It is used for analysis of a system’s performance under a load test. There are few steps to setup Apache JMeter on ubuntu: Step 1: Update the system. …

Steps to Setup with Examples Redis Server on Ubuntu 20.04 LTS

Redis is a free & open source in-memory key-value data store. Redis can be used as a database, cache & message broker. It supports various data structures and wide language & it provides high availability via Redis Sentinel. There are some steps to setup Redis server on ubuntu: Step 1: Update the System. apt-get update …

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 …