Install and Use Psensor in Ubuntu 20.04

Ubuntu Fan and Voltage Sensors

Psensor is a very useful utility for Linux-based systems that shows the values of the various sensors that are mounted on your mainboard. It is capable of displaying the temperature of the various components of your CPU, the rotation speed of your fans as well as your CPU usage. Apart from its command-line interface, it … Read more

How to Check a TLS/SSL Certificate Expiration Date on Ubuntu

SSL Expiration date

The purpose of using TLS/SSL certificates on web servers is to encrypt the connection between the web browser and server. However, these certificates are not valid for a whole life rather they also have a finite expiration date after which the web browser will show an error message when connecting to the website. Today, I … Read more

How to watch or monitor log files in Debian 10

Log File Monitoring

What are Linux log files? Log files are simply plain text files that contain the set of records, events, or messages about the server, applications, and services running on your Linux operating system. They are used by system administrators for troubleshooting purposes whenever an issue arises. In Linux, the log files are generally categorized into … Read more

How to setup Traefik load balancer with Docker in Ubuntu 20.04

Traefik Loadbalancer

Traefik is a modern reverse proxy and load balancing server that supports layer 4 (TCP) and layer 7 (HTTP) load balancing. Its configuration can be defined in JSON, YML, or in TOML format. It consists of entry point (frontend), service (backend), router (rules), middlewares (optional features). This article will demonstrate how to use Traefik load … Read more

How to Upgrade Ubuntu 20.04 to 21.04

Ubuntu Dist Upgrade

On April 22, 2021, Ubuntu 21.04 (codenamed Hirsute Hippo) was released by Canonical with security and performance improvements along with newer versions of software applications. Ubuntu 21.04 includes an SDK for Flutter application development, Microsoft SQL Server for Ubuntu, and Wayland graphics by default. Microsoft and Canonical will jointly provide support and performance tuning for … Read more

How to Install Go Programming Language on Ubuntu 20.04

Ubuntu Go Programming Language

Go is one of the latest open source programming languages that is used to do memory management safely and also helps in dealing with garbage collection gracefully. It is a statically typed language that can conveniently manage objects and hence provides a very efficient way of creating useful programs. This article shows you how you … Read more

Install Signal Messenger on Linux Mint 20

Signal Messenger on Linux

Signal is a cross-platform messaging and video calling application. It can act as a good alternative for WhatsApp as it offers almost all those features that WhatsApp offers us. The Signal messenger’s desktop version was also launched this year. This article will talk about the installation procedure of the Signal messenger’s desktop version on a … Read more

A Beginners Guide to User Management on Ubuntu Desktop and Server

Ubuntu User management

Introduction to Linux User Management under Ubuntu User management is one of the most important tasks in an enterprise environment. Even a single system uses multiple users, not only for logging in, but also for running various applications. Even in a Linux environment, an administrative role is necessary for managing multiple user accounts, their credentials, … Read more

How to Install KVM and Manage Virtual Machines in Ubuntu 20.04

Ubuntu KVM with Virtual Machine Manager

What is KVM KVM, or Kernel-Based Virtual Machine, provides a virtual environment in which one or more additional operating systems can run alongside the primary system without affecting its functionality. In KVM, the Linux kernel makes use of virtualization technology by leveraging your existing system and hardware resources. The new virtual environment created by KVM … Read more