How to Install Wine on Debian 10 (Buster)

Debian Wine installation

When Linux was originally released, it lacked many useful applications that its main competitor – Windows – successfully supported. Linux thus created a compatibility layer that was used to run the Windows application on Linux itself, called Wine. Originally, Wine could run only a few Windows applications, but now it can support thousands of them, … Read more

How to Manage Unattended Upgrades on Debian 10

Debian Auto-update

Whenever some critical data resides on your system, the most important thing that you need to do is to ensure its security and safety. For doing that, you need to regularly install all the latest security patches and updates. However, it gets all the more convenient if these patches and updates get installed automatically. Fortunately, … Read more

How to password protect files in Vim editor

Vim Password protection

Vim is a powerful, feature-rich, highly extensible text editor that is used in all Linux OS. It is available in repositories of nearly all major Linux distributions. Because of its performance and low memory consumption, it is the top choice of most Linux users. One another useful feature of the Vim editor is its built-in … Read more

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

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