3 Music Media Players for the Debian 10 Terminal

Debian Music Player for the Terminal

If you are addicted to the terminal and always find ways to do all kinds of things in the terminal, why not listen to music about it? The command line or terminal will provide everything you need in a more efficient and faster way, using fewer resources. It also becomes handier if you are using … Read more

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/Spoof a MAC Address in Debian 10

Change MAC Address in Debian

As Linux users, we sometimes need to change the MAC address of our network adapters. This process is also called spoofing or faking a MAC address. This article explains how to change a MAC address on a Debian 10 Buster system. What is a MAC Address MAC, that stands for Media Access Control, is a … Read more

Make Debian a Wireless Access Point

Debian WiFi Hotspot

With the release of Debian’s latest operating system, Debian Buster 10, creating a hotspot is easier than ever before. With a wifi hotspot, you can let other wireless devices such as smartphones and televisions etc. make use of your computer’s internet connection. This tutorial describes the simple steps of turning your Debian into a Wireless … 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