How to check internet speed using command in Ubuntu Linux

check internet speed using Ubuntu command

Let’s learn the steps to check the internet speed on your Ubuntu using the command terminal without using the browser.  The bandwidth describes a frequency range in which electrical signal transmission is possible. The greater the difference between the lower and upper frequencies, the greater …

Read more

How to Install Redis on Ubuntu 22.04 LTS Jammy

Redis server install Ubuntu 22.04

Let’s learn the steps to install the Redis database server on Ubuntu 22.04 LTS Jammy JellyFish using the command terminal. Redis is a “Key-Value Store” (or KV Store for short) Database. Here, the data is always stored in the form of key-value pairs. So you …

Read more

How to Install Helm on Ubuntu 22.04 LTS Jammy

Install Helm on Ubuntu 22.04 LTS Jammy

Learn the steps to install Helm on Ubuntu 22.04 LTS Jammy JellyFish using the command terminal for Kubernetes. Helm is a tool for easily installing, publishing, managing, updating, and scaling preconfigured Kubernetes applications. Meanwhile, the project is managed by CNCF, i.e. the Cloud Native Computing …

Read more

How to set DNS Nameserver on Ubuntu 22.04 LTS Jammy

Set DNS name server in Ubuntu 22.04 LTS

Let’s learn the GUI and a command-line way to set the DNS server address in your Ubuntu 22.04 LTS Jammy JellyFish. Well, whenever we visit some website such as how2shout.com in a browser, to find the website the browser needs the Ip-address of it. Here, …

Read more

Steps to Install MySQL on Ubuntu 22.04 LTS Jammy Linux

Install MySQL Server Client on Ubuntu 22.04

This tutorial will show the simple steps to install the MySQL Database Server on Ubuntu 22.04 LTS Jammy JellyFish using the command terminal. Oracle MySQL is the popular open-source database server common to have in LAMP or LEMP environments. This relational database management system is …

Read more