How to Install Skype on Debian 10

Debian Skype Installation

Skype is one of the most popular communication application developed by Microsoft. It allows for instant messaging and audio, video calls. Some other features of Skype include conference call, screen sharing, file sharing, and voice messaging. Skype is not an open-source application and it is not available in the Debian package repositories. So, we will … Read more

How to make Debian Linux faster

Speed up Debian

As a Linux user, you may have experienced a decrease in the speed of your system over time. There can be a number of common suspects that lead to lower system performance, including a large number of heavy applications at startup, sub-optimal configurations, and many other factors. In this article we will discuss some ways … Read more

How to install Themes for VLC Media Player on Linux

VLC Media Player Themes

We all have our own preferences when it comes to choosing a media player for our systems. Some prefer the VLC Media player, which is an open source and cross-platform software that acts as a media client for playing a vast majority of media file formats. Then there is the popular Windows Media Player that … Read more

How to Format a USB drive in Debian

Format USB Drive on Linux

Formatting a USB is a common operation in most computer systems and it comes in handy in a number of ways. For instance, you can format a USB drive if it gets infected with a virus, and data is corrupted or you want to change the file system as it is not compatible with your … Read more

How to add/remove PPA repositories in Debian

Debian PPA Repository

Linux users install the majority of the programs from their centralized official repository listed in the sources.list file. However, if the program is not listed in the repository list, you can install it via its PPA (personal package archive). These are unofficial repositories that Launchpad made available to users. Launchpad is a collaboration platform developed … Read more

Installing PHP 8 on Debian 10

Debian PHP 8

PHP is a general-purpose open-source scripting language that can be embedded in HTML. It stands for HypertextProcessor and is widely used in web development. A scripting language is used to write ready-made programs that are later used to automate tasks. PHP scripts are often used on Linux, Unix, Windows, Mac OS, and other operating systems. … Read more

How to install latest LibreOffice version on Debian 10

LibreOffice latest version on Debian 10

LibreOffice is a free and open-source office-suite productivity software. It is a free alternative for Microsoft Office. It has applications for database management, spreadsheets, presentations, word processor, and graphic editing. It runs on Linux, macOS, and Microsoft Windows. Since the LibreOffice has multiple versions. The current versions are 6.3.x and 6.4.x. For this particular article, … Read more

How to restart a service via systemctl under Linux

Systemctl command

A service is a background process that automatically runs when you boot up your system. For regular users and especially system administrators, restarting a service is a common system administration task that you often have to perform while configuring system settings or installing a new application. In this article, we will learn about how to … Read more

How to use a USB Drive on Debian 10

Mount USB Device on Debian

When we insert a USB drive in our Linux system, it is normally automatically recognized and mounted by the system. Most often, it mounts the USB drive by creating a directory by the user name under the media directory. However, this is not always the case; in some cases, you might need to mount/umount the … Read more