How to Install VirtualBox on Debian 10

VirtualBox on Debian

Oracle’s open-source and cross-platform VirtualBox is a  free and user-friendly virtualization platform especially for the desktop OS that allows you to create, run and manage guest OS on a single hardware. You can run several guest OS at the same time depending upon your system resources. In this article, we will explain how you can … Read more

How to change the profile picture in Debian 10

Debian Profile Picture

In today’s small post, I am going to show you the method of changing the profile picture in Debian 10. Therefore, let’s continue without wasting any further time. How to change the profile picture in Debian 10 Click the power icon button on right most of your dashboard. Locate your profile name and expand it. Click … Read more

Write your first Swift Program in Ubuntu

Ubuntu Swift Programming

Swift is a programming language developed by Apple Inc. It is a general-purpose, multi-paradigm, compiled programming language developed for iOS, macOS, watchOS, tvOS, Linux, and z/OS. According to the developers, Swift is a fantastic way to write software, whether it’s for phones, desktops, servers, or anything else that runs code. It’s a safe, fast, and … Read more

How to Setup a Cron Job in Debian 10

Debian 10 Cron Job

Crontab is an important Linux tool that is used to schedule tasks so that programs and scripts can be executed at a specific time. In this article, I am going to teach you how you can schedule a job in Debian 10 and show you some examples. Prerequisites You need to have root privileges before you … Read more

Secure Debian with ClamAV Antivirus

Debian ClamAV Antivirus

Although Linux is popular for being mostly virus-free, there might still exist some-especially if you usually download stuff from unreliable sources. Since viruses are not a major issue in Linux, there is not a huge pool of antivirus available for this operating system. One of the best among these is the ClamAV antivirus which does … Read more

How to execute .bin and .run files in Debian

Make downloaded files executable on Debian

Before explaining how to execute .bin and .run files on your Debian, let us first define what exactly these file extensions are: Bin File: A Binary or BIN file in Debian refers to installation packages that are mostly self-extracting executables for installing software on your system. Although most software can be installed through the Debian … Read more