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

Write your First Apple Swift Program in Debian

Debian Apple Swift Program

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 Install Custom Fonts on a Debian 10 System

Debian Font Installation

Your operating system and all its applications usually maintain a set of fonts that you can use as system fonts and in various desktop and web applications respectively. Let us suppose you want to use a new font that you saw on the internet in any of your applications. Unfortunately, it is not as simple … 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