How to set up NFS Server and Client on Debian 10

Debian NFS

NFS (Network File System) is a file system protocol that allows users to view and access files and folders on a remote system as if they were stored locally. It is a client-server setup where the system that shares storage is called the server, while the system that accesses storage stored on a server is … Read more

Screen Recording on Debian 10

Screen Recording

Imagine you need to show someone how to buy online or how to use a software product. There are many ways to do this: you can instruct them by phone, share screenshots or write an email. However, the best way to help someone understand and visualize a procedure is to do a screencast of it. … Read more

How to create and edit PDF files in Debian 10

Linux PDF Editor

PDF or Portable Document Format is one of the most widely used and well-known file formats used to read, print and exchange documents that do not require any editing. However, sometimes it is necessary to create and edit PDF files. Unfortunately, Linux does not ship with a standard PDF editor; however, you can do some … Read more

How to Install XAMPP on Debian 12

Debian XAMPP

XAMPP, an acronym representing cross-platform (X), Apache (A) server, MariaDB (M), PHP (P), and Perl (P), is an all-encompassing software package that empowers users to effortlessly convert their local systems into a robust web server environment. This article shows the process of installing XAMPP on Debian, a popular Linux distribution. The core components of XAMPP … Read more

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