Install Blender 3D on Debian 10 (Buster)

Debian Blender 3D

Blender is an integrated 3d suite for modeling, animation, rendering, post-production, interactive creation and playback (games). Blender has its own particular user interface, which is implemented entirely in OpenGL and designed with speed in mind. Python bindings are available for scripting; import/export features for popular file formats like 3D Studio and Wavefront Obj are implemented … Read more

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

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

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

Installing and Configuring Ruby on Rails on Debian 10

Debian Ruby on Rails

If you’re a developer looking for a reliable, open-source, cross-platform web development framework for Linux, Ruby on Rails is a great choice for you. It helps them build applications and websites by abstracting and simplifying the repetitive tasks that occur during development. It is called Ruby on Rails because Rails is written in the Ruby … Read more