How to get a list of Symbolic Links on Linux

List Symlinks

A symbolic link also known as a soft link is a kind of a pointer that points to the location of a folder or a file on your system. Some of these links are created by default on your system, whereas you yourself can also create symbolic links manually for any of your desired files … Read more

How to Install Kubernetes minikube on Ubuntu 20.04

Ubuntu Minikube

“minikube” is a lightweight tool that allows you to run Kubernetes locally on your Linux, macOS, or Windows-based systems. It lets you enjoy almost all the features of Kubernetes without actually installing it on your system. It has the ability to run a single-node Kubernetes cluster on your target system. This tutorial shows you how … Read more

13 Important Privacy and Security Settings in Ubuntu Linux

Ubuntu Security Settings

Everybody should be concerned about their privacy and security in this day and age. It is a common misconception that if you are running Linux you do not need to concern yourselves with privacy and security issues. Every operating system has risks and vulnerabilities that can be exploited and leave you exposed. In this article, … Read more

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

Install Nginx with PHP and MySQL (LEMP) plus SSL on Debian 10

Debian 10 LEMP

LEMP is an acronym that stands for the following software stack: Linux kernel, Nginx web server, MariaDB database (or MySQL), and the PHP server-side programming language. This software is widely used on servers on the Internet today to provide dynamic websites or interactive web applications. Nginx is a modern and resource-efficient web server that is … 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