How to Install Thunderbird Email Client on Debian and Setup your GMail account in Thunderbird

Thunderbird GMail

Mozilla Thunderbird is a free Email client that allows users on Windows, macOS, Linux, and other supported systems to send, receive, and manage their Email. With Thunderbird, you can retrieve Emails from your Email provider using IMAP or POP3, and send an Email using SMTP. In this article, we will explain installing Thunderbird both through … Read more

How to Install MATE Desktop on Debian 10

MATE Desktop

Most of the time people are bored by the standard desktop environment of the Linux distribution in Debian. So they look for some kind of desktop customization. In this case, there are a number of customization tools and options available that you can install or activate on your Debian 10 system. However, today we will … Read more

6 Ways to generate a secure password on Debian

Generate Secure Password

We all know the importance of a secure password in our system, services, online account, and other critical applications. The important point is to generate a password that is secure enough to rely on and that follows all the basic requirements of a strong password. The common thinking is that a strong password must be … Read more

List Harddisk Partitions on Linux

Disk partition table

As Linux administrators, we sometimes need to look at our hard disk partition table. It allows us to reconfigure old drives by making space for more partitioning, and if required even creating space for new drives. The partition table lies in your hard disk sector 0. The devices in your system are displayed as /dev … Read more

3 Ways to install Opera Browser on Ubuntu 20.04 LTS

Ubuntu Opera Browser

Opera may not be as famous as Google Chrome and like other today’s browsers, but it offers fast browsing and many other useful features. You can install Opera on all major operating systems like Windows, Mac, and Linux. The main features of Opera are including browser based-VPN, built-in ad blocker, enhanced battery life, pop-up blocking, … Read more

Linux Sleep Command Explained (with Examples)

SLEEP Command

The “sleep” command in Linux helps in adding a specified delay in the execution of shell (bash) scripts. The command is very easy to use and has various powerful features. In this article, we will explain in detail how to use the sleep command in your shell scripts. The examples are based on Debian 10, … Read more

Install and Configure Webmin with free Let’s Encrypt SSL Certificate on Debian 10

Webmin Dashboard

Webmin is a web-based remote management application for system administration that simplifies the process of managing Unix like systems. It is much easier and simpler than the traditional method in which you have to manually modify the configuration files, execute commands for user accounts creation, setting up servers, and much more. It let you handle … Read more

How to Uninstall Programs on Debian

Debian Uninstall Program

Unused and unwanted programs should be removed from the system as they take up a large amount of disk space. This article is about removing the programs that are no longer required in a Debian system. We will explain the removal of the program via both the Graphical user interface and the command line Terminal … Read more

Check which Virtualization Technology is supported by your CPU on Debian 10

CPU Test

When do you need Virtualization Technology (VT) in the CPU? Virtualization Technology enables your processor to act as a number of independent computer systems. This enables several operating systems to be running on the same machine at the same time. Whenever you want to install virtualization applications on your Debian system such as VMware Workstation, … Read more