Learn About Advantages vs Disadvantages of Cloud Computing

Cloud is defined as a set of hardware, network, storage, applications & services combined together  to deliver different aspects of computing as a service over a network or the internet. There are some Advantages & Disadvantages of cloud computing: Advantages of Cloud Computing The various advantages of cloud computing are as follow: Cost Saving: The …

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 …